From the list: Holy Family ✔ Typography: Headers Kyle S. added this on Aug 26, 2019 Completed Aug 27, 2019 by Kyle S. Assigned to Kyle S. Notes Lock in default styling for <h1> to <h6>. Comments & Events Kyle Sullivan, Web Development This is how to have the lines before these headings follow the same alignment as the text they precede.h1::before { display: block; content: "–"; }Sam helped me to figure out how the following site does this. https://salesian.vic.edu.au Aug 27, 2019 at 1:58 PM No one was notified Kyle Sullivan completed this to-do. Aug 27, 2019 at 5:44 PM
Kyle Sullivan, Web Development This is how to have the lines before these headings follow the same alignment as the text they precede.h1::before { display: block; content: "–"; }Sam helped me to figure out how the following site does this. https://salesian.vic.edu.au Aug 27, 2019 at 1:58 PM No one was notified
h1::before { display: block; content: "–"; }