aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-10 04:19:31 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-10 04:19:31 +0000
commit984927a324e8e7cfb208e613ce527e90ed962308 (patch)
tree3ca51ba9d26893813abc17017ca73cce37f09517
parente1a9ce2c90974ee2d59edb92895fc0f4b690679e (diff)
fixed css ordering in index
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 91c1312..4490ea4 100644
--- a/index.html
+++ b/index.html
@@ -4,13 +4,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solutions Repo</title>
+ <!--ORDER IS IMPORTANT DO NOT SHIFT-->
+
+ <!--Custom CSS Files-->
+ <link href="assets/css/style.css" rel="stylesheet" type="text/css">
<!--Bootstrap File-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
-
- <!--Custom CSS Files-->
<link rel="stylesheet" href="assets/css/creative.css">
- <link href="assets/css/style.css" rel="stylesheet" type="text/css">
<!--Fonts-->
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>