Add subtitle to header
This commit is contained in:
@ -22,8 +22,10 @@
|
|||||||
<link rel="stylesheet" href="prism.css">
|
<link rel="stylesheet" href="prism.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header style="height: 5.5rem;">
|
||||||
<h1 class="logo" style="margin-top: -1rem; text-align:center;"><a style="text-decoration:none;color:black" href="https://github.com/Chalarangelo/30-seconds-of-code"><img src="favicon.png" style="height: 4rem;"/><span style="position:relative; top: -1rem;"> 30 seconds of code</span></a></h1>
|
<h1 class="logo" style="margin-top: -0.8rem; text-align:center;"><a style="text-decoration:none;color:black" href="https://github.com/Chalarangelo/30-seconds-of-code"><img src="favicon.png" style="height: 4rem;"/><span style="position:relative; top: -1rem;"> 30 seconds of code</span></a>
|
||||||
|
<span style="display:block; font-size: 1rem; font-style: italic; color: grey; margin-top: -0.8rem">Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.</span>
|
||||||
|
</h1>
|
||||||
<label for="doc-drawer-checkbox" class="button drawer-toggle" style="position: absolute; right: 0; top: 0;"></label>
|
<label for="doc-drawer-checkbox" class="button drawer-toggle" style="position: absolute; right: 0; top: 0;"></label>
|
||||||
</header>
|
</header>
|
||||||
<div class="row" style="height: calc(100vh - 3.5625rem);overflow: hidden;">
|
<div class="row" style="height: calc(100vh - 3.5625rem);overflow: hidden;">
|
||||||
|
|||||||
Reference in New Issue
Block a user