-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutusstyle.css
62 lines (60 loc) · 1.17 KB
/
aboutusstyle.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
body{
margin: 0px;
background-color:#0E371B;
background-image: linear-gradient(to right ,#0E371B ,#F0F6F3 );
}
#logo{
width: 120px;
height: 99px;
top: 49px;
left: 234px;
gap: 0px;
opacity: 0px;
background-image: url(logo.png);
background-size: cover;
}
#navbar{
height: 100px;
top: 49px;
left: 234px;
display: flex;
flex-direction: row;
}
.navpart{
display: flex;
align-items: center;
justify-content: space-around;
width: 179px;
height: 99px;
/* font style nhi a raha */
font-family: "Fenix", serif;
font-weight: 400;
font-style: normal;
}
a{
text-decoration: none;
color: #F0F6F3;
}
#text{
height: 1000px;
width: 1300px;
font-size: x-large;
color: white;
margin-top: 80px;
margin-left: 100px;
text-shadow: 20px 5px 20px black;
}
#archonslogo{
position: absolute;
top: 120px;
left: 720px;
height: 90px;
width: 105px;
background-image: url(teamlogo.jpg);
background-size: cover;
align-items: center;
border-radius: 20%;
border-bottom: 30px black;
opacity: 0.8;
box-shadow: 10px 10px 20px whitesmoke;
}