A question that came while I was starting to build this, is:
-
If all sections have the same importance, how do you determine what heading to use since having multiple H1 headings is frowned upon, but in context, it doesn't make sense to have more than one level of heading or have a different type of tag that's styled the same as a heading?
-
I felt like using margin at the bottom of the paragraph to create the spacing was a bit of hack. Is there a better way to do that?
-
I wanted the buttons to remain in the same place regardless of the space taken up by the paragraph. Is there a way to achieve that without using absolute positioning?
-
Any tips to improve the legibility of my code would definitely be helpful.