-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (49 loc) · 951 Bytes
/
Copy pathstyle.css
File metadata and controls
63 lines (49 loc) · 951 Bytes
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
body{
background:rgba(230,204,169);
}
h1{
text-align:center;
font-family:Arial;
}
p{
text-align:center;
}
label{
color:white;
font-family:Arial;
}
form{
background-color:rgba(63,51,81,1);
border-radius:5%;
padding:50px 50px 75px 50px;
margin:0 250px 0 250px;
}
#name-label{
display:flex;
flex-direction:column;
}
#email-label{
display:flex;
flex-direction:column;
}
#number-label{
display:flex;
flex-direction:column;
}
#dropdown-box{
display:flex;
flex-direction:column;
}
#comments{
display:flex;
flex-direction:column;
}
#submit{
width:75%;
height:45px;
background-color:#00ff00;
}
#fav-feat{
display:flex;
flex-direction:column;
}