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
반응형
'Sparta Coding Club > Today I Learned [TIL]' 카테고리의 다른 글
[TIL] #DAY - 070 - none, null ('', "") (1) | 2022.12.13 |
---|---|
[TIL] #DAY - 069 - startWith, endsWith 메소드 (JavaScript) (0) | 2022.12.12 |
[TIL] #DAY - 067 - 더미 생성하기 (Django, django-seed) (0) | 2022.12.08 |
[TIL] #DAY - 066 - pandas로 csv 불러오기 (Python, pandas, csv) (0) | 2022.12.08 |