From 980ff03bd07a67ae1acb122958204aa7906b43a4 Mon Sep 17 00:00:00 2001 From: "Ali.ghobadi" <93571384+Aligh5831@users.noreply.github.com> Date: Mon, 8 Nov 2021 20:00:52 +0330 Subject: [PATCH] W3school header --- assets/css/style.css | 45 ++++++++++++++++ index.html | 119 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 163 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index e69de29..6c196b1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -0,0 +1,45 @@ +*{ + padding: 0; + margin: 0; + font-family: 'Open Sans', sans-serif; +} +nav{ + width: 100%; + background-color: #2a2e36; +} +.fa-home{ + font-size: 22px!important; + color: #fff; +} +.fa-home:hover{ + background-color: black; +} +ul.ul_bakhsh1{ + display: flex; + list-style-type: none; + padding: 1px 1px; + color: #fff; +} +li.item{ + padding:8px 16px; + line-height: 25px; +} +li.item:hover{ +background-color: black +} +li.item:active{ + background-color: #04AA6D; +} +a{ + text-decoration: none; + color: #fff +} +div.icons{ + display: flex; + padding-left: 496px!important; +} +li.all_icons{ + font-size: 22px; + color: #fff +} +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); \ No newline at end of file diff --git a/index.html b/index.html index 56efbdb..d7e931d 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,126 @@ - Document + codinex learning + + + + \ No newline at end of file