@AFranco-devSubmitted over 2 years ago
Should I try to do this with bootstrap? Did I do a bad practice?
Should I try to do this with bootstrap? Did I do a bad practice?
Hey Andre, great job.... here's some feedback...
*, *::after, *::before { box-sizing: border-box; }
This sets all elements, including the after and before psuedo elements to the border-box model.
Great effort and keep going! :)