<p>Coffee cream breve macchiato, saucer white cup strong frappuccino viennese sweet. Doppio trifecta, siphon filter as robust pumpkin spice. Grounds coffee trifecta, coffee, kopi-luwak, lungo that organic half and half coffee hhttps://codepen.io/alf and half.</p>
<div>Bonbon jelly dragée candy canes marshmallow sugar plum. Muffin sweet pudding. Marshmallow pastry fruitcake topping muffin. Cake fruitcake donut sesame snaps tootsie roll soufflé liquorice jelly marzipan. Cotton candy cookie dragée gingerbread bear claw cotton candy soufflé cake.</div>
p::first-letter {
  color: Red;
  font-size: 25px;
  font-weight: bolder;
}

p::after {
  content: "<-- Remember this";
  background-color: yellow;
  color: red;
  font-weight: bold;
}

 

p:hover{
  color: green;

}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.