김명주

Merge branch 'test' into 'master'

Create homepage



See merge request !2
/*body{
height: 100vh;
background-repeat : no-repeat;
background-image: url('background.png');
background-size: cover;
}*/
html, body{
width: 100%;
height: 100%;
margin:0;
}
A{
position: relative;
top:0.8%;
left: 85%;
font-size: x-small;
font-weight: bold;
font-family: "나눔고딕";
text-decoration-line: none;
color: inherit;
}
#logo
{
position: relative;
top:1%
}
#div1
{
position: relative;
width: 100%;
height: 45%;
top:5%;
background-color: skyblue;
}
#btn1
{
position: relative;
top: 23%;
left: 30%;
padding: 0;
border: none;
background: none;
}
#btn2
{
position: relative;
top: 23%;
left: 50%;
padding: 0;
border: none;
background: none;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="main_home.css"/>
</head>
<body>
<img id="logo" src="image/logo.png">
<A href= "https://kart.nexon.com/Main/Index.aspx" target="_blank">공식 홈페이지 바로가기</A>
<div id="div1">
<button id="btn1"> <img src="image/btn1.png"></button>
<button id="btn2"> <img src="image/btn2.png"></button>
</div>
</body>
</html>
\ No newline at end of file