845
edits
No edit summary |
No edit summary |
||
| Line 193: | Line 193: | ||
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#29878C 100%); | background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#29878C 100%); | ||
} | } | ||
/* Button styling */ | |||
button { | |||
font-family: "Desmon", Sans-serif; | |||
font-size: 16px; | |||
font-weight: 400; | |||
letter-spacing: 1.3px; | |||
text-shadow: 0px 0px 10px rgba(0,0,0,0.3); | |||
fill: #FEEBB3 !important; | |||
color: #FEEBB3 !important; | |||
background-color: #FC6543; | |||
border-style: solid; | |||
border-width: 4px 4px 4px 4px; | |||
border-color: #FEEBB3 !important; | |||
border-radius: 50px 0px 50px 0px; | |||
padding: 15px 45px 15px 45px; | |||
} | |||
/* Footer styling */ | /* Footer styling */ | ||