-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
81 lines (78 loc) · 1.17 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.logo {
width: 30px;
height: 30px;
margin-left: 290px;
}
.tolelom {
font-family: Brush Script MT;
font-size: 32px;
margin-left: 12px;
font-weight: bold;
}
@font-face {
font-family: "SDGothic";
src: url(./fonts/AppleSDGothicNeoR.ttf);
}
.nav {
height: 75px;
border-bottom: 1.5px solid #e7e7e6;
display: flex;
align-items: center;
}
.nav-items-left {
display: flex;
margin-left: 12px;
}
.nav-items-right {
display: flex;
margin-left: auto;
margin-right: 290px;
}
.nav-item {
margin-left: 30px;
font-weight: bold;
font-size: 16px;
font-family: "SDGothic";
letter-spacing: 0.2ch;
}
.search {
width: 18px;
height: 15px;
}
.hanguel {
width: 100%;
height: 650px;
}
.main {
max-width: 70%;
padding: 0 16px;
margin: 0 auto;
}
h2 {
font-size: 30px;
letter-spacing: -0.1ch;
margin: 30px 0px 30px;
}
p {
font-size: 20px;
font-family: "SDGothic";
line-height: 1.5em;
}
p > span {
font-weight: bold;
color: #77c2ef;
}
a {
font-weight: bold;
color: #0b98ef;
cursor: pointer;
margin-top: 10px;
font-size: 25px;
text-decoration: none;
letter-spacing: -0.1ch;
}