파일 목록
-
📁 이후
-
📁 jquery
-
📁 js
- ex10-1.html
- ex10-2.html
- ex10-5.html
- ex8-11.html
- Ex8-4.html
- Example8-2.html
- example9-18.html
- example9-19.html
- Examplt8-3.html
- exapmle9-21.html
- practic9-4.html
- practice 9-6.html
- practice8-1-3.html
- practice8-2.html
- practice8-3.html
- practice8-5.html
- practice8-6.html
- practice8-7.html
- practice9-1.html
- practice9-5.html
- practice9-8.html
- test6.html
- Test8.html
- test9.html
- test9_10.html
- test9_3.html
- test_9._0.html
- win1_ob2.html
- 챌린지 copy.html
-
- desktop.ini
- ex10-1,2.html
- ex10-3.html
- ex10-5.html
- Title.png
body{
font-family:"맑은 고딕", "고딕", "굴림";
}
header {
width: 80%;
height: 150px;
margin-right: auto;
margin-left: auto;
background-image: url("animal.png") ;
overflow: hidden;
}
header h1{
width:40%;
float:left;
color:#ffffff;
}
header nav {
width:60%;
float:right;
}
nav ul li{
font-size: 20px;
display: inline;
margin: 15px;
}
article{
width: 80%;
height:600px;
margin-right: auto;
margin-left: auto;
border:3px solid #333;
padding:5px;
overflow:hidden;
}
p {
font-size:15px;
line-height:20px;
}
/* -------------------------------------------------- */
img { float: right;}
article section{
width:30%;
height:500px;
float:left;
margin:10px;
padding:5px;
border:1px dotted #333;
transition : 2s;
}
article section:hover{
background-color: pink;
border:1px solid violet;
}
aside{
clear:both;
margin:0 auto;
width:80%;
height:auto;
padding:10px;
background-color: lightgray;
}
footer{
clear:both;
width: 80%;
margin-right: auto;
margin-left: auto;
margin-top:0;
padding:10px;
background-color:#333;
color:white;
text-align:center;
}