-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRoberts.css
54 lines (51 loc) · 1.07 KB
/
Roberts.css
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
body {
background: lightskyblue;
}
p {
color: cadetblue;
}
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
}
a {
color: hotpink;
}
a:link, a:visited {
background-color: blue;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(106, 255, 89);
}
il{
color: #17dd09;
}
.notaddingsoon{
color: #ff3d3d;
}
input{
background-color:rgb(29, 47, 206);
color: #ffffff ;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
input:hover input:active{
background-color: rgb(29, 47, 206);
}
input:link, input:visited {
background-color: rgb(29, 47, 206);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}