-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (85 loc) · 1.54 KB
/
style.css
File metadata and controls
98 lines (85 loc) · 1.54 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
87
88
89
90
91
92
93
94
95
96
97
.header .title {
font-family:"Courier New";
font-weight:lighter;
text-decoration: underline;
font-size: 24px;
float: none;
max-width: 650px;
}
.header .subtitle {
text-decoration: underline;
color: #FF4500;
font-family:"Courier New";
font-weight:lighter;
float: none;
}
.header .headshot {
width: 250px;
height: 250px;
float: right;
margin-bottom: 25px;
}
@media (max-width: 650px) {
.header .headshot {
float: none;
margin: 0 auto;
display: block;
}
.header .title,
.header .subtitle {
text-align: center;
}
}
.icon_portfolio {
width:40px;
height:40px;
margin-right: 40px;
max-width: 650px;
}
body {
background-color: #FFF1E0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
margin:20px;
}
div {
margin-bottom:35px;
}
.paragraph {
text-align: left;
margin: 10px;
max-width: 650px;
word-wrap: break-word;
font-family: "Courier New";
font-weight: 100;
clear: both;
margin-bottom:20px;
}
.clip {
font-family: "Times New Roman";
font-size: 110%;
max-width: 650px;
font-style: italic;
overflow: hidden;
}
.icon_media {
width:60px;
height:60px;
}
#icon_1 {
float: left;
vertical-align: middle;
height:auto;
display: inline-block;
margin-right:15px;
}
#icon_2 {
align-items:center;
margin-right:110px;
padding:1px;
}
strong {
font-weight: bold;
}