From ccdb46c7a70744f4d4625ad479db555a5e05ada3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 8 Jun 2024 18:41:11 -0500 Subject: [PATCH] first draft --- index.css | 12 +++++++----- index.html | 3 ++- scripts/index.js | 40 +++++++++++++++++++++++++++++----------- 3 files changed, 38 insertions(+), 17 deletions(-) diff --git a/index.css b/index.css index d76c4d3..d21838a 100644 --- a/index.css +++ b/index.css @@ -102,6 +102,12 @@ a { .topics { font-size: 3em; + flex: 1; + justify-content: space-between; +} + +.post { + font-size: 2em; } .software a:hover { @@ -113,14 +119,10 @@ a { .trading a:hover { color: #d50032; } -.interview-problems a:hover { +.algorithms a:hover { color: #6a0dad; } -.logo { - height: 40px; -} - .topic a { position: relative; display: inline-block; diff --git a/index.html b/index.html index f3a68cf..aaecabe 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,11 @@
  • Trading
  • -
  • +
  • Algorithms
  • +