css: 변수선언 (font-color, font-size, weight 협의 후 사용)
/** @format */
:root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-blue: #9bc2e8;
--color-dark-blue: #6a92b6;
--color-light-blue: #e0f4ff;
--color-dark-grey: #4d4d4d;
--color-light-grey: #7c7979;
--color-yellow: #fff7d1;
--color-orange: #feb546;
--color-black: #000000;
/*Font size*/
--font-large: 48px;
--font-medium: 28px;
--font-regular: 18px;
--font-small: 16px;
--font-micro: 14px;
/*font weight/
--weight-bold: 700;
--weight-semi-bold: 600;
--weight-regular: 400;
/*Size*/
--size-border-radius: 4px;
/**Animation*/
--animation-duration: 300ms;
}
/*Universal tags*/
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Nanum Gothic", sans-serif;
cursor: default;
}
a {
text-decoration: none;
color: var(--color-dark-blue);
}
ul {
list-style: none;
padding-left: 0;
}
li {
list-style: none;
}
button {
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
}
'Project > Semi (20.07.08-20.08.11)' 카테고리의 다른 글
2020.07.22.(수) 세미 프로젝트 - 레이아웃 회의, 이클립스-github연동, db연동 및 기본세팅 (0) | 2020.08.26 |
---|---|
2020.07.21.(화) 세미 프로젝트 - 네비게이션 흐름도, 테이블정의서, 논리물리ERD 완성, 개발표준안(코딩 컨벤션) 완성, 페이지 레이아웃 작업 (0) | 2020.08.26 |
2020.07.17.(금) 세미 프로젝트 - 사이트 이름 정하기, 서류작업, 디자인회의 (0) | 2020.08.26 |
2020.07.16.(목) 세미 프로젝트 - <의약품 통합관리 페이지> 주제 확정, 개발예정보고서, 기능정의서 (0) | 2020.08.26 |
2020.07.15.(수) 세미 프로젝트 회의 - 한국형 게티이미지뱅크 (사진 판매), 미디어 쿼리, PWA (0) | 2020.07.16 |