We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf55a41 commit ab16fb3Copy full SHA for ab16fb3
βapp/css/header.css
@@ -17,6 +17,16 @@ header {
17
18
color: var(--light-color);
19
}
20
+
21
+ p {
22
+ margin-top: 0;
23
24
+ font-size: 1.2rem;
25
+ }
26
27
+ a:any-link {
28
+ color: var(--light-color);
29
30
31
32
.logo {
βapp/templates/partials/header.hbs
@@ -3,4 +3,5 @@
3
<img class="logo" src="{{resolve 'bane.svg'}}" width="300" height="300" alt="HTML Academy" title="HTML Academy">
4
</a>
5
<h1>Π‘ΡΠΈΠ»Ρ ΠΊΠΎΠ΄Π° ΠΠΊΠ°Π΄Π΅ΠΌΠΈΠΈ HTML</h1>
6
+ <p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
7
</header>
0 commit comments