Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SUB함수
- selectedIndex
- Math.ceil()
- Parent
- 소스트리인증실패
- ctrl+/
- 파일질라설치
- 1521
- Math.round()
- is_check
- 증가값
- Math.floor()
- calc.minus
- selectoptions
- FileZilla설치
- excel중복체크
- toFixed()
- push오류
- FileZilla다운로드
- calc.plus
- 파일질라설치오류
- addClass
- hide
- slideUp
- removeClass
- 파일질라다운로드
- Excel
- 주석이 먹히지 않을 때
- index %
- Git
Archives
- Today
- Total
목록JAVA_EE/CSS (49)
잡동사니에도 사랑을
[21.09.15] exam01(01_css) -
DOCTYPE html> Insert title here html, body{ html태그, body태그에 스타일을 부여하겠습니다 ~ 라는 식으로 써도 좋고, margin: 500; /* 바깥쪽 여백*/ padding: 100px; /* 안쪽 여백*/ height: 90%; } .header { 클래스 속성으로 부여해도 좋다 width: 100%; height: 15%; background: darksalmon; } .nav{ width: 15%; height: 70%; float: left; background: mistyrose; } .section{ width: 70%; height: 70%; float: left; background: indianred; } .aside{ width: 15%; h..
JAVA_EE/CSS
2021. 9. 15. 18:39