-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
68 lines (59 loc) · 1012 Bytes
/
styles.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
body {
color: turquoise;
background-image:url(https://shorturl.at/ahnDP);
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
}
main {
background-color: black;
margin: auto;
text-align: justify;
width: 50%;
padding: 20px;
filter: brightness(10px);
}
#name, #email, #age {
display: block;
}
form{
width: 100vw;
max-width: 800px;
min-width: 300px;
width: 100%;
}
label {
display: block;
margin: 1.0rem 0;
}
#submit {
display: block;
background-color: darkgreen;
color: aliceblue;
width: 100%;
margin: 10px 0;
height: 25px;
}
textarea {
width: 100%;
margin: 10px 0 ;
border-radius: 6px;
}
#name, #email, #age {
width: 100%;
margin-top: 10px;
height: 35px;
border-radius: 6px;
height: 25px;
}
select {
height: 30px;
width: 100%;
margin: 10px 0 ;
}
#recommend, #role, #interest, #improve, #comment {
margin-bottom: 0%;
}
p, h1 {
text-shadow: 2cqh;
}