homepage/main.css

32 lines
434 B
CSS
Raw Normal View History

2019-07-23 15:03:48 +00:00
body {
background-color: #333;
}
.sticker {
background-color: black;
height: 40vh;
width: 50vh;
position: relative;
margin: 5vh auto;
}
.sticker .red {
height: 10%;
width: 100%;
margin: 0 0;
background-color: red;
}
.sticker .text {
color: white;
font-family: "Courier new", monospace, sans-serif;
font-weight: bold;
font-size: 4em;
text-align: center;
}
.sticker .text.bigger {
font-size: 7em;
}