forked from GIAN-IIIT-Kalyani/website-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (63 loc) · 934 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
body{
margin: 0;
background-color: rgb(232, 250, 223);
}
.shape_c{
position: relative;
}
.shape{
width: 100%;
}
.navbar{
height:75px;
background-color:#fff;
box-shadow: 0 4px 4px rgba(0,0,0,0.09);
position:sticky;
display:flex;
justify-content: space-between;
}
.logo .iiit-k{
height:40px;
width:35px;
position:absolute;
top:20px;
left:130px;
}
.logo .gian{
height:75px;
width:70px;
position:absolute;
left:25px;
}
.navbar h1{
position:absolute;
top:10px;
left:110px;
font-size:25px;
color:#898888;
}
.menu{
width:500px;
}
.menu a{
text-decoration:none;
font-family:"Quicksand", sans-serif;
color:#3C3636;
line-height:50px;
font-size:17px;
}
.menu a:focus{
color:#EEC63C;
font-family:"Archivo", sans-serif;
}
.menu li{
display:inline-block;
margin-right:15px;
}
.menu li span{
font-size:20px;
color:#898888;
position:relative;
left:10px;
font-weight:900;
}