-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstcss.css
103 lines (89 loc) · 1.53 KB
/
firstcss.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
*{
margin: 0;
padding: 0;
}
html{
/* background: url(https://www.nextadvisor.com/blog/wp-content/uploads/2015/04/bigstock-A-pictographic-image-of-a-gree-25125803.jpg); */
}
img{
position: fixed;
top: 5px;
opacity: 0.15;
z-index:-1;
}
/* #bg { */
/* position: fixed; */
/* top: -50%; */
/* left: -50%; */
/* width: 200%; */
/* height: 200%; */
/* } */
/* #bg img { */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* margin: auto; */
/* min-width: 50%; */
/* min-height: 50%; */
/* } */
.heading{
/* position: fixed; */
color: Maroon;
text-align: Center;
font-size: 100px;
}
h2{
font-size: 30px;
color: White;
background-color: rgb(89, 132, 9);
text-align: Center;
border: 2px solid rgb(89, 132, 9);
margin:20px 0;
z-index: 2;
}
footer{
font-size: 25px;
color: White;
border: 2px solid rgb(89, 132, 9);
background-color: rgb(89, 132, 9);
text-align: Center;
margin: 0px 0px;
height: 50px;
padding-top: 24px;
font-family: Georgia;
}
p{
font-size: 25px;
font-weight: 100;
color: #c1284c;
text-align: Center;
margin: 5px 55px;
font-family: Times New Roman;
}
.history{
font-size: 25px;
font-weight: 100;
color: #c1284c;
text-align: Left;
margin: 5px 55px;
font-family: Times New Roman;
}
nav{
font-size: 25px;
color: rgb(80, 81, 78);
text-align: center;
margin: 5px 5px;
font-family: Georgia;
}
li{
margin: 15px 5px
}
.content{
font-size: 25px;
color: black;
text-align: Center;
margin: 5px 5px;
font-family: Georgia;
}