2
0

Add in video and resources.

This commit is contained in:
Maarten Billemont
2018-04-20 00:24:44 -04:00
parent 49edaef79d
commit df7903e146
11 changed files with 48 additions and 2 deletions

View File

@@ -11,11 +11,14 @@ html, body {
body * {
/*outline: 1px solid rgba(255, 0, 0, 0.5);/**/
}
img {
img, video {
margin: 1ex 1em;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
object-fit: contain;
box-sizing: border-box;
max-width: 100%;
}
h1 {
margin: 0;
@@ -92,7 +95,7 @@ header {
.hero {
position: absolute;
z-index: -2;
z-index: -1;
left: 0;
right: 0;
top: 0;