Web/CSS

리팩토링

유로파니 2020. 3. 24. 16:09

@import " ~~~~.css";

 

 

style.css

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

  body {
    color : white;
  }
</style>