yyuntzpan
@yyuntzpanAll solutions
- Submitted 2 months ago
Responsive Social Link Card using Next, React, TailwindCSS, HTML5...
- HTML
- CSS
- There are several ways to set fonts, such as using "Next.js built-in font optimization" or using a global CSS file. I’m not sure which method to choose in different situations, and I’m also unclear on how to implement each method.
- Should I use a framework when practicing layout design? Using a framework and TailwindCSS ended up taking more time for me...
- When using TailwindCSS with global CSS settings, should I aim to use TailwindCSS as much as possible for the style guide, or is it better to use traditional CSS methods in the global stylesheet? Although both methods can achieve the goal, is there a clear advantage to one over the other? Is there a standard process?
- Submitted 3 months ago
Preview-Card(rwd)CSS html
- HTML
- CSS
As soon as I received the project, I immediately started coding with HTML and CSS without considering the option of using frameworks or libraries. How should I adjust the project structure next time if I want to use the React framework and Tailwind? Note: I have learned React in class, but I haven't used Tailwind before. I have used Bootstrap.
- Submitted 7 months ago
CSS flex page
- HTML
- CSS
I would like to know how I can simplify and improve the logic of my code.