Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebellgray authored Sep 24, 2024
1 parent 1483cfa commit 1576030
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nav{
font-family: 'Ubuntu', sans-serif;
}
nav.sticky{
background: #4070f4;
background: #6B17F6;
padding: 13px 0;
}
nav .navbar{
Expand All @@ -47,7 +47,7 @@ nav .navbar{
nav .navbar .logo a{
font-weight: 500;
font-size: 35px;
color: #4070f4;
color: #6B17F6;
}
nav.sticky .navbar .logo a{
color: #fff;
Expand All @@ -68,7 +68,7 @@ nav .navbar .menu li{
transition: all 0.4s ease;
}
.navbar .menu a:hover{
color: #4070f4;
color: #6B17F6;
}
nav.sticky .menu a{
color: #FFF;
Expand Down Expand Up @@ -98,7 +98,7 @@ nav .menu-btn,
display: none;
}
nav .menu-btn{
color: #4070f4;
color: #6B17F6;
}
nav.sticky .menu-btn{
color: #FFF;
Expand Down Expand Up @@ -128,23 +128,23 @@ nav.sticky .menu-btn{
}
.home .text-one{
font-size: 25px;
color: #0E2431;
color: #CCB3F6;
}
.home .text-two{
color: #0E2431;
color: #CCB3F6;
font-size: 75px;
font-weight: 600;
margin-left: -3px;
}
.home .text-three{
font-size: 40px;
margin: 5px 0;
color: #4070f4;
color: #CCB3F6;
}
.home .text-four{
font-size: 23px;
margin: 5px 0;
color: #0E2431;
color: #CCB3F6;
}
.home .button{
margin: 14px 0;
Expand All @@ -155,14 +155,14 @@ nav.sticky .menu-btn{
border-radius: 6px;
font-size: 25px;
font-weight: 400;
background: #4070f4;
background: #CCB3F6;
color: #fff;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.4s ease;
}
.home .button button:hover{
border-color: #4070f4;
border-color: #CCB3F6;
background-color: #fff;
color: #4070f4;
}
Expand All @@ -173,14 +173,14 @@ nav.sticky .menu-btn{
border-radius: 6px;
font-size: 25px;
font-weight: 400;
background: #4070f4;
background: #CCB3F6;
color: #fff;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.4s ease;
}
.fcc-btn:hover{
border-color: #4070f4;
border-color: #CCB3F6;
background-color: #fff;
color: #4070f4;
}
Expand All @@ -190,8 +190,6 @@ nav.sticky .menu-btn{
}

/* About Section Styling */
/* Those Elements Where We Have Apply Same CSS,
I'm Selecting Directly 'Section Tag' and 'Class' */
section{
padding-top: 40px;
}
Expand Down Expand Up @@ -246,7 +244,7 @@ section .title span::after{
width: 55%;
}
section .topic{
color: #0E2431;
color: #b233ef;
font-size: 25px;
font-weight: 500;
margin-bottom: 10px;
Expand Down

0 comments on commit 1576030

Please sign in to comment.