canvas funk

This commit is contained in:
Set Hallstrom 2019-05-18 18:44:47 +02:00
parent dc73c840e9
commit 5b1882b4b2
9 changed files with 160 additions and 23 deletions

View file

@ -3,12 +3,38 @@
/////////
#poster {
width: 90vw;
margin-right: auto !important; }
margin-right: auto !important;
display: flex;
flex-wrap: wrap;
div {
flex: 1 1 300px;
}
h1, h2, h3, h4 {
font-family: oldlondon, Helvetica, Arial, sans-serif;
text-transform: lowercase;
}
}
#poster img {
margin-top: 5px;
border-radius: 3px;
border-radius: 5px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
-webkit-border-top-right-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
float: left;
padding-right: 5px;
width: 50vw;
width: 100%;
min-width: 200px;
}
canvas {
overflow-x: hidden;
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index: -1;
}