Header Main footer body an use h1 tag but refactor what it looks like so screen readers can see it via seo properties
Fixing when an element is taller than the element containing it, and it is floated, it will "overflow" outside of its container:
https://www.w3schools.com/css/css_float_clear.asp
// CSS .div1 { background: red; float:left; text-align: left; } .div2 { background: yellow; margin: 0 auto; text-align: center; } .div3 { background: green; float: right; text-align: right; }
// HTML
// NOTICE NON FLOAT DIV IS LAST EVEN THOUGH IN RENDERING IT APPEARS IN THE MIDDLE
unsplash.com
.someRow { margin: 0 auto; }
// Applies to all classes that START with "col-" [class^="col-"] { color: someColor; } // Applies to all classes that contain "col-" anywhere in the class name [class*="col-"] { color: someColor; } // Applies to all classes that END with "col-" [class$="col-"] { color: someColor; }
// Applies to all src elements on the page [src] { color: someColor; }
https://medium.com/how-to-react/react-select-dropdown-tutorial-using-react-select-51664ab8b6f3
change z-index to 1000 in parent container this will only work if the location of the modal
https://medium.com/how-to-react/react-select-dropdown-tutorial-using-react-select-51664ab8b6f3
https://www.codeply.com/go/NiFzSCukVl/bootstrap-4-open-modal-from-another-modal https://mdbootstrap.com/docs/standard/components/modal/
https://medium.com/@dfriedenbach/the-two-stack-queue-ae5bbdc673be
Stephen H. Hyde https://github.com/birdhighway Jihang Li https://github.com/jihangli10 Phil Teves https://github.com/philteves