-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (71 loc) · 1.23 KB
/
style.css
File metadata and controls
75 lines (71 loc) · 1.23 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
73
74
75
h1
{
color: lightgreen;
font-size: 50;
text-align: center;
}
body
{
background-color: black;
background-image: url("inm1.PNG");
}
h6
{
color: #7c795d;
font-family: sans-serif;
font-size: 16;
float: right;
margin: 20px;
left: 40px;
padding: 10px;
border: solid 1px #fff;
box-shadow: inset 1px 1px 2px 0 #707070;
}
p,a
{
font-size: 20;
color: white;
}
input
{
float: right;
margin: 20px;
left: 40px;
padding: 10px;
border: solid 1px #fff;
box-shadow: inset 1px 1px 2px 0 #707070;
}
input[type="button"]
{
position: relative;
margin: 50px;
left: 30px;
top :20px;
background-size: 20px;
padding: 20px;
}
.myButton {
-moz-box-shadow: 0px 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 0px 2px #000000;
box-shadow: 0px 0px 0px 2px #000000;
background-color:#7892c2;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid #4e6096;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:19px;
padding:12px 37px;
text-decoration:none;
text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
background-color:#476e9e;
}
.myButton:active {
position:relative;
top:1px;
}