Added themed components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user