×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Marosi Dóra
Added: Dec 7, 2020 8:31 PM
Views: 4590
Tags: no tags
  1. div#motto:first-letter {  
  2.           float: left;
  3.           font-family: 'Cinzel Decorative', cursive;
  4.           font-size: 6em;
  5.           font-weight: bold;
  6.           line-height: 83%;            
  7.           color: #603c43;
  8. }
  9.