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

32 lines
477 B
CSS
Raw Normal View History

body {
padding-bottom: 25vh;
}
header {
display: flex;
flex-direction: column;
align-items: center;
2021-07-26 22:34:35 +02:00
padding: 0 5%;
margin-top: 5vh;
}
header > h1 {
font-size: 4rem;
}
header > i {
display: block;
color: var(--accent);
2021-07-26 22:34:35 +02:00
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;
}