-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathabout.css
114 lines (100 loc) · 1.79 KB
/
about.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
* {
margin: 0;
padding:0px;
box-sizing: border-box;
}
.navbar {
background:transparent;
}
.navbar {
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
-ms-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.navbar.scrolled {
background: black;
opacity: 0.9;
}
.btn{
width: 130px;
border-radius: 1020px;
}
.btn1,.btn2{
width: 80px;
}
.btn3{
width: 105px;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
min-height: 8vh;
background-color:black ;
}
.logo {
color: aliceblue;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 18px;
}
@media screen and (min-width: 992px)
{
.collapse{
-webkit-text-stroke: thin;
padding-left: 46%;
}
}
.navbar-toggler-icon{
background: url(images/outline_reorder_white_18dp.png) no-repeat center center;
}
.nav-item {
display: flex;
justify-content: space-around;
}
.nav-item li {
list-style: none;
}
.nav-item a{
color: aliceblue;
text-decoration: none;
letter-spacing: 2px;
font-size: 12px;
text-transform: uppercase;
border: none;
}
.nav-item a:hover{
border-radius :1020px;
transition: 0.6 s all;
background-color: white;
min-height: 25px;
}
body,html {
background: url(images/bg1.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Cinzel', serif;
font-size :10px;
}
h1{
font-weight: bold;
}
.jumbotron{
background-color: rgba(170,170,170,0.5);
margin-right: 5%;
margin-left: 5%;
}
#fact{
display: block;
font-size: 20px;
text-shadow: none;
}
h2{
line-height: 30px;
font-family: 'Josefin Sans', sans-serif;
word-spacing: 3px;
}