-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (55 loc) · 955 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
body{
background-image: url(images/fuji-san.jpg);
background-size: cover;
background-repeat: no-repeat;
}
h1{
font-size: 40pt;
text-shadow: 3px 3px 2px white;
font-family: HG正楷書体-PRO/*Hannari*/;
text-align: center;
}
div{
text-align: center;
}
.image{
/* border: 3px solid white*/;
width: 200px;
}
.flex{
display: flex;
justify-content: center;
}
.div{
text-align: center;
}
.button{
width: 180px;
height: 60px;
background: Maroon;
color: white;
font-family: HG正楷書体-PRO/*Hannari*/;
font-size: 25px;
}
button{
width: 180px;
height: 60px;
background: Maroon;
color: white;
font-family: HG正楷書体-PRO/*Hannari*/;
font-size: 25px;
}
.comment{
backdrop-filter: blur(12px);
width: 100%;
}
.text{
font-size: 40pt;
text-shadow: 3px 3px 2px white;
font-family: HG正楷書体-PRO/*Hannari*/;
text-align: center;
backdrop-filter: blur(12px);
}
span{
display: inline-block;
}