Files
2021-itgk/static/main.css
2021-11-15 22:01:28 +01:00

24 lines
248 B
CSS

.red {
color: red;
}
.columns {
display: flex;
}
.columns > div {
flex: 1;
}
.replacable-fragment {
position: relative;
margin: auto;
}
.replacable-fragment > div {
position:absolute;
top:0;
/* TODO: fix this properly */
left:25%;
}