Added themed components

This commit is contained in:
2026-02-24 12:34:59 +03:00
parent 385669ac7c
commit 0d13bb2256
2 changed files with 8 additions and 4 deletions

View File

@@ -10,13 +10,13 @@
</head>
<body>
<div class="header exam">
<h2>
<h2 class="themed">
Шпаргалка по Git
</h2>
</div>
<div class="exam" id="table">
<table>
<caption>Команды Git</caption>
<caption class="themed">Команды Git</caption>
<tr>
<th>Команда</th>
<th>Описание</th>
@@ -76,7 +76,7 @@
</table>
</div >
<div class="exam">
<h4>Тесты на знание команд Git</h4>
<h4 class="themed">Тесты на знание команд Git</h4>
<ol >
<li><a href="https://progtask.ru/test-po-git/">Тест по Git</a></li>
<li><a href="https://www.learnqa.ru/gittest">Тест на знание Git</a></li>
@@ -85,7 +85,7 @@
</div>
<footer>
<div class="exam">
<lh>Полезные ссылки</lh>
<lh class="themed">Полезные ссылки</lh>
<ul>
<li><a class="foo" href="https://labs-org.ru/html/">html</a></li>
<li><a class="foo" href="https://labs-org.ru/css/">css</a></li>

View File

@@ -3,6 +3,10 @@
src: url("static/Erbaum-Book.ttf");
}
.themed {
color: #71ff55;
}
* {
font-family: "Erbaum Book", "Courier New", Courier, monospace;
background-color: black;