-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (73 loc) · 1.07 KB
/
style.css
File metadata and controls
89 lines (73 loc) · 1.07 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
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
89
html{
font-family: 'NotoSansKR-Hestia', Helvetica, Arial, sans-serif;
}
header{
width: 100%;
top: 0px;
position: fixed;
padding: 10px 30px;
background: rgba(255, 255, 255, 0.9);
}
header li{
display: inline;
}
header a{
transition: 0.3s;
color: #314669;
}
header a:hover{
transition: 0.3s;
}
header .pull-right{
margin-top: 7px;
}
nav{
background-image: url(./public/img/cover.jpg);
background-size: cover;
padding: 100px 10px;
padding-top: 162px;
}
body{
background: #f9fafb;
}
footer{
color: #aaaaaa;
padding: 10px;
background: #eeeeee;
}
footer ul{
list-style: none;
}
footer li{
display: inline;
}
footer div{
margin-top: 5px;
}
footer a{
color: #aaaaaa;
}
#brand_logo{
display: inline-block;
width: 120px;
}
#shuttlecock_info{
background-image: url(./public/img/campus.jpg);
padding: 200px 10px;
color: white;
}
#shuttlecock_info > #example_img{
width: 300px;
}
#btn_google_play{
margin: 5px 20px;
width: 200px;
}
#partnership{
}
#partnership img{
width: 200px;
}
.github.github-text{
margin-top: 10px;
}