This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
website
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Simple update to fill page
tesla
Levi Olson
4 years ago
committed by
GitHub
parent
358419c879
commit
668663ae87
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
core.css
+ 4
- 1
core.css
View File
@ -1,3 +1,6 @@
html
{
height
:
100
%
;
}
body
{
body
{
font-family
:
Hack
,
Menlo
,
Monaco
,
Ubuntu
Mono
,
monospace
;
font-family
:
Hack
,
Menlo
,
Monaco
,
Ubuntu
Mono
,
monospace
;
font-size
:
14px
;
font-size
:
14px
;
@ -223,4 +226,4 @@ pre>code {
src
:
url
(
'fonts/hack-bolditalic.woff2?sha=e700a30'
)
format
(
'woff2'
)
,
url
(
'fonts/hack-bolditalic.woff?sha=e700a30'
)
format
(
'woff'
)
;
src
:
url
(
'fonts/hack-bolditalic.woff2?sha=e700a30'
)
format
(
'woff2'
)
,
url
(
'fonts/hack-bolditalic.woff?sha=e700a30'
)
format
(
'woff'
)
;
font-weight
:
700
;
font-weight
:
700
;
font-style
:
italic
;
font-style
:
italic
;
}
}
Write
Preview
Loading…
Cancel
Save