-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMenu.css
More file actions
63 lines (51 loc) · 1.19 KB
/
Menu.css
File metadata and controls
63 lines (51 loc) · 1.19 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
body { background-image:url(Congratulations\ Congratulations.png);
background-position: center;
background-repeat: no-repeat;
background-attachment:fixed ;
background-size: cover;
justify-content: center;
align-items: center;
}
h1 {
font-size: 12vw;
font-family: 'TH Sarabun New','arial' ;
text-align: center;
position: relative;
display: block;
margin:auto;
}
b2 {
border: 3px outset rgb(248, 55, 151);
text-align: center;
background-color: antiquewhite;
padding: 1%;
font-size: 64px;
font-family: Arial, Helvetica, sans-serif;
border-radius: 15px;
display: block;
position: relative;
bottom: -200px;
margin: auto;
width: 50%;
}
div { font-family: 'TH Sarabun New';
size: 80px;
display: relative ;
text-align: center;
position: relative ;
align-items: center;
bottom:48%;
top: 20vw;
}
[role=button]{
background-color:rgb(152, 161, 243) ;
}
@media (min-width: 900px) {
#b2 {
position: absolute;
top: 200px;
}
}
Button {
bottom: 100px;
}