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
Pipeline #1120 canceled with stage
......@@ -181,7 +181,7 @@ nav{
display: flex;
padding: 20px 0px 50px 0px;
}
.cta button{
.cta button, .deco-box button{
border: solid 3px #468c9f ;
background-color: white;
font-size: 15px;
......@@ -189,6 +189,11 @@ nav{
padding: 10px 20px;
cursor: pointer;
}
.cta button a, .deco-box button a{
text-decoration: none;
color: inherit;
}
.dropbtn {
background-color: white;
color: black;
......@@ -232,6 +237,17 @@ nav{
flex-direction: column;
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{
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