-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.css
107 lines (91 loc) · 1.79 KB
/
aboutus.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
#pbhl {
font-family: 'Fira Sans', sans-serif;
color: white;
margin-left: 0.8rem;
margin-top: 0.8rem;
user-select: none;
}
#pbhl a {
color: white;
text-decoration: none;
}
#nav ul li a {
margin: 58px;
text-decoration: none;
font-size: 1.2rem;
color: white;
}
#nav ul li {
list-style: none;
margin-top: 7.2rem;
margin-left: -2rem;
}
#nav ul li a:hover {
color: rgb(196, 196, 196);
transition: .1s linear;
}
#navbar ul {
display: flex;
min-height: 0px;
margin-left: 10rem;
list-style: none;
}
#navbar {
background-color: rgba(0, 0, 144, 0.722);
width: 1526px;
margin-left: -1rem;
height: 9.5rem;
margin-top: -10rem;
}
#pbhtv {
color: white;
font-size: 1.5rem;
margin-left: 92rem;
margin-top: -2.6rem;
display: flex;
position: absolute;
}
#pbhtv:hover {
color: red;
transition: .2s ease-in-out;
}
#hamburger {
display: none;
}
#navfp {
display: none;
}
#auh {
text-align: center;
color: rgb(255, 154, 52);
font-size: 2.5rem;
font-family: sans-serif;
user-select: none;
cursor: default;
}
#wipbh {
font-size: 2rem;
font-family: sans-serif;
text-align: center;
color: hotpink;
user-select: none;
cursor: default;
}
#aboutus {
border: 4px solid rgb(132, 192, 217);
border-radius: 21px;
}
#aup {
font-size: 1.8rem;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
color: blueviolet;
user-select: none;
cursor: default;
}
#aui {
height: 18rem;
width: 30rem;
display: block;
margin: auto;
}