main_home.css
794 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*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;
}