1,278
edits
Line 1,901: | Line 1,901: | ||
.informative-video { | .informative-video { | ||
width: 12rem; | |||
padding: 1rem 2rem; | padding: 1rem 2rem; | ||
border-radius: 3rem; | border-radius: 3rem; | ||
background-color: #116089; | background-color: #116089; | ||
color: white; | |||
} | } | ||
.informative-video:hover { | .informative-video:hover { | ||
letter-spacing: . | letter-spacing: .2rem; | ||
} | |||
.einstein-quote { | |||
padding: 3rem 6rem; | |||
background-image: url(https://wiki.masticationpedia.org/images/4/49/Panorama_citt%C3%A0.jpg); | |||
background-size: cover; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
color: white; | |||
text-align: center; | |||
} | } |