-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
54 lines (46 loc) · 695 Bytes
/
styles.css
File metadata and controls
54 lines (46 loc) · 695 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
a {
color: black;
text-decoration: none;
padding: 10px;
}
.body {
margin: 20px 50px;
align-content: space-evenly;
}
.upperright {
float: right;
margin: 5px;
}
.centered {
text-align: center;
padding: 75px;
}
.input {
border-radius: 20px;
width: 600px;
border-style: groove;
border-color: #eeeeee;
padding: 8px;
margin: 20px;
}
button {
margin: 25px;
padding: 5px 10px;
border-style: none;
border-radius: 10px;
}
h5 {
color: darkred;
}
label{
float: left;
clear: left;
width: 250px;
text-align: left;
margin: 20px 0px;
}
.advinput {
float: left;
margin: 20px;
width: 600px;
}