This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues/pull-requests.
qwik-website/styles/graphical-profile.css

37 lines
554 B
CSS

body {
padding-bottom: 25vh;
}
header {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 5%;
margin-top: 5vh;
}
header > h1 {
font-size: 4rem;
text-align: center;
margin: 0;
padding: 0;
width: 100%;
}
header > i {
display: block;
color: var(--accent);
width: 100%;
text-align: center;
}
span.color {
display: inline-block;
width: 1em;
height: 1em;
margin-bottom: -.1em;
background-color: attr(data-color color);
border-radius: .1em;
}