mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-30 13:30:32 +00:00
Merge
This commit is contained in:
commit
8a87384ad6
2 changed files with 47 additions and 2 deletions
47
css/main.css
vendored
Normal file
47
css/main.css
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
--
|
||||
--
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
body {
|
||||
margin: 60px auto;
|
||||
width: 70%;
|
||||
}
|
||||
nav ul, footer ul {
|
||||
font-family:'Helvetica', 'Arial', 'Sans-Serif';
|
||||
padding: 0px;
|
||||
list-style: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
nav ul li, footer ul li {
|
||||
display: inline;
|
||||
margin-right: 20px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #999;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
font-family:'Helvetica', 'Arial', 'Sans-Serif';
|
||||
}
|
||||
p {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.4em;
|
||||
color: #333;
|
||||
}
|
||||
footer {
|
||||
border-top: 1px solid #d5d5d5;
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
ul.posts {
|
||||
margin: 20px auto 40px;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
ul.posts li {
|
||||
list-style: none;
|
||||
}
|
||||
2
index.html
vendored
2
index.html
vendored
|
|
@ -86,5 +86,3 @@ https://www.linkedin.com/in/huuthanhnguyen/ </p>
|
|||
|
||||
<p>Tri Dang Minh <br />
|
||||
https://trich.im </p>
|
||||
|
||||
</div><!-- /.blurb -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue