-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (43 loc) · 856 Bytes
/
style.css
File metadata and controls
55 lines (43 loc) · 856 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
46
47
48
49
50
51
52
53
54
55
body {
background-color: lightsteelblue;
}
.whitebox {
background-color: white;
display: flex;
justify-content: center;
width:350px ;
height: 500px;
border-radius: 15px;
margin: auto;
position: relative;
top:110px;
}
.img {
margin: auto;
position: relative;
bottom:370px;
display: flex;
justify-content: center;
border-radius: 10px;
}
.word {
color: #191970;
display: flex;
justify-content: center;
position: relative;
bottom:350px;
font-weight: bolder;
font-size: 23px;
font-family: 'Mingzat', sans-serif;
text-align: center;
}
.word1 {
color: #191970;
display: flex;
justify-content: space-around;
position: relative;
bottom:330px;
font-size: 14px;
font-family: 'Mingzat', sans-serif;
text-align: center;
}