notes/split.css

21 lines
172 B
CSS
Raw Normal View History

2023-01-18 12:34:55 +01:00
body {
margin: 0;
}
div {
width: 100%;
}
iframe {
width: 50%;
height: 100%;
border: none;
}
#left {
float: left;
}
#right {
float: right;
}