Skip to content

Commit ab16fb3

Browse files
committed
πŸŽ“ Π”ΠΎΠ±Π°Π²ΠΈΠ» ссылку Π½Π° Ρ€Π΅ΠΏΠΎΠ·ΠΈΡ‚ΠΎΡ€ΠΈΠΉ
1 parent bf55a41 commit ab16fb3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

β€Žapp/css/header.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ header {
1717

1818
color: var(--light-color);
1919
}
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+
}
2030
}
2131

2232
.logo {

β€Žapp/templates/partials/header.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<img class="logo" src="{{resolve 'bane.svg'}}" width="300" height="300" alt="HTML Academy" title="HTML Academy">
44
</a>
55
<h1>Π‘Ρ‚ΠΈΠ»ΡŒ ΠΊΠΎΠ΄Π° АкадСмии HTML</h1>
6+
<p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
67
</header>

0 commit comments

Comments
Β (0)