mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Make header backlink to home
This commit is contained in:
parent
39d14aff1c
commit
9e706fb484
3 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Poll.horse</h1>
|
<h1><a href="/">Poll.horse</a></h1>
|
||||||
<h3>Make voting on things simpler</h3>
|
<h3>Make voting on things simpler</h3>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Poll.horse</h1>
|
<h1><a href="/">Poll.horse</a></h1>
|
||||||
<h3>Make voting on things simpler</h3>
|
<h3>Make voting on things simpler</h3>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -42,6 +42,10 @@ header {
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
header h1 a {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
/* #endregion Header */
|
/* #endregion Header */
|
||||||
|
|
||||||
/* #region Main */
|
/* #region Main */
|
||||||
|
|
Loading…
Reference in a new issue