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