김건우

calander v.1

.container1{
display: flex;
justify-content: center;
align-items: baseline;
}
.client{
border: 0px;
background-color: white;
}
.image{
width: 32px;
height: 32px;
}
.search{
border:0px;
background-color: white;
}
.logo{
font-size: 60px;
}
/*selection*/
.container2{
margin: 50px 0px 70px 0px;
background-color: blanchedalmond;
}
.selection{
display: flex;
list-style: none;
justify-content: center;
}
.selection li{
padding: 8px 16px;
}
.select a{
color: black;
text-decoration: none;
}
.selection li:hover{
padding: 8px 16px;
background-color: burlywood ;
}
.row{
display:flex;
justify-content: space-evenly;
}
img[class^="selection"]{
width: 150px;
height: 150px;
padding: 100px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>일정</title>
<link rel="stylesheet" type="text/css"href="calander.css">
</head>
<body>
<div class="container1">
<span class="logo">일정</span>
</div>
<div class="container3">
<div class="row row1">
<span class="item1">
<a href="index4.php">
<img class=selection1 src="pngs/samsung.png" alt="">
</a>
</span>
<span class="item2">
<a href="index5.php">
<img class=selection2 src="pngs/nc.png" alt="">
</a>
</span>
<span class="item3">
<a href="index6.php">
<img class=selection3 src="pngs/LG.png" alt="">
</a>
</span>
</div>
<div class="row row2">
<span class="item4">
<a href="index7.php">
<img class=selection4 src="pngs/kt.png" alt="">
</a>
</span>
<span class="item5">
<a href="index8.php">
<img class=selection5 src="pngs/ssg.png" alt="">
</a>
</span>
<span class="item6">
<a href="index9.php">
<img class=selection6 src="pngs/dusan.png" alt="">
</a>
</span>
</div>
<div class="row row3">
<span class="item7">
<a href="index7.php">
<img class=selection4 src="pngs/kiwoom.png" alt="">
</a>
</span>
<span class="item8">
<a href="index8.php">
<img class=selection5 src="pngs/kia.png" alt="">
</a>
</span>
<span class="item9">
<a href="index9.php">
<img class=selection6 src="pngs/hanhwa.png" alt="">
</a>
</span>
</div>
<div class="row row4">
<span class="item10">
<a href="index7.php">
<img class=selection4 src="pngs/Lotte.png" alt="">
</a>
</span>
</div>
</div>
</body>
</html>
\ No newline at end of file

3.57 KB

4.41 KB

6.51 KB

11.1 KB

3.11 KB