-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
100 lines (95 loc) · 1.62 KB
/
menu.css
File metadata and controls
100 lines (95 loc) · 1.62 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
*{
font-family: 'Nanum Gothic Coding', monospace;
}
a{
text-decoration: none;
color: black;
}
#HF_style{
position:fixed;
background-color: white;
border-top:0;
border-bottom: 0;
width:100%;
}
#pageone{
background-color: white;
}
#pan1{
position: fixed;
}
.bak{
max-width: 100%;
object-fit: cover;
}
.main-content{
text-align: center;
background-color: white;
}
.ui-content h2{
padding-top:0;
margin-top: 0;
margin-bottom: 5px;
}
.content{
margin-top: 5px;
background-color: white;
}
.content h2{
margin-top: 0;
}
.content h4{
margin-top: 0;
margin-bottom: 0;
}
.content p{
margin-top: 0;
color: tomato;
}
#p_hr{
border-bottom: solid 1px rgba(148, 148, 148,0.2);
}
.content i{
margin-top: 10px;
margin-left: 20px;
}
hr{
border: solid 1px rgba(148, 148, 148,0.2);
}
.flex{
display: flex;
}
.flex_s{
flex: 1;
border-right: solid 1px rgba(148, 148, 148,0.2);
}
.flex_s_1{
flex: 1;
}
.menu{
width: 40%;
}
.foot{
width: 100%;
display: flex;
justify-content: space-between;
position: fixed;
bottom: 0;
padding-left: 15px;
background-color: white;
padding-top: 10px;
border-top:solid 1px rgba(148, 148, 148,0.2);
}
.foot i{
font-size: 25px;
}
.foot p{
padding-bottom: 10px;
padding-top: 5px;
margin: 0;
text-align: center;
font-size: 12px;
}
#pageone{
background-color:rgb(214, 210, 210);;
}