Why can't I apply margin to my H1 element? – Twitter bootstrap
I am trying to make my h1 text not squished to the left. I am also using bootstrap so I'm not sure if that effects anything: h1 { margin: 5px 40px 10px 70px; } <html> <head> <script src="https://use.fontawesome.com/d712ea1844.js"></script> <title>About Mike</title>…