-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMenu.css
More file actions
46 lines (40 loc) · 970 Bytes
/
Menu.css
File metadata and controls
46 lines (40 loc) · 970 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
body { background-image:url(Congratulations\ Congratulations.png);
background-position: center;
background-repeat: no-repeat;
background-attachment:fixed ;
background-size: cover;
}
h1 {
font-size: 12vw;
font-family: 'TH Sarabun New','arial' ;
text-align: center;
position: relative;
display: block;
margin:auto;
}
ba2 {
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) ;
}