-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainHome.css
More file actions
48 lines (38 loc) · 820 Bytes
/
mainHome.css
File metadata and controls
48 lines (38 loc) · 820 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
h1 {
font-size: 4em; color: green; text-align: center ;font-family: 'Open Sans', Comic Sans MS;
}
h3 {
font-size: 1em; color: red; text-align: center;
}
h4 {
font-size: 1em; color: rgb(53, 53, 53); text-align: left;padding: 0 100px 20px 100px;
}
form {
font-size: 1em; color: rgb(23, 0, 128); text-align: left;
}
body {
width: 900px;
margin: 0 auto;
background-color: whitesmoke;
padding: 0 20px 20px 20px;
border: 5px solid black;
}
html {
background-color: #00aeff;
}
button {
background-color: rgb(255, 255, 255); color:grey;
}
input[type="text"]
{
font-size:24px;
}
input[type='image'] {
width: 80px;
}
img{
padding: 0 130px 20px 130px;
}
p {
font-size: 2em; color:rgb(53, 53, 53); text-align: left; padding: 0 100px 20px 100px;
}