16 lines
130 B
CSS
16 lines
130 B
CSS
|
#import {
|
||
|
color: red;
|
||
|
}
|
||
|
body {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.test-f {
|
||
|
height: 10px;
|
||
|
}
|
||
|
body {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.test-f {
|
||
|
height: 10px;
|
||
|
}
|