-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbom_main.css
More file actions
56 lines (50 loc) · 1.05 KB
/
bbom_main.css
File metadata and controls
56 lines (50 loc) · 1.05 KB
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
body {
font-family: 'NanumGothic', 'Copperlate Gothic', "맑은 고딕", 'malgungothic', sans-serif;
}
.none {
text-decoration: none !important;
}
.jumbotron {
background-color: #0EC9EF;
font-weight: normal;
color: white;
position: relative;
top: -20px;
}
.jumbotron img {
padding-top: 15px
}
.container {
font-family: georgia, garamond, sans-serif;
}
.image_container h2 {
font-family: 'Nanum Pen Script', 'Nanum Brush Script', 'Nanum Gothic', sans-serif;
}
.row1 .thumbnail {
background-color: #0EC9EF;
border-radius: 2px;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
}
.row1 .thumbnail img {
border-radius: 50em;
}
.row1 {
clear: both;
}
.row .section-heading {
font-family: 'Nanum Pen Script', 'Nanum Brush Script', 'Nanum Gothic', sans-serif;
color: #FFB83A;
font-weight: bolder;
}
.row .lead {
font-family: "맑은 고딕", 'malgun-gothic', sans-serif;
font-size: 14px;
color: gray;
}
.row .conclusion {
font-family: "맑은 고딕", 'malgun-gothic', sans-serif;
font-size: 14px;
color: blue;
}