-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
67 lines (61 loc) · 1.04 KB
/
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
body{
background-image: url(Best-HD-and-4K-rick-and-morty-wallpapers-for-desktop-4_4d470f76dc99e18ad75087b1b8410ea9.png);
background-size: cover;
width: 100%;
min-width: 600px;
margin: auto;
font-family: sans-serif;
color: white;
}
nav li{
display: inline-block;
padding: 0px 10px;
margin: 0px 5px;
background: rgba(250, 120, 205, 0.8);
}
a{
text-decoration: none;
color: white;
}
a:hover{
color:black ;
}
h1{
margin: auto;
padding-top: 50px;
text-align: center;
color: hsl(210, 82%, 77%);
}
h3{
font-weight: bold;
font-size: 30px;
margin-left: 10px;
color: hsl(210, 82%, 77%);
float: left;
}
p{
margin-left: 5px;
font-size: 20px;
}
.pic{
margin: auto;
padding-right: 80px;
padding-bottom: 50px;
text-align: center;
color: hsl(210, 82%, 77%);
}
.contact{
padding-bottom: 100px;
padding-left: 20px;
float: left;
}
img{
position: relative;
left: 40%;
}
footer{
margin-bottom: 0px;
text-align: right;
background-color:rgba(0, 0, 255, 0.2);
clear: both;
}