FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codekuma.github.io/css/main.css at master · codekuma/codekuma.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codekuma
/
codekuma.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
codekuma.github.io
/
css
/
main.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
114 lines (95 loc) · 1.53 KB
Breadcrumbs
codekuma.github.io
/
css
/
main.css
Copy path
File metadata and controls
114 lines (95 loc) · 1.53 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
*
{
box-sizing
:
border-box;
}
a
{
color
:
#
2f0076
;
font-weight
:
700
;
}
a
:
hover
{
text-decoration
:
none;
}
.
button
{
background-color
:
#
2f0076
;
color
:
#
fff
;
text-decoration
:
none;
font-weight
:
700
;
border-radius
:
.375
rem
;
display
:
inline-block;
vertical-align
:
middle;
padding
:
.625
rem
1.25
rem
;
}
.
button
:
hover
{
background-color
:
#
000
;
}
body
{
font-family
:
'Open Sans'
,
Arial
,
Helvetica
,
sans-serif;
background-color
:
#
fff
;
line-height
:
1.65
;
margin
:
0
;
padding
:
0
0
2
rem
;
}
.
container
{
max-width
:
38
rem
;
position
:
relative;
margin
:
auto;
padding
:
1
rem
;
}
.
footer
{
background-color
:
#
eae3f5
;
border-top
:
.25
rem
solid
#
bba9d7
;
text-align
:
center;
width
:
100
%
;
height
:
300
px
;
position
:
absolute;
}
h1
{
line-height
:
1
;
text-align
:
center;
}
h2
{
padding-bottom
:
.5
rem
;
border-bottom
:
1
px
solid
#
d3d3d3
;
}
html
{
font-size
:
18
px
;
}
.
kuma
{
display
:
block;
width
:
12.5
rem
;
margin
:
auto;
}
.
main-header
{
background-color
:
#
eae3f5
;
border-bottom
:
.25
rem
solid
#
bba9d7
;
text-align
:
center;
padding
:
1
rem
;
}
.
main-content
{
color
:
#
222
;
}
@media
min-width 73125rem{
h1
{
margin-top
:
0
;
text-align
:
left;
}
.
main-header
{
text-align
:
left;
}
.
kuma
{
position
:
absolute;
bottom
:
-2
rem
;
left
:
-13.75
rem
;
}
}
nav
ul
,
nav
li
{
list-style
:
none;
margin
:
0
;
padding
:
0
;
}
p
:
last-child
{
margin-bottom
:
0
;
}
p
.
stats
{
font-size
:
70
%
;
font-style
:
italic;
}
Back
|
FazBrowse Home
|
New Git URL