-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout_me_style.css
More file actions
73 lines (64 loc) · 1.11 KB
/
about_me_style.css
File metadata and controls
73 lines (64 loc) · 1.11 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
body {
background-color:#faf9ed ;
font-family: "Georgia", "Times New Roman", Times, serif;
font-size: 18px;
position: relative;
width: 960px;
}
h1{
color: white;
background-color: #4aaaa5;
text-align: center;
width: 20%;
padding: 20px;
margin-top: 10px;
margin-right: 20px;
float: left
}
h2{
color: #4aaaa5;
}
.btn-group {
background-color: white;
color: #666666;
width: 60%;
height: 10px;
padding-left: 24px;
float: right;
top: 0;
right: 40;
}
#aboutme {
clear: both;
background-color: white;
width:650px;
height: 400px;
padding: 40px;
margin: 24px;
float: left;
}
#connectwithme {
clear: both;
width: 270px;
height:200px;
background-color: white;
float: right;
}
#bio-image {
clear: both;
margin-right: 20px;
width: 200px;
height: 200px;
}
#footer{
position: fixed;
text-align: center;
background-color:#666666;
color: white;
padding: 40px;
border-top-color: #4aaaa5;
width: 100%;
bottom: 0;
left: 0;
z-index: -10px;
}