Skip to content

Commit

Permalink
slider
Browse files Browse the repository at this point in the history
  • Loading branch information
truonganletk committed Jun 27, 2022
1 parent 6cb2b97 commit b84740b
Show file tree
Hide file tree
Showing 25 changed files with 432 additions and 3 deletions.
16 changes: 16 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,22 @@ header .header_content .header_nav .header_social a i {
margin-right: 50px;
}

.slider {
overflow: hidden;
}
.slider .slider_row {
width: 200%;
margin-bottom: 16px;
}
.slider .slider_row .slider_list {
display: grid;
gap: 16px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.slider .slider_row .slider_list .slider_item img {
width: 100%;
}

.blue-button {
color: #fff;
font-size: 15px;
Expand Down
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.

2 changes: 1 addition & 1 deletion css/main.min.css

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

2 changes: 1 addition & 1 deletion css/main.min.css.map

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

Loading

0 comments on commit b84740b

Please sign in to comment.