-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
38 lines (38 loc) · 729 Bytes
/
Copy pathmain.css
File metadata and controls
38 lines (38 loc) · 729 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
form{
background-color: white;
border: 1px solid black;
}
form{
text-align: center;
}
body{
background-color: gray;
border: 1px solid black;
text-align: center;
}
img{
align-self: center;
}
.margins-padding{
margin-top: 5px;
margin-right: 250px;
margin-bottom: 5px;
margin-left: 200px;
padding: 5px 5px 5px 10px;
}
.footer{
margin-top: 5px;
margin-right: 250px;
margin-bottom: 5px;
margin-left: 200px;
padding: 5px 5px 5px 10px;
background-color: white;
}
.margins-padding-button{
margin-top: 5px;
margin-right: 415px;
margin-bottom: 5px;
margin-left: 368px;
padding: 5px 5px 5px 10px;
background-color: blue;
}