forked from PayalPadmalyaPrusty/YATI_Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleselfdefence.css
129 lines (114 loc) · 2.23 KB
/
styleselfdefence.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* html, body {
height: 100%;
width: 100%;
} */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
width: 100%;
position: relative;
font-family: 'poppins', sans-serif;
background-image:url("https://hivos.org/assets/2018/05/we4lheader600.jpg");
background-repeat:no-repeat;
}
::selection{
background: #1b1b1b;
color: #fff;
}
.navbar{
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 5vw;
background: #fff;
z-index: 9;
}
.links-container{
display: flex;
list-style: none;
}
.link{
padding: 10px;
margin-left: 10px;
text-decoration: none;
text-transform: capitalize;
color: #000;
}
.header{
margin-top: 60px;
width: 100%;
height: calc(100vh - 60px);
/* background: url(../img/header.png); */
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.content{
text-align: center;
}
.heading{
color: #fff;
text-transform: capitalize;
font-size: 80px;
line-height: 60px;
margin-bottom: 80px;
}
.heading .small{
display: block;
font-size: 40px;
}
/* .heading .no-fill{
font-style: italic;
color: transparent;
-webkit-text-stroke: 2px #fff;
} */
.btn{
padding: 40px 40px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.7);
color: #000;
text-decoration: none;
text-transform: capitalize;
}
.blogs-section{
width: 100%;
padding: 50px 5vw;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 80px;
}
.blog-image{
width: 50%;
height: 250px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 10px;
}
.blog-overview{
margin: 10px 0 20px;
line-height: 30px;
}
.btndark{
background: #1b1b1b;
color: #e5e5eb;
padding: 10px 10px;
border-radius: 10px;
text-transform: capitalize;
text-decoration:none;
}
#more{display: none;}
#p{display:none;}
#q{display:none;}
#s{display:none;}
h1.steps {
margin-left: 639px;
}