menu.css
1.79 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#div_root{
margin:auto;
width:100%;
}
#div_top{
width:100%;
height:80px;
vertical-align: baseline;
}
#div_con1{
width:100%;
height:600px;
float:left;
}
#div_con2{
background-color:beige;
width:29%;
height:825px;
float:left;
text-align : left;
}
#menu{
width:30%;
height:200px;
margin-left: 2%;
margin-top:25px;
margin-bottom:0px;
float:left;
}
.menu_up{
margin-top:0px !important;
}
.menu_70{
width:50% !important;
height:140px !important;
}
.menu_30{
height:140px !important;
}
#div_bottom{
width:100%;
height :20px;
clear:both;
}
h1 {
font-size: 80px;
font-weight: normal;
font-family:"Born Ready Slanted";
display:inline;
}
h2 {
font-size: 40px;
font-weight: normal;
font-family:"Born Ready Slanted", "제주고딕";
display:inline;
margin-left:25px;
color:#858796;
}
h4{
font-size: 13px;
color:#5a5c69 !important;
font-weight:normal;
text-align:center;
margin:0px;
margin-top:10px !important;
}
#btn h2{
font-size:20px !important;
font-family:"Born Ready Slanted", "제주고딕";
margin-left:0px;
}
#btn{
border-radius: 5px;
font-size: 46px;
margin-left: auto;
margin-right : auto;
font-family:"Born Ready Slanted";
display:block;
}
#btn_group button{
border: 1px hidden black;
background-color: rgba(0,0,0,0);
color:#5a5c69;
padding: 50px;
display: table;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
#btn_group button:hover{
color:white;
background-color: skyblue;
}
#btn_another button{
border: 1px hidden black;
background-color: skyblue;
color: white;
padding: 50px;
display: table;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
}
#btn_another button:hover{
color:black;
background-color: rgba(0,0,0,0);
}