-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (64 loc) · 1.34 KB
/
styles.css
File metadata and controls
72 lines (64 loc) · 1.34 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
#tagline {
background: black;
color: white;
display: block;
font-family: "Courier New", Courier, monospace;
padding-bottom: 1rem;
width: 100%;
}
#profile-container {
padding: 1.5rem;
}
#my-name {
font-family: 'Times New Roman', Times, serif;
font-size: 400%;
background-image: linear-gradient(to bottom, #777, black);
color: white;
padding-top: 1rem;
}
@media only screen and (max-width: 600px) {
#my-name {
font-size: 300%; /* Scale name font so it stays on one line */
}
}
#my-city {
color: red;
font-weight: bold;
}
#about-column {
background: #efefef;
}
.portfolio-item {
background-color: #ccccff;
border-radius: 0.5rem;
padding: 1rem 1.5rem 0.5rem 1.5rem;
margin: 1rem 0 1rem 0;
}
@media only screen and (max-width: 600px) {
.portfolio-item {
padding: 1rem 0.5rem 1rem 0.5rem; /* Don't squeeze on smaller screens */
border-radius: 0;
}
}
/* Image gallery */
.gallery {
background-color: #111;
border-radius: 0.5rem;
}
.gallery > h3 {
color: red;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
padding: 1rem 1rem 0 1rem;
text-align: center;
}
.gallery > .image-modal-link {
padding: 1rem;
}
#everything-else {
background: #efefef;
}
.crypto {
line-height: 1;
list-style-type: none;
}