mofada
@mofadaAll solutions
- Submitted 3 months ago
tip-calculator-app with tailwind
- HTML
- CSS
- JS
I have a question, when I click, I can't check radio. So I use js to slove this question, what else method to slove this question?
- Submitted 4 months ago
newsletter-sign-up-with-success-message with tailwind
- HTML
- CSS
- JS
- did here other way to implement?
group-[:invalid:focus-within]:block
, I try to writegroup-invalid:focus-within:block
but it's not working。group-invalid:block
orgroup-invalid:block
It's not working.- did some method can change marker position? such as
marker:mt-1
- Submitted 4 months ago
recipe page with tailwind css
- HTML
- CSS
Question
1. question one
There is a small flaw. I used the native table to implement the Nutrition at the bottom. The field on the left has no padding.
- I tried to add padding-left, but it caused the field on the right to move.
- Add padding-left to the field on the left, and then set the width, but fixed width will have problems on mobile. So is there any other better way?
2. question two
I still have some doubts about responsive design. In tailwindcss, I can use the md: tag to operate responsiveness. I don’t quite understand whether this means that the mobile terminal should be used first?
For example, the cover: h-[200px] md:h-[300px] at the top, the mobile terminal or the default is 200px, and the PC terminal or when the width exceeds 768px uses 300px
- Submitted 4 months ago
Blog preview card
- HTML
- CSS
Questions
1. question 1 Which font did I use?
I found some fonts in assets/fonts folder. But I don't known which is best.
2. question 2 Is there a problem with the semantics of HTML?
I think I need to optimize the semantics, please help me