forked from Murrium123/FriendFind
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (61 loc) · 1.16 KB
/
styles.css
File metadata and controls
72 lines (61 loc) · 1.16 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
#name {
font-size: 18px;
width: 15%;
margin: 11px auto;
display: block;
}
#pronoun {
font-size: 17px;
margin: 12px auto;
padding-bottom: 10px;
display: block;
}
#interest1 {
display: inline-block;
margin: 10 auto;
width: 20%;
}
#interest2 {
display: inline-block;
margin: 10 auto;
width: 20%;
}
#interest3 {
display: block;
margin: 10 auto;
width: 20%;
}
body {
background-color: #FF7F50;
font-family: Arial, sans-serif;
}
Name{
font-size: 20px;
}
h1 {
color: white;
font-size: 65px;
margin: 0;
padding-bottom: 8px;
}
p {
margin: 0;
padding: 0;
}
input[type="text"], select {
padding: 10px;
margin: 5px 0;
font-size: 16px;
}
button {
padding: 10px 20px;
margin: 7px;
background-color: white;
border: none;
cursor: pointer;
color: black;
font-size: 20px;
}
button:hover {
background-color: white;
}