orzubalsky / creative-computing-2018

0 stars 1 forks source link

Text Spacing #32

Open Mwedd9 opened 6 years ago

Mwedd9 commented 6 years ago

I'm wondering how to properly lay text out, do I just need to keep adding white spaces?

bajrushivlora commented 6 years ago

If you want spaces in between each sentence or paragraph, you can add "spaces" by putting each sentence in its own "paragraph" (

). I did that for mine; I basically made each sentence into its own

code and on the website, the typeset manifesto had spaced lines in between each sentence. I hope that helps I added a pic for reference i hope it works

screen shot 2018-09-10 at 9 19 16 pm
orzubalsky commented 6 years ago

This was a great suggestion @bajrushivlora, as it uses the default style of the <p> tag to add spaces.

Now that we've started looking at css, can anyone suggest a way to specify the spacing for different elements using css?