CSS Results

WP101

by Cindy Cullen

HTML

<body style="background-color: #ddd">
  <h1 style="font-size: 32px; padding:10px; border:2px dotted #f0881c;">How to Build a Website - WordPress 101</h1>

  <p style="font-family: Arial; text-align:center">Hi! My name is <strong>Cindy Cullen!</strong>
    <br /> I will be your teacher for this course.</p>

  <p style="float:right;padding:15px">I'm so glad you are joining me!</p>

  <p style="float:right;padding:10px;color:#46a29d;font-size:20px">I hope you learn a LOT !!!!</p>
</body>