-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnstyle.css
54 lines (47 loc) · 998 Bytes
/
snstyle.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
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
img{
width: 150px;
}
header{
display:flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
background-color: rgb(222, 227, 236);
border-bottom-width: 5px;
border-bottom-style: ridge;
}
header ul{
color: rgb(12, 12, 12);
display: flex;
list-style: none;
flex-direction: row;
font-size: 16px;
font-family: 'EB Garamond', serif;
}
header ul li{
margin: 10px;
}
a{
text-decoration: none;
}
.sn h1{
color: rgb(67, 83, 92);
display: flex;
justify-content: center;
font-size: 28px;
font-family: 'EB Garamond', serif;
}
h2{
color: rgb(67, 83, 92);
display: flex;
justify-content: center;
font-size: 24px;
font-family: 'EB Garamond', serif;
}
p{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 3%;
}