39 lines
592 B
CSS
39 lines
592 B
CSS
body {
|
|
background-image: url(https://diilikone.apy.fi/static/background.jpg);
|
|
background-size: cover;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
}
|
|
|
|
#footer {
|
|
height: 140px;
|
|
}
|
|
.event {
|
|
font-size: 100px;
|
|
font-weight: bold;
|
|
margin-left: 20px;
|
|
}
|
|
.event-col{
|
|
padding-top:1vh;
|
|
padding-bottom:1vh;
|
|
}
|
|
|
|
.header-row{
|
|
margin: 30px;
|
|
margin-left: 20px;
|
|
font-size: 130px;
|
|
padding-bottom:20px;
|
|
color:#24a05f;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.container {
|
|
width: 95%;
|
|
height: 95%;
|
|
margin: 60px;
|
|
color: #24a5d4;
|
|
background-color: black;
|
|
opacity: 0.88;
|
|
}
|