-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (61 loc) · 1005 Bytes
/
style.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
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container-1
{
display:flex;
justify-content:space-between;
align-items: center;
flex-wrap:wrap;
}
img
{
/* width:200px;
height:200px; */
margin-left: 0.2rem;
margin-top: 10px;
margin-bottom: 6px;
}
.logo-title
{
text-align:right;
font-weight:500;
}
.starting-intro
{
font-size:35px;
margin: 5px;
}
.starting-intro-hindi
{
font-size:26px;
margin: 5px;
}
.National-Importance
{
padding: 5px 0px;
margin: 5px;
font-size: 25px;
}
.nav-bar {
padding: 1.5rem 4rem 1.5rem 4rem;
background-color: rgb(241, 235, 235);
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 2rem 0 2rem;
}
a {
text-decoration: none;
color: black;
font-size: 1.4rem;
font-weight: 550;
}
li {
list-style-type: none;
}