How to make that circle that wraps the results being a perfect circle and not an oval figure?
How to separate CSS to make site responsive?
How to make that circle that wraps the results being a perfect circle and not an oval figure?
How to separate CSS to make site responsive?
You have to use border-radius to 100% in that <div></div> to make it full circle. Example: .results { border-radius: 100%; }
Use @media (max-width: 500px) { in here you will write the CSS code which you want to change } - as an example to make a site responsive. Search use of 'media query' in Google. You will find the tutorials.
Hello! I did a bit of a remix on this NFT card and made it into a cat NFT. I used React, TailwindCSS and Vite to create it. Feedback is welcome!
Looks so damn cute and the color combination is great.
It's pretty neat but you have to change the text color. Else the text is mixed with your background.