-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathglobal.css
88 lines (73 loc) · 1.31 KB
/
global.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
82
83
84
85
86
87
88
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&family=Roboto:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&display=swap');
html {
font-size: 18px;
font-weight: normal;
line-height: 120%;
font-family: "Roboto", "Noto Sans KR", sans-serif;
font-style: normal;
}
body {
padding: 1.5rem 2%;
max-width: 1019px;
min-width: 400px;
width: 95%;
}
h1 {
font-size: 1.7rem;
}
header {
margin-bottom: 3.5rem;
font-size: 1.1rem;
}
section {
margin-bottom: 3.5rem;
}
input {
margin: 15px 0;
border: solid #000 1px;
border-radius: 4px;
padding: 2px 7px;
height: 2rem;
font-size: 0.8rem;
}
input[type=text] {
width: 50%;
}
input[type=button] {
padding: 8px 16px;
border: none;
background-color: #F44336;
color: #FFF;
font-weight: 700;
}
img {
border: solid #888 1px;
margin-bottom: 0.6rem;
}
figcaption {
color: #424242;
font-size: 0.8rem;
}
.info-box {
border-left: solid #F44336 9px;
padding: 0 21px;
background-color: #EBEBEB;
font-size: 0.8rem;
white-space: pre-line;
word-break: break-word;
}
.img-wrapper {
margin: 1rem 0;
max-width: 445px;
width: 80%;
}
.img-wrapper > img {
width: 100%;
}
a {
color: #C3362B;
}
.highlight {
color: #C3362B;
}