mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
[FEAURE] Add basic blog system. Add first activity report
This commit is contained in:
parent
1b6f884bfb
commit
4ef40b5802
9 changed files with 361 additions and 15 deletions
|
|
@ -3,3 +3,14 @@
|
|||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.video-block {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%; /* 16:9 */
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
width: 100%; height: auto;}
|
||||
|
||||
.video-block iframe {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue