-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.css
64 lines (54 loc) · 920 Bytes
/
aboutme.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
body {
background: repeating-linear-gradient(
45deg,
#606dbc,
#606dbc 10px,
#465298 10px,
#465298 20px
);
}
.first {
background-color: black;
color: white;
margin-left: 10%;
margin-right: 3%;
}
.first p {
text-align: left;
margin-top: 20px;
line-height: 3;
padding-left: 20px;
font-family: cursive;
}
img {
float: right;
}
.second {
background-color: lightseagreen;
padding-left: 1%;
margin-left: 3%;
margin-right: 10%;
}
.second p{
text-align: left;
line-height: 3;
margin-left: 28%;
margin-right: 10%;
}
video {
float: left;
padding-left: 2%;
}
.about-section {
background-color: rgb(178, 215, 221);
padding-left: 3%;
padding-right: 3%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
footer {
text-align: center;
}
nav {
background-color: darkturquoise;
margin-right: 1385px;
}