Initial push
This commit is contained in:
13
_sass/float.scss
Normal file
13
_sass/float.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@charset "utf-8";
|
||||
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float-center {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user