Latest solutions
- Submitted over 1 year ago
I Created a Results Summary Component: A FrontendMentor Challenge
#react#tailwind-css- HTML
- CSS
- Submitted about 2 years ago
react tailwindcss framer-motion
#accessibility#react#tailwind-css- HTML
- CSS
- JS
Latest comments
- @tsu112Submitted over 2 years ago@MOSCOW2022Posted over 2 years ago
Hello sir the easiest way to center a div is like this: `
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; flex-direction: column; } ` also the background- color isnt the same so you should change that , its ok to get stuck at the start we all did that s how you learn i wish you a happy coding!
0