frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

border extends downwardly so past UI [1:25pm] #6

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: make the border fit.

error: Screen Shot 2023-07-07 at 1 27 33 PM // kind of embarassing, students were having this problem while I taught middle school web dev // the on-the-spot solution I came up with was to create a separate div container with 95 height 95 width border // it would be a little bit farther than the border is correctly set now: [top, left, right] and push past but work.

proposed approach: dig around and search

frankcollins3 commented 1 year ago

these are those properties that set the border directly on the most outer-edge, [top, left, bottom, right] box-sizing: border-box; margin: 0;
[1:40pm]