-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_gotest.css
108 lines (89 loc) · 1.66 KB
/
style_gotest.css
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
body{
margin:35px;
background: #FBEDDD;
}
.boxone {
box-sizing: border-box;
width: 320px;
height: 133px;
left: 35px;
top: 261px;
background: #FFFFFF;
border: 3px solid #EE8E48;
border-radius: 10px;
position: absolute;
text-align: center;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.boxtwo {
box-sizing: border-box;
width: 320px;
height: 133px;
left: 35px;
top: 437px;
background: #FFFFFF;
border: 3px solid #EE8E48;
border-radius: 10px;
position: absolute;
text-align: center;
font-style: normal;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
h1{
width: 159px;
height: 78px;
left: 116px;
top: 114px;
position: absolute;
font-style: normal;
font-size: 28px;
line-height: 38px;
font-weight: 400;
text-align: center;
color:black;
}
#toconsult {
box-sizing: border-box;
position: absolute;
width: 320px;
height: 56px;
left: 35px;
top: 603px;
background: #FA9953;
border-radius: 10px;
border: none;
color: #FFFFFF;
font-size: 16px;
}
.bottom_menu {
position: fixed;
width: 100%;
height: 70px;
/* margin: 0 auto; */
bottom: 0px;
background-color: white
}
.bottom_menu>div {
float:left;
width: 20%;
height: 100%;
text-align: center;
margin: 0 auto;
padding-top: 20px;
}
.bottom_menu>div>img {
float: center;
}
* {
font-family: 'Song Myung', serif;
}