Skip to content

Commit

Permalink
update all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadji0 authored Dec 28, 2021
1 parent d3fbcdd commit 4c93dcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 0 additions & 4 deletions constructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
<header>
<nav>
<a href="index.html">Главная</a>
<a href="#">Обо мне</a>
<a href="#">Резюме</a>
<a href="constructor.html">Конструктор</a>
<a href="portfolio.html">Портфолио</a>
<a href="#">Контакты</a>
</nav>
</header>
<form id="settings">
Expand All @@ -37,7 +34,6 @@ <h1>Настройки</h1>
<option value="4">4</option>
<option value="5">5</option>
</select>

</div>

<div class="form-item">
Expand Down
17 changes: 12 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ section#Code img:hover {
}
}

.block_table {
align-items: center;
justify-content: center;
}

.block_table .table{
display: grid;
width: 100%;
Expand All @@ -183,6 +178,12 @@ section#Code img:hover {
margin-bottom: 20px;
}

.block_table {
display: none;
align-items: center;
justify-content: center;
}

.table_row {
display: contents;
}
Expand All @@ -200,4 +201,10 @@ section#Code img:hover {

.table_row:nth-child(even) .table_item {
background: #d0bfff7a;
}

#myElement {
display: block;
justify-content: center;
font-size: 5rem;
}
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
<header>
<nav>
<a href="index.html">Главная</a>
<a href="#">Обо мне</a>
<a href="#">Резюме</a>
<a href="constructor.html">Конструктор</a>
<a href="portfolio.html">Портфолио</a>
<a href="#">Контакты</a>
</nav>
</header>

Expand Down

0 comments on commit 4c93dcd

Please sign in to comment.