first commit

This commit is contained in:
2018-03-16 15:24:05 +01:00
commit 29ca72b6f5
6 changed files with 52 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
* {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
video {
width: 100%;
height: auto;
}