-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleSheet.css
More file actions
108 lines (90 loc) · 1.85 KB
/
Copy pathStyleSheet.css
File metadata and controls
108 lines (90 loc) · 1.85 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body {
background-image: linear-gradient(to right,red,indianred,indianred,red);
}
div div {
border: 2px solid black;
border-radius: 15px;
background-size: contain;
background-position: center;
background-color: white;
background-image: url('background.png');
background-repeat: no-repeat;
margin: 0.8vw;
}
.warpper {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
height: 85vh;
}
#score {
direction: rtl;
height: 5vh;
margin-top: 4vh;
border: 2px solid black;
}
textarea {
width: 97vw;
text-align: center;
font-size: 30px
}
.set1 {
background-image: url('babyBoy.jpg');
}
.set2 {
background-image: url('babygirl.jpg');
}
.set3 {
background-image: url('birthday.jpg');
}
.set4 {
background-image: url('dog.gif');
}
.set5 {
background-image: url('drive.jpg');
}
.set6 {
background-image: url('miki&mini.jpg');
}
.set7 {
background-image: url('mini.png');
}
.set8 {
background-image: url('miniBake.jpg');
}
.set9 {
background-image: url('minii.jpg');
}
#end1 {
grid-column: 2/3;
grid-row: 2/3;
background-color: transparent;
background-image:none;
display: none;
border:none;
grid-template-rows: 1fr 1fr 1fr;
border-radius: 20px
}
.finish {
background-color: transparent;
position: fixed; /* Stay in place */
z-index: 10; /* Sit on top */
width: 100%; /* Full width */
height: 100%; /* Full height */
display: none;
text-align: center;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
a {
border: 4px solid red;
border-radius: 15px;
width: 98%;
color: black;
margin: 3px;
text-decoration: none;
font-size: 4rem;
background-color: white;
}