-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (42 loc) · 924 Bytes
/
Copy pathstyle.css
File metadata and controls
56 lines (42 loc) · 924 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@200;300;400;500;600;700&display=swap');
body {
margin-top: 25px;
}
.Container {
margin: auto;
width: 75%;
border: 4px solid green;
padding: 10px;
}
.img-main{
width: 60%;
margin-left: auto;
margin-right: auto;
display: block;
border-radius: 50%;
}
h1{
text-align: center;
font-family: anton;
}
h2{
text-align: center;
}
h3{
text-align: center;
font-family: oswald;
}
.descripion{
font-family:koho;
text-align: center;
}
.cite-mid{
text-align: center;
background-color: black;
color: aliceblue;
}
cite{
font-family: oswald ;
}