Snah.
@Snah19All solutions
Meet landing page with TailwindCSS and React (For no reason)
#react#tailwind-cssPSubmitted about 2 months agoimport logo from './assets/logo.svg';
<img className='block mx-auto' src={logo} alt="Logo" />Look at this code, can we load the image without the need of importing it in React?, you know I tried this: <img className='block mx-auto' src="./assets/logo.svg" alt="Logo" /> but the image didn't load.
Four Card Feature with Tailwindcss
PSubmitted about 2 months agoI might need help of how to install Tailwindcss in my project properly since I only know how to use it with CDN. If you feel generous, you can help me finding free resources of how to install Tailwindcss the right way in your project, or give me some best practices.
Recipe Page with CSS Flexbox and basic alignments
PSubmitted about 2 months agoI like adding class names to each individual element I don't know if this can slow down the project or it's a good practice. For me, by doing that I could literally find the element with its class name very quickly with VC Code Find Feature (CRTL + F).
Social Links Profile with Simple CSS styling and Cool Hover Animation
PSubmitted 2 months agoBuilding smooth and beautiful animations is not part of learning the CSS fundamental so I have to ask ChatGPT a lot. How do experienced developers implement the effect or animation they've never done before do they ask ChatGPT a lot or they have other techniques?
Responsive Blog Preview Card with CSS Alignment and Flexbox
PSubmitted 2 months agoI want to know of there are tools that we could test our project on mobile devices.
QR Code Component with CSS Flex Box to Center the Alignment
PSubmitted 2 months agoSince this is a very basic QR Card, I do not have anything get help with yet (maybe later challenges I have)