@import " ~~~~.css";

 

 

style.css

<style>
  @import "clock.css";
  @import "painting.css";
  @import "title.css";

  body {
    color : white;
  }
</style>

 

 

'Web > CSS' 카테고리의 다른 글

CSS 글자 속성(font, text)  (0) 2020.07.13
CSS 가시 속성(display)  (0) 2020.07.13
CSS 배경 속성(background)  (0) 2020.07.13
박스 모델  (0) 2020.07.13
CSS Selector  (0) 2020.04.22

+ Recent posts