|
@media screen and (min-width: 0px) {
|
|
@import url("html-index/index-01-phone.css");
|
|
}
|
|
@media screen and (min-width: 601px) {
|
|
@import url("html-index/index-02-tablet.css");
|
|
}
|
|
@media screen and (min-width: 1025px) {
|
|
@import url("html-index/index-03-desktop.css");
|
|
} |