Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
zlu
zlu.me
Commits
5a9ac3d0
Commit
5a9ac3d0
authored
Mar 21, 2016
by
zlu
🤸🏿
Browse files
Initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
index.html
index.html
+21
-0
zlu.css
zlu.css
+43
-0
No files found.
index.html
0 → 100644
View file @
5a9ac3d0
<html>
<head>
<link
rel=
'stylesheet'
href=
'zlu.css'
>
<link
href=
'https://fonts.googleapis.com/css?family=Trykker'
rel=
'stylesheet'
type=
'text/css'
>
</head>
<body>
<div
id=
'main'
>
<div
id=
'link'
>
<a
href=
'https://wiki.zlu.me'
>
wiki
</a>
<p>
<a
href=
'https://blog.zlu.me'
>
blog
</a>
<p>
<a
href=
'https://blog.zlu.me/about/'
>
about
</a>
<p>
<a
href=
'https://git.zlu.me'
>
git
</a>
<p>
<a
href=
'https://wiki.zlu.me/privacy-software'
>
privacy software
</a>
</div>
</div>
</body>
</html>
zlu.css
0 → 100644
View file @
5a9ac3d0
/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
*
{
margin
:
0
;
padding
:
0
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
div
,
span
{
font-family
:
Trykker
,
Helvetica
,
Arial
,
sans-serif
;
}
html
,
body
{
height
:
100%
;
}
body
{
background-color
:
#FFF
;
font
:
13.34em
Trykker
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
small
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-size
:
100%
;
}
h1
{
margin-bottom
:
1em
;
}
p
{
margin
:
1em
0
;
}
a
{
color
:
#00a
;
}
a
:hover
{
color
:
#000
;
}
a
:visited
{
color
:
#a0a
;
}
#main
{
height
:
100%
;
text-align
:
center
;
}
#link
{
vertical-align
:
middle
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment