le-pere-noel-secret/assets/css/app.css
2020-10-31 18:34:26 +01:00

69 lines
1.2 KiB
CSS

body {
margin: 0;
font: normal 75% Arial, Helvetica, sans-serif;
overflow: hidden;
}
canvas {
display: block;
vertical-align: bottom;
}
img {
max-width: 100%;
}
@font-face {
font-family: 'Wendy LP Std';
src: url('../fonts/wendy.eot');
src: url('../fonts/wendy.eot?#iefix') format('embedded-opentype'),
url('../fonts/wendy.woff2') format('woff2'),
url('../fonts/wendy.woff') format('woff'),
url('../fonts/wendy.ttf') format('truetype'),
url('../fonts/wendy.svg#Wendy LP Std') format('svg');
}
.center {
text-align: center;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-color: #b61924;
background-image: url('');
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
#content-wrapper {
top: 0;
left: 0;
position: absolute;
height: 100vh;
width: 100%;
}
#content {
max-width: 880px;
margin: auto;
padding: 10px 0;
font-family: 'Wendy LP Std';
color: #fff;
}
#player {
font-size: 40px;
margin-top: 30px;
}
#balls {
padding: 10px;
}
#balls img {
max-height: calc(100vh - 100vh/2.5);
}