-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwiki.css
42 lines (41 loc) · 893 Bytes
/
wiki.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
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
margin-left:10%;
margin-right:10%;
}
img:not(p img){
float:right;
width: 200px;
/* border:1px solid black; */
margin:5px;
}
.gallery{
width: 180px;
}
h1{
padding:5px;
border-bottom: 1px solid gray;
font-family: "merriweather";
font-size:40px;
}
h2{
padding:5px;
border-bottom: 1px solid gray;
font-family: "merriweather";
font-size: 27px;
color:rgb(78, 75, 75);
}
p,li{
font-size: 19px;
margin:10px;
font-family: "open sans";
/* border: 1px dashed; */
}
i{
font-style: normal;
color:rgb(56, 56, 207);
}
i:hover{
text-decoration: underline;
}