Ausführungen Hausaufgaben Sommerferien 2019 Romy Brittnacher

Changes to be committed:
	new file:   kawaishi/images.d/kawaishi-hidari.svg
	new file:   kawaishi/kawaishi.md
	new file:   kawaishi/style.css.html
This commit is contained in:
marko
2019-07-11 12:37:16 +02:00
parent 39369022fc
commit 8ee4908c8a
3 changed files with 547 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<style>
body{
font-size: 4vw;
}
@media (min-width: 640px){
body{
font-size: 2vw;
}
}
@media (min-width: 1280px){
body{
font-size: 1.3vw;
}
}
.videoFrame{
text-align:center;
max-width:100%
}
.videoFrame video{
max-width:100%;
height:auto;
}
.figure{
width: 100%;
text-align: center;
}
.figure > img{
max-width:100%;
}
</style>