aksell01 / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Alternative to using breaks... #2

Open jzhu01 opened 7 years ago

jzhu01 commented 7 years ago

So instead of using breaks to break up the text, as seen here: https://github.com/aksell01/f1-3-c2p1-colmar-academy/blob/master/colmar/index.html#L42-L46

It might be more sensible to add a padding-left or a margin to the div. Say for example, you were creating this site for a company, and they wanted to change the text - then every time you changed it, you'd have to rearrange the breaks, and that would be a hassle. It makes more sense just to implement a padding/margin so that you won't need to do this. Hopefully this makes sense! :)