11 lines
96 B
SCSS
11 lines
96 B
SCSS
|
|
@import "reset";
|
||
|
|
|
||
|
|
body {
|
||
|
|
background: orange;
|
||
|
|
}
|
||
|
|
|
||
|
|
img {
|
||
|
|
max-width: 100%;
|
||
|
|
display: block;
|
||
|
|
}
|