quest/includes/styles.html

39 lines
660 B
HTML

<style>
@media only screen and (min-width: 1200px) {
nav {
position: absolute;
top: 1rem;
left: 2rem;
}
}
body {
padding-top: 0;
}
header {
text-align: inherit;
}
h1 {
margin: 0;
display: inline-block;
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 5rem;
}
h2 {
font-size: 2rem;
border-bottom: solid 1px black;
margin-top: 3rem;
letter-spacing: 5px;
font-variant: small-caps;
}
h3 {
font-size: 1.6rem;
font-weight: 100;
letter-spacing: 1px;
}
summary p {
display: inline;
}
</style>