docs/extra.css

13 lines
154 B
CSS
Raw Normal View History

@charset "UTF-8";
.floating_right {
float: right;
margin-left: 20px
max-width: 30%;
max-height: 30%;
}
.center {
text-align: center;
}