bartbaetens / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Inline elements #3

Open cyouh95 opened 6 years ago

cyouh95 commented 6 years ago

It could be a good idea here to use span elements for your "price" texts. span are inline elements, meaning they can be on the same line as the rest of the paragraph description of the product.

<p> Made of the highest quality oak, ... <span class="price"> Starting at $3.00 / brush. </span> </p>

https://github.com/bartbaetens/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L19-L23

bartbaetens commented 6 years ago

Thank you. Was looking for this solution but did not realize how to achieve this.