-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
77 lines (68 loc) · 1.35 KB
/
stylesheet.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body{
background-color: cornsilk;
background-image: url(http://www.babystepsdaycare.net/wp-content/uploads/2014/02/cheesepizza.jpeg);
background-size: cover;
background-repeat: no-repeat;
}
fieldset{
width: 40%;
background-color: chocolate;
margin-left: 30%;
font-family: cursive;
font-size: 20px;
color: yellow;
}
h2{
color:purple;
font-size:100px;
text-align: center;
}
h3{ color: darkblue;
text-decoration: underline;
border: blue;
text-align:center;
font-size: 30px;
}
h2:hover{ color:red ;
font-size: 35px;
font-family:sans-serif;
}
h2{
text-align:center;
font-family:fantasy;
font-size: 40px;
color:darkblue;
}
h4{ color: darkblue;
font-size:25px;
text-align:center;
}
legend{font-size: 30px;
font-weight: bold;
text-align: center;}
h5{
text-align:center;
font-size: 20px;
color:darkred ;
}
div{
background-color: orangered;
border: black;
width: 40%;
margin-left: 30%;
}
table{
width: 50%;
margin-left: 25%;
background-color: chocolate;
font-family: cursive;
font-size: 20px;
color: wheat;
}
#admn{
font-family: Arial;
font-size: 20px;
color:brown;
text-align: center;
margin-left: 30%;
}