-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
94 lines (80 loc) · 1.43 KB
/
style.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
* {
font-family: 'Helvetica', sans-serif;
background-color: white;
color: #483D3F;
text-align: center;
}
h1 {
font-size: 30px;
font-family: 'Archivo Black', sans-serif;
margin-bottom: 10px;
}
h2 {
color: #756d6f;
font-size: 20px;
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
margin-top: 0px;
margin-bottom: 40px;
line-height: 2.0;
font-weight: normal;
margin-right: 50px;
margin-left: 50px;
}
h3 {
color: #ada6a8;
margin-top: 0px;
font-weight: normal;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
a:hover {
color: #FF8600;
background-color: transparent;
text-decoration: underline;
}
img {
justify-content: center;
text-align: center;
}
.icon img {
width: 30px;
margin-right: 10px;
margin-left: 10px;
}
#pfp {
margin-top: 50px;
width: 200px;
}
/* blog stuff */
/* .card{
text-align: center;
width: 400px;
height: 400px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 50px;
}
.card p{
padding-right: 50px;
padding-left: 50px;
}
.card img{
width: 200px;
height: 200px;
padding-top: 15px;
padding-bottom: 10px;
}
.card-container{
padding-bottom: 60px;
}
*/
/* in blog text */
.text{
margin-right: 300px;
margin-left: 300px;
}
p{
font-size: 16px;
}