1,278
edits
Line 1,870: | Line 1,870: | ||
border-radius: 3rem; | border-radius: 3rem; | ||
background-image: linear-gradient(126deg, #5f5bcd 24%, #ff5700 100%); | background-image: linear-gradient(126deg, #5f5bcd 24%, #ff5700 100%); | ||
transition: .5s; | |||
color: white; | |||
text-decoration: none; | |||
} | |||
.colour-button:hover { | |||
background-image: linear-gradient(307deg, #5f5bcd 24%, #ff5700 100%); | |||
color: white; | color: white; | ||
text-decoration: none; | text-decoration: none; | ||
Line 1,879: | Line 1,886: | ||
} | } | ||
.homepage-what-is-it, .homepage-how-to-follow-it { | .homepage-what-is-it, .homepage-how-to-follow-it, .homepage-why-to-enroll { | ||
padding: 2rem; | padding: 2rem; | ||
background-color: rgba(196,196,196, .25); | background-color: rgba(196,196,196, .25); | ||
Line 1,891: | Line 1,898: | ||
color: #116089; | color: #116089; | ||
text-align: right; | text-align: right; | ||
} | |||
.informative-video { | |||
padding: 1rem 2rem; | |||
border-radius: 3rem; | |||
background-color: #116089; | |||
} | |||
.informative-video:hover { | |||
letter-spacing: .5rem; | |||
} | } |