mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
18 lines
291 B
SCSS
18 lines
291 B
SCSS
.center {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
div.floatleft {
|
|
float: left;
|
|
clear: left;
|
|
position: relative;
|
|
margin: 0 .5em .5em 0;
|
|
border: 0;
|
|
}
|
|
div.floatright {
|
|
float: right;
|
|
clear: right;
|
|
position: relative;
|
|
margin: 0 .5em .5em 0;
|
|
border: 0;
|
|
} |