aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalicoKaiya <inhbinggi@mail.com>2022-08-12 18:58:41 +0100
committerCalicoKaiya <inhbinggi@mail.com>2022-08-12 18:58:41 +0100
commit230172a8cfddd995b9a0e2c097cb67fa4745fbbf (patch)
tree27e24d7500bcf0746daf3ed167237a74f1e8d8d2
parentc5d077dd2be25789bc02cbc75b3ebd71e9d95902 (diff)
downloadexhq.github.io-230172a8cfddd995b9a0e2c097cb67fa4745fbbf.tar.gz
exhq.github.io-230172a8cfddd995b9a0e2c097cb67fa4745fbbf.tar.bz2
exhq.github.io-230172a8cfddd995b9a0e2c097cb67fa4745fbbf.zip
Removed pointless stray comment
Standardised file formatting
-rw-r--r--styles.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/styles.css b/styles.css
index 49d8513..9744380 100644
--- a/styles.css
+++ b/styles.css
@@ -44,7 +44,7 @@ html, body{
vertical-align: middle;
}
-.topnav {
+.topnav{
/* make the navbar follow the scroll */
position: fixed;
top: 0;
@@ -57,7 +57,8 @@ html, body{
overflow: hidden;
width: 100%;
}
- .downnav {
+
+.downnav{
/* make the navbar follow the scroll */
position: fixed;
bottom: 0;
@@ -65,7 +66,6 @@ html, body{
width: 100%;
margin: auto;
overflow: hidden;
- /* Delete these 4 lines after test */
border: 1px solid var(--background-color);
box-shadow: 0px 0px 6px var(--background-color);
z-index: 1;
@@ -77,6 +77,7 @@ html, body{
font-family: 'fira sans', serif;
color: var(--title-color);
}
+
.topnav a{
float: left;
color: #f2f2f2;
@@ -85,7 +86,7 @@ html, body{
text-decoration: none;
font-family: "google sans";
font-size: 15px;
- }
+}
.topnav a:hover{
background-color: #ddd;
@@ -262,10 +263,7 @@ color: var(--title-color);
width: 50%;
margin-left: 25%;
transform: scale(0.75);
-
margin-bottom: -60px
-
-
}
html{