-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
59 lines (51 loc) · 910 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
*{
margin: 0px;
padding: 0px;
}
body{
background: whitesmoke;
}
ul{
overflow: hidden;
list-style-type: none;
background: rgb(50, 104, 98);
}
li{
float: right;
}
li a{
font-family: sans-serif;
display: flex;
display: block;
padding: 20px;
text-decoration: none;
color: whitesmoke;
}
li a:hover{
border-bottom:7px solid black;
transition: 1s;
}
.containera{
float: left;
width: 50%;
padding-bottom: 9vh;
/**background-color: lawngreen;**/
}
p{
margin-left: 40px;
font-weight: bolder;
font-size: 5vh;
margin-top: 20%;
}
.box{
/**background-color: khaki;**/
float: left;
width: 20%;
padding-right: 55vh;
}
img{
width: 100%;
margin-top: 70%;
margin-left: 58%;
border-top-left-radius: 0vmin;
}