-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
109 lines (89 loc) · 1.29 KB
/
styles.css
File metadata and controls
109 lines (89 loc) · 1.29 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
98
99
100
101
102
103
104
105
106
107
108
109
* {
text-align: center;
margin: 0 auto;
}
body {
background-color: #c4a484;
}
.logo {
margin-top: 20px;
margin-bottom: 20px;
}
a {
text-decoration: none;
font-size: 25px;
}
.nav {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.page-title {
font-size: 50px;
margin-top: 20px;
}
#me {
width: 500px;
height: 300px;
border: double 5px #ffffff;
margin-top: 5px;
}
#grey {
border: double 5px #ffffff;
margin-top: 5px;
}
p {
width: 500px;
}
.about {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 20px;
}
.about-text p {
padding: 10px;
}
.resume {
display: flex;
flex-direction: column;
}
.top {
display: flex;
flex-direction: row;
}
.bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 40px;
}
.entry-info,
entry-description {
width: 300px;
}
#p {
margin-top: 20px;
}
.whole {
display: flex;
flex-direction: column;
}
.tophalf {
display: flex;
flex-direction: row;
margin-top: 20px;
}
.bottomhalf {
display: flex;
flex-direction: row;
margin-top: 20px;
}
#name,
#email,
#message {
margin: 20px;
}
.footer {
margin-top: 20px;
}