Skip to content

Commit

Permalink
Add setting block
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy-Solodovnik committed May 4, 2021
1 parent b9a7e47 commit 2c4b800
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,19 @@ <h3>Articles</h3>
</section>
</div>
</div>
<div class="myFlex">
<input type="range" id="color" name="color" min="0" max="255">
<div>
<button id="blue" class="color blue"></button>
<button id="green" class="color green"></button>
<button id="yellow" class="color yellow"></button>
</div>
<p class="tags small">
<a href="./uk-ua/index.html" hreflang="uk" rel="alternate" class="language" lang="uk">&#x1f1fa;&#x1f1e6; <span>УКРАЇНСЬКА</span></a>
<a href="./ru-ru/index.html" hreflang="ru" rel="alternate" class="language" lang="ru">&#x1f1f7;&#x1f1fa; <span>РУССКИЙ</span></a>
<span class="language" lang="en">&#x1f1fa;&#x1f1f8; ENGLISH</span>
</p>
</div>
</div>
</div>
</article>
Expand Down

0 comments on commit 2c4b800

Please sign in to comment.