-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (61 loc) · 986 Bytes
/
style.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
body {
background-color: black;
color: white;
}
h1, h2, nav {
display: flex;
font-family: 'Kanit', sans-serif;
}
h1 {
font-size: 150px;
/* margin: 0 auto; */
}
nav {
justify-content: flex-end;
font-size: 60px
}
header {
display: flex;
width: 100%;
height: 240px;
background-image: url("/img/OIP.jfif");
background-size: cover;
background-position: top;
margin: 0 auto;
}
.disable {
display: none;
}
.unable {
display:block;
}
a {
color: rgb(74, 83, 131);
text-decoration: none;
}
.contButton {
/* display: center; */
margin: auto;
width: 5%;
}
.selectBlocks {
height: 500;
width: 600;
display:inline-block;
text-align: left;
padding: 30px
}
.menuImage {
height: 200px;
width: 200px
}
.customInfo {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: 5px;
height:60%;
width: 30%;
margin: auto;
}