blankx.gitlab.io/public/index.css

35 lines
637 B
CSS
Raw Normal View History

@font-face {
font-family: 'Rounded Elegance';
src: url('/fonts/rounded_elegance.ttf');
}
p, a, h1 {
font-family: 'Rounded Elegance', sans-serif;
}
p, p.white_fix, i.white, li {
color: white;
}
2019-01-13 13:58:26 +00:00
a, h1, p.green, i, h2 {
color: lime;
}
body {
background-color: black;
text-align: center;
}
2019-01-13 14:32:55 +00:00
p.red, a.red, i.red {
color: rgb(255, 42, 42);
}
2019-01-13 14:29:03 +00:00
div.linkz {
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
font-size: 4em;
width: 100%;
2019-01-13 14:44:29 +00:00
height: 50vh;
2019-01-13 14:29:03 +00:00
box-sizing: border-box;
}
2019-01-13 14:32:55 +00:00
a.blue, i.blue {
2019-01-13 14:29:03 +00:00
color: rgb(42, 255, 42);
}