-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
49 lines (42 loc) · 944 Bytes
/
styles.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
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pattaya&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
.soci {
margin-left: 550px;
}
.thou {
margin-left: 400px;
}
.navbar-nav {
padding: 10px;
font-size: 20px;
font-family: Raleway;
}
.welcome {
font-family: Pattaya;
text-align: center;
font-size: 50px;
}
.comm {
font-family: Pattaya;
text-align: center;
font-size: 50px;
}
.intro {
background-color: aliceblue;
}
.about {
font-style: normal;
font-family: Noto Sans JP;
text-align: left;
font-size: 20px;
}
.main {
background-color: #e3b6ac;
}
/* .yt {
position: absolute;
display: inline-block;
margin-left: 500px;
} */