Here's who I am & what I do
+ +From a65aea361e9534208188b01730f3cf0dc177d8d9 Mon Sep 17 00:00:00 2001 From: Khlil1313 <90422263+Khlil1313@users.noreply.github.com> Date: Thu, 9 Feb 2023 23:46:18 +0000 Subject: [PATCH 1/5] finish navbar --- css/main.css | 43 +++++++++++++++++++++++++++++++++++++++++++ index.html | 23 +++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/css/main.css b/css/main.css index aa561706..87bacc17 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,46 @@ /* Add your CSS here */ /* Dont' forget to link this file to your HTML in the
*/ +* { + background-color: #F4ECE6; + font-family: 'Quicksand', sans-serif; +} + +.square { + width: 17px; + height: 17px; + background-color: #0150FD; + border: 1px; + border-style: solid; + margin-left: 50px; + margin-right: 10px; +} +.navbar { + display: flex; + align-items: center; + font-size: 18px; +} +.navbar a { + text-decoration: none; + color:black; +} +.right_navbar { + display: flex; + margin-left: auto; + + +} + +.navbar_links { + margin-right: 50px; +} +#name { + font-family: 'Poppins', sans-serif; + font-size: 30px; + + +} +.left_navbar { + font-size: 22px; +} + diff --git a/index.html b/index.html index cd704c69..46ac8199 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,14 @@ + + + + + + + +Here's who I am & what I do
+ +