capsul-flask/capsulflask/static/style.css
2020-05-09 23:45:20 -05:00

10 lines
131 B
CSS

.float-right {
display: inline-block;
float: right;
}
.flash {
background: red;
font-weight: bold;
text-align: center;
}