Skip to content
Snippets Groups Projects
Unverified Commit f01eb6f8 authored by Abraham Raji's avatar Abraham Raji
Browse files

Added Styling

parent 8b21d558
Branches
No related merge requests found
...@@ -181,7 +181,7 @@ nav{ ...@@ -181,7 +181,7 @@ nav{
display: flex; display: flex;
padding: 20px 0px 50px 0px; padding: 20px 0px 50px 0px;
} }
.cta button{ .cta button, .deco-box button{
border: solid 3px #468c9f ; border: solid 3px #468c9f ;
background-color: white; background-color: white;
font-size: 15px; font-size: 15px;
...@@ -189,6 +189,11 @@ nav{ ...@@ -189,6 +189,11 @@ nav{
padding: 10px 20px; padding: 10px 20px;
cursor: pointer; cursor: pointer;
} }
.cta button a, .deco-box button a{
text-decoration: none;
color: inherit;
}
.dropbtn { .dropbtn {
background-color: white; background-color: white;
color: black; color: black;
...@@ -232,6 +237,17 @@ nav{ ...@@ -232,6 +237,17 @@ nav{
flex-direction: column; flex-direction: column;
transition: 0.4s; transition: 0.4s;
} }
.deco-box {
background: #54A5DD;
color: white;
font-size: 20px;
padding: 30px 30px;
margin: 3vh auto auto auto;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
@keyframes dropdown{ @keyframes dropdown{
0% { 0% {
opacity: 0; opacity: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment