-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.css
67 lines (66 loc) · 995 Bytes
/
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
#nav-bar {
position: sticky;
top: 0;
z-index: 10;
}
.navbar {
background-image: linear-gradient(to right, white, white);
padding: 0 !important;
}
.navbar-brand {
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-left: 50px;
color: teal;
}
.navbar-nav li {
padding: 0 5px;
padding-right: 70px;
}
.navbar-nav li a {
color: cadetblue !important;
font-weight: 600;
float: right;
text-align: left;
}
.navbar-toggler {
outline: none !important;
}
#sub {
padding-top: 20px;
width: 100%;
background-color: cadetblue;
}
#white {
color: black;
float: left;
}
#justify {
color: white;
text-align: justify;
font-size: 15px;
}
#usr {
margin-top: 30px;
height: 35px;
width: 200px;
}
#last {
width: 100%;
background-color: teal;
text-align: center;
font-size: 20px;
color: black;
}
.col-md-7 {
padding-left: 150px;
}
#btn1 {
width: 200px;
margin-top: 5px;
margin-left: 0px;
}
#chal
{
margin-right: 50px;
}