-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
57 lines (48 loc) · 928 Bytes
/
main.css
File metadata and controls
57 lines (48 loc) · 928 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
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: black; text-align: center;
}
h2 {
font-size: 1em; color: green(44, 93, 230); text-align: center;
}
form {
font-size: 2em; color: rgb(23, 0, 128); text-align: center;
}
body {
width: 600px;
margin: 0 auto;
background-color: whitesmoke;
padding: 0 20px 20px 20px;
border: 5px solid black;
}
button
{
background-color: rgb(255, 255, 255); color:grey;
}
html {
background-color: #00aeff;
}
input[type="text"]
{
font-size:24px;
}
.myButton{
background:url(home.png) no-repeat;
cursor:pointer;
border:none;
width:100px;
height:100px;
}
.myButton:active
{
background:url(home2.jpg) no-repeat;
}
input[type="image"]
{
padding: 30px 850px 10px 20px;
}