This repository was archived by the owner on Oct 26, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (56 loc) · 1.08 KB
/
Copy pathstyle.css
File metadata and controls
61 lines (56 loc) · 1.08 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
.body {
background-color: #4a4;
}
.blog-name {
text-align: center;
margin: 30px 8px;
padding: 15px;
border-radius: 5px;
background: #fca;
}
.article-1 h3 {
text-align: center;
}
h3 {
display: block;
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.article {
display: grid;
grid-template-columns: 31vw 31vw 31vw;
grid-gap: 30px;
justify-items: center;
font: 1rem/1.56 "ubuntu", Verdana, Arial, sans-serif;
}
article:first-child {
color: #123;
background-color: #faa;
}
.article_1 {
border-radius: 1em;
text-align: center;
color: #aceef3;
font-size: 1.5vw;
background-color: rgb(38, 107, 109);
}
img {
max-width: 50%;
display: block;
height: auto;
margin: 0 auto;
}
#img-div {
background: green;
padding: 10px;
margin: -10;
height: 10;
}
.rights {
text-align: center;
font: 1.2rem/1.56 "ubuntu", Verdana, Arial, sans-serif;
}