Skip to content

Commit

Permalink
CSS!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Aug 15, 2020
1 parent a20123e commit be44a74
Show file tree
Hide file tree
Showing 4 changed files with 1,322 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<link rel="stylesheet" href="./static/fa/scripts/all.min.css">


<link href = "https://code.jquery.com/ui/1.12.1/themes/ui-lightness/jquery-ui.css" rel = "stylesheet">
<link href = "./static/jquery-ui.css" rel = "stylesheet">
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/3.5.2/firebaseui.css" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css" rel="stylesheet" />
<link href="./static/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
<link href="./static/select2.css" rel="stylesheet" />

<!--Our Codes-->
<link rel="stylesheet" type="text/css" href="css/app.css" />
Expand Down
7 changes: 7 additions & 0 deletions static/bootstrap.css

Large diffs are not rendered by default.

Loading

0 comments on commit be44a74

Please sign in to comment.