Latest solutions
Dropdown with typescript, react, scss and vite
#react#sass/scss#typescript#viteSubmitted almost 2 years agoCalculator with React, TypeScript and Scss
#react#typescript#vite#sass/scssSubmitted about 2 years agoNewsletter Challenge with React, Next 13, Sass and TypeScript
#next#react#sass/scss#typescriptSubmitted about 2 years ago
Latest comments
- @ahmed322@Danii215
since the image is different for mobile and for desktop (responsive design), the better option would be a picture tag (which has an img inside it):
https://www.w3schools.com/tags/tag_picture.asp
other than that, this article probably can help you decide between an img and a background-image:
https://www.w3docs.com/snippets/html/when-to-use-html-img-tag-and-css-background-image-property.html
- @SalemDev0@Danii215
Hello, you probably want your button to redirect to "https://github.com/SalemDev0", instead of "https://salemdev0.github.io". Good job with your project :)