-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (61 loc) · 926 Bytes
/
style.css
File metadata and controls
77 lines (61 loc) · 926 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
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
@import url('https://fonts.googleapis.com/css?family=Oxygen');
* {
font-family: 'Oxygen', sans-serif;
}
body {
background-color: #FFFFFF;
min-width:1000px;
}
h1, h2, h3, h4, h5, h6, strong {
color: #000000;
}
a {
}
section {
width: 80%;
margin: auto;
text-align: left;
}
.container {
width: 80%
margin: auto
}
.name-box {
text-align: center;
}
.name {
font-size: 3em;
font-weight: 300;
}
.link-group {
margin: auto;
text-align: center;
width: 100%;
}
.project-row-box {
display: flex;
align-items: center;
}
.project-text {
flex: 1 1 auto;
}
.project-img-box {
float: left;
margin: 0px 20px;
min-width: 150px;
min-height: 150px;
}
img.profile-img {
max-width: 200px;
max-height: 200px;
/*width: auto;*/
/*height: auto;*/
border-radius: 8px;
}
img.project-img {
max-width: 150px;
max-height: 150px;
width: auto;
height: auto;
margin: 10px auto;
}