Beautify the web
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script src="https://use.fontawesome.com/0aa8f3d106.js"></script>
|
||||
<link rel="stylesheet" href="/css/picnic.min.css">
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
|
||||
@@ -28,16 +29,35 @@
|
||||
.shyButton {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
.shyFont {
|
||||
font-size: .65em;
|
||||
}
|
||||
|
||||
.top {
|
||||
position: fixed;
|
||||
z-index: 10001;
|
||||
}
|
||||
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/" class="brand">
|
||||
<span>Home</span>
|
||||
<span><i class="fa fa-home" aria-hidden="true"></i></span>
|
||||
</a>
|
||||
{% block nav %}{% endblock %}
|
||||
</nav>
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
|
||||
<script src="/js/rome.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user