webionite.com-old/index.css

42 lines
541 B
CSS
Raw Normal View History

2018-08-25 22:25:51 +02:00
body {
margin: 0;
background-color: #0b0a16;
color: #FFF;
}
a, a:visited {
color: #FFF;
}
a:hover {
color: #CCC;
}
.container {
text-align: justify;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
padding: 20%;
box-sizing: border-box;
}
.container img {
display: block;
width: 20%;
border-radius: 50%;
margin: 1em;
}
.links {
display: flex;
width: 100%;
justify-content: space-between;
font-size: 4em;
margin-top: 0.5 em;
}