Skip to content

Commit

Permalink
helloo
Browse files Browse the repository at this point in the history
  • Loading branch information
N1C0SM committed Nov 10, 2024
1 parent 3d36076 commit 14dfa98
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 268 deletions.
File renamed without changes
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
includes:
- html/
88 changes: 49 additions & 39 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,45 +174,51 @@ main {
section.clothes {
display: flex;
gap: 2em;
article {
border-radius: 14px;
border: 1px solid #f1f1f3;
overflow: hidden;
width: 305px;

figure {
background: #f7f7f8;
img {
width: 305px;
height: 305px;
object-fit: contain;
}
}
figcaption {
background: #ffffff;
display: flex;
flex-direction: column;
gap: 2em;
width: 100vh;
padding: 30px 24px;
transition: transform 0.5s ease;
a {
text-decoration: none;
color: #262626;
article {
border-radius: 14px;
border: 1px solid #f1f1f3;
overflow: hidden;
width: 305px;
min-width: 100%;

h2 {
font-size: 16px;
width: 100vh;
}
h2::first-letter {
text-transform: capitalize;
figure {
background: #f7f7f8;
img {
width: 305px;
height: 305px;
object-fit: contain;
}
}
section.footer {
figcaption {
background: #ffffff;
display: flex;
gap: 8em;
h3 {
color: #98989a;
flex-direction: column;
gap: 2em;
width: 100vh;
padding: 30px 24px;

h2 {
font-size: 16px;
width: 100vh;
}
h3::first-letter {
h2::first-letter {
text-transform: capitalize;
}
section.footer {
display: flex;
gap: 8em;
h3 {
color: #98989a;
font-size: 16px;
}
h3::first-letter {
text-transform: capitalize;
}
}
}
}
}
Expand Down Expand Up @@ -269,8 +275,7 @@ main {
section.product-detail {
display: flex;
div.product {
width: 500px;
height: 500px; /*Porque no va fit content 😅*/
width: 100%;
img {
width: 500px;
object-fit: fill;
Expand Down Expand Up @@ -318,7 +323,7 @@ main {
p::first-letter {
text-transform: capitalize;
}
h1::first-letter {
h2::first-letter {
text-transform: capitalize;
}
}
Expand All @@ -327,23 +332,28 @@ main {
}
div.buttons {
display: flex;
gap: 50px;
gap: 5px;
button {
border-radius: 32px;
padding: 24px 10px;
font-size: 18px;
width: 15em;
display: flex;
gap: 1em;
justify-content: center;
align-items: center;
height: fit-content;
width: 10.5em;
height: 3em;
}
button.buy {
background: #262626;
color: #f1f1f3;
display: flex;
gap: 10px;
padding: 16px 10px;
}
button.cart {
display: flex;
gap: 10px;
padding: 16px 10px;
border: 1px solid #f1f1f3;
}
}
Expand Down
Loading

0 comments on commit 14dfa98

Please sign in to comment.