diff --git a/index.html b/index.html index 9e7aa1f..d4950de 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,20 @@ Home - + -
- 🔔 - Home +
+
+ + 🔔 + + + Home + Explore + +
\ No newline at end of file diff --git a/style.css b/style.css index b807310..2e509fb 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,23 @@ body{ background-color: #171717; +} +.badge{ + color: #a3a3a3; + font: 18px 'Roboto', sans-serif; +} +.container{ + display: flex; + max-width: 750px; + padding: 0 1rem; +} +.left-span{ + flex: 1; +} +.right-span{ + flex: 1; + text-align: right; +} +.link{ + color: #a3a3a3; + text-decoration: none; } \ No newline at end of file