-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
84 lines (79 loc) · 1.34 KB
/
custom.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
body {
padding: 10px;
background: white;
font-family: 'Montserrat', sans-serif;
color: white;
}
header {
position: fixed;
}
.main {
padding-top: 150px;
}
h1{
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
font-weight: bold;
}
h2 {
text-align: center;
margin-bottom: 20px;
}
h2 {
height: 50px;
text-align: center;
padding-top: 20px;
background-color: #A92F32;
}
.blog1 {
height: 75px;
}
.blog {
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
margin-bottom: 20px ;
padding: 20px;
}
.tip {
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
margin-bottom: 20px ;
padding: 20px;
}
.tip>img{
width: 100%;
}
.footer {
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
background-color: #171717;
color: #fff;
width: 100%;
height: 120px;
text-align: center;
margin: auto;
}
.LinkedIn {
color: white;
box-shadow: 2px 2px;
border: none;
outline: none;
background: black;
padding: 10px;
margin-top: 20px;
font-family: "Times New Roman";
}
.footer-logo {
text-align: center;
font-size: 15px;
margin: auto;
padding-top: 25px;
}
.footer-icon {
margin-bottom: 25px;
color: white;
}
p{
font-size: 1.3em;
}
.blog>img{
width: 100%;
}