-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (58 loc) · 1.18 KB
/
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
67
68
69
70
71
72
73
74
* {
margin: 0;
padding: 0%;
}
.yui{
align-items: center;
width: 100%;
height: 70vh;
position: fixed;
background-image: url("https://t4.ftcdn.net/jpg/03/95/77/97/360_F_395779788_eZIwrg5EW1MJ2L2w1DQnoNp2bea8ZTO3.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.yui p{
color:green;
text-align: center;
font-size: 30px;
}
.yui h2{
color: coral;
text-align: center;
font-size: 35px;
}
.buio{
width:100%;
height:200vh;
background-color: black;
}
#txt{
color:red;
text-align: center;
font-size:50px;
}
#btn{
align-items: center;
font-size: 20px;
font-weight: 800;
padding: 25px;
background-color: rgb(255, 0, 25);
display: inline-block;
border-radius: 20px;
}
#puzzleContainer {
border: 1px solid;
position: absolute ;
}
.puzzle-item {
width: 200px;
height: 200px;
border: 1px solid;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
font-size: 2em;
background-color: rgb(207, 36, 36);
color: aliceblue;
}