forked from abhishek23012000/covid-19-news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.css
71 lines (56 loc) · 1.12 KB
/
news.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
body {
/* background: url('vac.jpg') no-repeat center center fixed; */
background-color: rgb(233, 239, 243);
}
h1 {
text-align: center;
color: rgb(10, 6, 1);
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
margin: 0.5em;
}
.fa {
font-weight: bolder;
padding: 17px;
border-radius: 25px;
font-size: 40px;
width: 50px;
text-align: center;
text-decoration:solid;
margin: 6px 7px;
}
.social
{
padding: 150px;
margin-top: 5.9em;
margin-bottom: 1.5rem;
text-align: center;
background-color: rgb(76, 74, 74);
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-youtube {
background: #bb0000;
color: white;
}
.fa-instagram {
background: #E1306c;
color: white;
}