Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GGsmou committed Feb 24, 2024
1 parent db2a76d commit dd93fd7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ <h1 class="header__title">ChSW Sites</h1>
<a class="main__link" href="https://chsw.pp.ua/codes/">
<div class="main__link-cont main__link-cont--codes">Codes</div>
</a>
<a
class="main__link"
href="https://ggsmou.github.io/it_docs/all/frontend/"
target="_blank"
>
<div class="main__link-cont main__link-cont--docs">It Docs</div>
</a>
</main>

<!--mesto.zp.ua-->
Expand Down
8 changes: 6 additions & 2 deletions main/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.main {
display: flex;
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
Expand All @@ -13,7 +13,7 @@
text-decoration: inherit;
color: inherit;

transition: transform .3s ease;
transition: transform 0.3s ease;
}

.main__link-cont {
Expand Down Expand Up @@ -42,3 +42,7 @@
.main__link-cont--codes {
background-color: hsl(225, 61%, 15%);
}

.main__link-cont--docs {
background-color: hsl(139, 61%, 15%);
}

0 comments on commit dd93fd7

Please sign in to comment.