-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (51 loc) · 991 Bytes
/
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
@font-face {
font-family: 'Menlo Regular';
font-style: normal;
font-weight: normal;
src: local('Menlo Regular'), url('Menlo-Regular.woff') format('woff');
}
body {
font-family: 'Menlo Regular';
background-color: #1a1a1a;
color: #34f912;
margin: 0;
}
header {
background-color: #1a1a1a;
padding: 20px;
color: #34f912;
}
.top {
position: fixed;
top: 0;
left: 0;
width: 100%;
font-size: medium;
font-style: bold;
background-color: #1a1a1a;
z-index: 1000;
padding: 10px 20px; /* Adjust padding based on your design */
margin: 0;
}
.wp-block-image img {
box-sizing: border-box;
height: auto;
max-width: 100%;
vertical-align: bottom;
}
.block-blog {
padding: 20px;
}
.blog {
font-size: small;
color: #34f912;
margin-right: 40%;
}
h2 {
margin: 0;
padding: 10px;
background-color: #1a1a1a;
}
section p {
margin-bottom: 50px; /* Adjust the value as needed */
}