notes/split.css

21 lines
170 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 {
2023-09-11 09:57:00 +02:00
float: left;
2023-01-18 12:34:55 +01:00
}
#right {
2023-09-11 09:57:00 +02:00
float: right;
2023-01-18 12:34:55 +01:00
}