itgk-kurs-2021/static/main.css

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%;
}