-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtkmbio.css
More file actions
86 lines (75 loc) · 1.21 KB
/
tkmbio.css
File metadata and controls
86 lines (75 loc) · 1.21 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
h1{
background-color
border: 1px solid black;
}
body {
background-color: #efeee7;
margin: 0;
padding: 0;
font-color: #333333;
font-style: Georgia,"Times New Roman", Times,serif;
border: 1px solid black;
}
h1
{
font-color:#eee;
font-size:28px;
padding-top: 25px;
padding-bottom: 25px;
padding-left:25px;
border: 1px solid black;
}
h2 {
font-color:#eee;
font-size:24px;
border: 1px solid black;
padding-top: 25px;
padding-bottom: 25px;
padding-left:25px;
}
.container{
width:1024px;
margin:0 auto;
font:bold;border:
1px solid black;
}
.container111{
width:600px;
margin: auto;
float:left;
border: 1px solid black;
}
#bio-image {
width:200px;
float:left;
vertical-align: top;
border: 1px solid black;
}
}
#contact-info {
float:left;
width:30%;
border: 1px solid black;
}
#main-bio {
float:left;
width:70%;
margin-left: 30px;
border: 1px solid black;
margin-top: auto
}
a{
color:#d21034;
border: 1px solid black;
}
p {
font-size: 1.1em;
border: 1px solid black;
}
strong{
margin-left: 50px;
}
Be sure to include alt text in all images
#main-bio should have a width of 70%.
Adjust the line height so it is 1.5 times the size of the font.
Make the link color #d21034 .