Added themed components
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header exam">
|
<div class="header exam">
|
||||||
<h2>
|
<h2 class="themed">
|
||||||
Шпаргалка по Git
|
Шпаргалка по Git
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="exam" id="table">
|
<div class="exam" id="table">
|
||||||
<table>
|
<table>
|
||||||
<caption>Команды Git</caption>
|
<caption class="themed">Команды Git</caption>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Команда</th>
|
<th>Команда</th>
|
||||||
<th>Описание</th>
|
<th>Описание</th>
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div >
|
</div >
|
||||||
<div class="exam">
|
<div class="exam">
|
||||||
<h4>Тесты на знание команд Git</h4>
|
<h4 class="themed">Тесты на знание команд Git</h4>
|
||||||
<ol >
|
<ol >
|
||||||
<li><a href="https://progtask.ru/test-po-git/">Тест по Git</a></li>
|
<li><a href="https://progtask.ru/test-po-git/">Тест по Git</a></li>
|
||||||
<li><a href="https://www.learnqa.ru/gittest">Тест на знание Git</a></li>
|
<li><a href="https://www.learnqa.ru/gittest">Тест на знание Git</a></li>
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="exam">
|
<div class="exam">
|
||||||
<lh>Полезные ссылки</lh>
|
<lh class="themed">Полезные ссылки</lh>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="foo" href="https://labs-org.ru/html/">html</a></li>
|
<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>
|
<li><a class="foo" href="https://labs-org.ru/css/">css</a></li>
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
src: url("static/Erbaum-Book.ttf");
|
src: url("static/Erbaum-Book.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.themed {
|
||||||
|
color: #71ff55;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user