Latest solutions
NextJS, TailwindCSS, SwiperJS, Redux-Toolkit, Responsive Design Layout
#next#react#redux-toolkit#tailwind-css#firebaseSubmitted over 3 years agoTodoApp - ReactJS,Tailwind,redux-toolkit,LocalStorage,Drag and Drop
#accessibility#react#redux-toolkit#tailwind-css#reduxSubmitted over 3 years agoResponsive Design, ReactJS ,TailwindCSS, FlexBox ,Fetch Local Data
#fetch#react#tailwind-css#jssSubmitted over 3 years agoReactJS, react-router-dom, tailwindCSS, grid and flexbox
#react#react-router#tailwind-css#fetchSubmitted over 3 years agoInteractive comments section challenge build with ReactJS-TailwindCSS
#react#tailwind-cssSubmitted over 3 years ago
Latest comments
- @Teor99@PatrickCuentas
Good Work, Pixel Perfect style. Keep up coding. Happy coding :)
- @mrfinesse47@PatrickCuentas
I think it's better to use REM units that are based on the font size of the root element.
Mainly for accessibility issues since users have different default sizes other than 16px for different reasons.
And when using REM units, the size is based on that default size of each user, which offers a better experience.
I am not an expert, but I hope you can use my suggestion for a broader search on the subject.
Greetings ✨
Marked as helpful - @brunafields@PatrickCuentas
Good job @brunafields.
Recommendation:
- Change the color of the text so that it contrasts more with the background of the card so as not to strain the eyes as much.
- @Ashen5558@PatrickCuentas
Good job, I would suggest you add javascript to give it life or better learn a framework when you feel with a good base of javascript and be able to handle the requirements that they ask for faster.
I invite you to see my solution to the same challenge made with ReactJS.
- @rebekahshaw92@PatrickCuentas
Hi, I'll help you with a snippet so you can improve the centering of your design in tablet+ resolution.
@media screen and (min-width:992px){ body { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } }
- @latif-essam@PatrickCuentas
Seems you need to zoom fit 150% to look great, good job anyways.