mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 19:28:27 -04:00
11 lines
121 B
CSS
11 lines
121 B
CSS
.wrapper {
|
|
position: relative;
|
|
padding-top: 56.25%;
|
|
}
|
|
|
|
.wrapper > div {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|