diff --git a/style.css b/style.css index 1fc6d3ffdf5b6286e583e46cc09ef117b9f48941..9ba4079d52207ce0eeead0de313cfcc5d097eb53 100644 --- a/style.css +++ b/style.css @@ -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;