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:
30
training/kawaishi/style.css.html
Normal file
30
training/kawaishi/style.css.html
Normal 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>
|
||||
Reference in New Issue
Block a user