-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
51 lines (42 loc) · 698 Bytes
/
about.css
File metadata and controls
51 lines (42 loc) · 698 Bytes
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
body {
background: #E2DBDB url(img/bg2.jpg);
}
.container {
background: white;
overflow: auto;
}
.primary {
float: right;
width: 55%;
border-left: solid 1px gray;
}
.secondary {
float: left;
width: 30%;
margin-right: -30px;
overflow: hidden;
}
#self-introduction {
font-size: 20px;
}
#self-introduction:first-letter {
font-size: 50px;
float: left;
}
.secondary img {
background-image: url(img/photo.jpg);
background-size: 90% 90%;
background-repeat: no-repeat;
background-position: center 60%;
max-width: 95%;
}
.secondary p {
font-size: 18px;
}
.secondary p strong {
font-size: 20px;
padding-right: 8px;
}
.secondary p a {
padding-left: 20px;
}