Monday, April 9, 2018

Make the first letter of some copy bigger with CSS.

h2 {
   color: #883322;
}
h2::first-letter {
   font-size: 30px;
}

No comments:

Post a Comment