-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (86 loc) · 1.31 KB
/
styles.css
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
* {
box-sizing: border-box;
}
html {
font-size: 30px;
font-family: sans-serif;
color: #d4d4d4a8;
}
body {
background-color: #000000e3;
}
a {
color: #ca4688;
text-decoration: none;
}
a:hover, img:hover, .label_link:hover {
cursor:pointer;
color: #ac355d;
}
.center {
text-align: center;
}
p {
font-family: 'Times New Roman', Times, serif;
}
img {
display: flex;
justify-content: center;
max-width: 300px;
}
footer {
text-align: center;
}
.bold {
font-weight: 800;
}
.small-text {
font-size: 0.60rem;
}
.xtra-small-text {
font-size: 0.50rem;
}
.medium-text {
font-size: 1rem;
}
.title {
margin: 90px 0 0 0;
text-align: center;
}
.divider {
border-bottom: 2px solid #00000ebd;
}
.projects {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 16px;
max-width: 1400px;
margin: 0 auto;
padding: 20px 10px;
font-size: 75%;
text-align: center;
font-family:Georgia, 'Times New Roman', Times, serif;
}
.projects img {
width: 100%;
max-width: 350px;
height: 300px;
object-fit: cover;
border-radius: 10px;
}
.big {
font-size: 125%;
padding: 20px 0 0 0;
}
.honk {
font-family: "Honk", system-ui;
font-optical-sizing: auto;
font-weight: 400;
font-style: italic;
font-variation-settings:
"MORF" 15,
"SHLN" 50;
}