Delineate CSS by common, desktop, mobile
This commit is contained in:
parent
01bf4a3db1
commit
d2144ba19d
@ -0,0 +1,12 @@
|
||||
[data-wrap="center"] {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
[data-wrap="right"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[data-wrap="justify"] {
|
||||
text-align: justify;
|
||||
}
|
||||
|
@ -1,15 +1,3 @@
|
||||
[data-wrap="center"] {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
[data-wrap="right"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[data-wrap="justify"] {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
[data-wrap="columns"] {
|
||||
width: 50%;
|
||||
float: left;
|
||||
|
@ -9,3 +9,9 @@
|
||||
[data-wrap="columns"] {
|
||||
}
|
||||
|
||||
[data-wrap="floatl"] {
|
||||
}
|
||||
|
||||
[data-wrap="floatr"] {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user