Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JoshSPG-hotcollections #507

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
retry commit misplaced in wrong path
Sub-Par-Golfer committed Dec 11, 2024
commit ab414f5ea12bd1030f771ae646e82ba67f71c53b
39 changes: 31 additions & 8 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -10,9 +10,8 @@
@import "./css/styles/style.css";
@import "./css/colors/scheme-01.css";
@import "./css/styles/coloring.css";
@import "slick-carousel/slick/slick.css";
@import "slick-carousel/slick/slick-theme.css";

@import "~slick-carousel/slick/slick.css";
@import "~slick-carousel/slick/slick-theme.css";
.slick-slide img {
margin: auto;
display: block;
@@ -24,17 +23,41 @@
.slick-next:before {
color: black;
}

.nft_coll_wrapper {
padding: 10px;
}

.nft_coll {
background: #fff;
border-radius: 8px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.nft_wrap {
border: none;
}

.nft_wrap img {
border-radius: 8px;
}
}

.nft__item {
margin: 0 15px;
padding: 10px;
background: none;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
position: relative;
}

.author_list_pp {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
}

.author_list_pp img {
border-radius: 50%;
width: 50px;
height: 50px;
border: 2px solid white;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}