6 lines
62 B
CSS
6 lines
62 B
CSS
|
|
@import url(./two.css);
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: pink;
|
||
|
|
}
|