daniel
@danielashjariAll solutions
- Submitted 20 days ago
Time tracking dashboard
#sass/scss- HTML
- CSS
- JS
in styles mostly and how to center vertically
- Submitted 29 days ago
Newsletter sign up with success message
#sass/scss- HTML
- CSS
- JS
i've put the element in the center but its not like that in the screenshots, how should i fix it
- how to toggle elements using
element.style.display='none'; element.style.display='flex';
- how to choose an img that wouldn't have problem when published in github pages
- Submitted about 1 month ago
Article preview component
#sass/scss- HTML
- CSS
- JS
- aria attributes
- pictures (tags, styles)
- Submitted 5 months ago
Product preview card component
#sass/scss- HTML
- CSS
please please please how do i fix the img in desktop view
html
in desktop view there's a small white bar below the img this is the style
img { max-inline-size: 100%; block-size: auto; height: 320; aspect-ratio: 340/240; object-fit: cover; border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; @include breakpoint(medium){ border-top-left-radius: 0.75rem; border-top-right-radius: 0; border-bottom-left-radius: 0.75rem; height: max-content; aspect-ratio: 300/535; }
- Submitted almost 3 years ago
QR code component | Frontend mentor challenge | Newbie
#sass/scss#accessibility- HTML
- CSS