Skip to content

Commit

Permalink
added styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Dec 30, 2022
1 parent f8eca3e commit 5a1e64d
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 28 deletions.
59 changes: 59 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,63 @@ section {
padding-right: 51px;
margin-top: 87px;
gap: 50px 30px;
}

.categories__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
}

.categories__text {
font-weight: 700;
font-size: 24px;
line-height: 1.25;
text-align: center;
text-transform: uppercase;
color: #1e2e36;
}

.categories__text-r {
color: #ff1b1b;
}

.categories__text-x {
font-weight: 700;
font-size: 18px;
line-height: 1.22;
text-align: center;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
text-transform: uppercase;
color: #bcbdbb;
margin-left: 10px;
}

.categories__button-wrap {
margin-top: 65px;
padding-left: 865px;
padding-right: 865px;
}

.categories__button {
font-weight: 700;
font-size: 18px;
line-height: 1.22;
text-transform: uppercase;
white-space: nowrap;
color: #ffffff;
padding: 14px 46px;
background: #44c697;
border-radius: 3px;
border: none;
cursor: pointer;
}/*# sourceMappingURL=main.css.map */
2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a1e64d

Please sign in to comment.