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다운로드
- addClass
- 파일질라설치오류
- index %
- slideUp
- removeClass
- is_check
- calc.minus
- Math.ceil()
- Math.floor()
- selectoptions
- hide
- 소스트리인증실패
- push오류
- calc.plus
- Git
- selectedIndex
- 주석이 먹히지 않을 때
- excel중복체크
- FileZilla설치
- 1521
- Parent
- 파일질라설치
- ctrl+/
- toFixed()
- SUB함수
- Math.round()
- 증가값
- 파일질라다운로드
- Excel
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.16] exam01(04_cssBoxModel) - 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
div {
background: ghostwhite;
}
span {
background: deepskyblue;
}
div.box {
background: yellow;
border-style: solid;
border-color: peru;
margin: 40px; /* 시계방향 - top, right, bottom, left */
border-width: 30px;
padding: 20px; /* 시계방향 - top, right, bottom, left */
}
</style>
</head>
<body>
<div class="box">
<span>DIVDIVDIV</span>
</div>
</body>
</html>
728x90
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.16] exam04(04_cssBoxModel) - (0) | 2021.09.16 |
---|---|
[21.09.16] exam03(04_cssBoxModel) - (0) | 2021.09.16 |
[21.09.16] exam03(03_cssColorText) - (0) | 2021.09.16 |
[21.09.16] exam02(03_cssColorText) - (0) | 2021.09.16 |
[21.09.16] exam01(03_cssColorText) - (0) | 2021.09.16 |