-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.css
40 lines (39 loc) · 825 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
.background{
background-image: linear-gradient(rgba(0,0,0,50),rgba(0,0,0,50)),url(/About\ wall.jpg);
background-image: url(/About\ wall.jpg);
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.fonnt{
font-family: 'Architects Daughter', cursive;
color: white;
}
h1{
font-size: 50px;
border: 2px solid transparent;
margin-left: 10%;
}
.members{
border: 2px solid transparent;
margin-left: 10%;
font-size: 30px;
}
.names ul li{
text-align: center;
list-style-type: none;
font-size: 30px;
}
.introhead{
font-size: 30px;
border: 2px solid transparent;
margin-left: 10%;
}
.introhead #detail{
border: 2px solid transparent;
margin-top: -20px;
}
.introhead #introh{
margin-top: -20px;
}