-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (42 loc) · 1004 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
65
66
67
68
69
body{background: #6dcbce;}
.navv{margin-bottom: 50px;}
.img1{width: 42px
;padding-left: 5px
;}
.bg{
background-color:#1c313a
}
.img2{width: 56px;}
.row{margin-top: 30px;}
.container-fluid{margin-bottom: 100px;}
.container{
margin-bottom: 30px;
padding-bottom: 20px;
background-color: #ffffff;
border-radius: 20px;
}
.bg2{background: #286b88;}
.img3{width: 177px;}
.pp{font-family: Poppins;font-size: 20px;color: white;}
.card{
box-shadow: 0px 0px 15px -4px black;
border-radius: 20px;
}
.img5{width: 14.6913px;
position: relative;
;}
section{}
.red{color: #FF4A60;}
time{background-color:#286b88; padding: 10px;color:#FF4A60 ; border-radius: 20px;
position: relative;
left: 20px;
}
time:hover{background-color: thistle;color: tomato;}
h2:hover a{color:thistle ;}
.navbar-nav {position: relative;
right: 80px;
;}
.navbar-brand{position: relative;
left: 80px;
}
.nav-item{padding-right: 20px;}