Sparta Coding Club/Today I Learned [TIL]

[TIL] #DAY - 068 - CSS 정리하기 (HTML, CSS)

양한마리 2022. 12. 9. 05:51
728x90



프로젝트 정리하면서 템플릿을 만들다보니 자연스레 CSS를 정리한걸 적어보려고한다.




css 파일!

@charset "utf-8";
/*
________________________________________________________________
project : off_the_outfit website for last team sparta

Edited by gicheol. (hanmari.code@gmail.com)
[Last Edited 2022-12-08]
________________________________________________________________

= table of Css

1. header.html
2. nav.html
3. footer.html

= color code

1. main color : 
2. based color :
3. light gray :
4. point color :

= font

1. 
2. 
3. 
4. 

*/

/* _______________________________________________________________  */
/* 0. Public use */
/* _______________________________________________________________  */

body {
    margin: 0;
}

.horizontal_alignment {
    display: flex;
    flex-direction: row;
}

.vertical_alignment {
    display: flex;
    flex-direction: column;
}


/* _______________________________________________________________  */
/* 1. header.html */
/* _______________________________________________________________  */

...

/* _______________________________________________________________  */
/* 2. nav.html */
/* _______________________________________________________________  */

...

/* _______________________________________________________________  */
/* 3. footer.html */
/* _______________________________________________________________  */

...

 

728x90
반응형