itgk-kurs-2021/static/main.css

23 lines
215 B
CSS
Raw Normal View History

2021-11-15 14:01:58 +01:00
.red {
color: red;
}
.columns {
display: flex;
}
.columns > div {
flex: 1;
}
.replacable-fragment {
position: relative;
margin: auto;
}
.replacable-fragment > div {
position:absolute;
top:0;
left:0;
}