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
- FileZilla설치
- 1521
- selectoptions
- toFixed()
- SUB함수
- 파일질라설치오류
- 주석이 먹히지 않을 때
- Math.floor()
- 파일질라다운로드
- 소스트리인증실패
- calc.minus
- FileZilla다운로드
- selectedIndex
- push오류
- 파일질라설치
- Parent
- removeClass
- Math.round()
- index %
- excel중복체크
- Math.ceil()
- addClass
- ctrl+/
- calc.plus
- hide
- is_check
- slideUp
- 증가값
- Git
- Excel
Archives
- Today
- Total
목록JAVA_EE/CSS (49)
잡동사니에도 사랑을

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