Latest solutions
Fullstack application with React, Redux, Express, MongoDB
#express#react#redux#redux-toolkit#mongodbSubmitted almost 2 years agoE-commerce product page built using Vite, Sass and Vue.js
#sass/scss#vite#vueSubmitted over 2 years ago
Latest comments
- @NicolasPirezGit@davidko5
hey, congrats with first challenge. I also finished this one as my first a couple of minutes ago and i also had that problem with centering numbers inside those buttons. So what i did is just added 2px or so of a padding on the top of the div, so that numbers were centered vertically. but then it was too tall to be a circle so i added 1px padding to the left and right side of it and increased border radius. I think this solution isn't the best, but at least it worked for me