akgregg / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Div's #1

Open mikebutts opened 6 years ago

mikebutts commented 6 years ago

image

Try adding the sections into divs, and adding space between them. This won't affect the visuals of the website but the code will become more legible.

<div>
    <h1> stuff </h1>
 </div>

<div>
     <h1> more sstuff here </h1>
     <p> i am a paragraph </p>
<div>