-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (63 loc) · 1.13 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (63 loc) · 1.13 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
@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap");
body {
/*background-color: #bcb1d8*/
background-image: url("https://www.denofgeek.com/wp-content/uploads/2023/07/Best-Video-Game-Consoles-Ranked_Lead.jpg");
background-size: cover;
}
#survey-form {
background-color: #97caa0;
width: 450px;
height: auto;
border-radius: 3em;
line-height: 1.5;
margin: auto;
padding: 40px;
}
h1 {
text-align: center;
text-decoration: underline;
color: #18d9f7;
}
#description {
text-align: center;
font-family: "hammersmith one";
color: #18d9f7;
}
h1,
#description {
background: rgb(56, 56, 58);
padding: 10px 20px;
border-radius: 8px;
display: block;
color: #18d9f7;
width: fit-content;
text-align: center;
margin: 0 auto;
}
#submit {
width: 430px;
padding: 10px;
background-color: #b2b9a7;
font-size: 15px;
cursor: pointer;
margin-left: 10px;
}
#comments {
width: 100%;
height: 30%;
border-radius: 0.5em;
}
#name,
#email,
#number {
width: 90%;
height: 8%;
margin: 5px;
border-radius: 0.5em;
}
.name,
.email,
.number {
font-weight: bold;
font-size: 20px;
}