::first-letter





css/style.css
  • p::first-letter {
  •  color: #F00;
  •  font-size: 22px;
  •  padding: 1px;
  • }
p::first-letter {
 color: #F00;
 font-size: 22px;
 padding: 1px;
}


index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  • </head>
  • <body>
  •  <div>
  •   <p>Hello World!</p>
  •   <h4>To be or not to be?</h4>
  •   <p>Привет Мир!</p>
  •   <h4>Быть или не быть?</h4>
  •  </div>
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  •  <link href="css/style.css" rel="stylesheet" />
  • </head>
  • <body>
  •  <div>
  •   <p>Hello World!</p>
  •   <h4>To be or not to be?</h4>
  •   <p>Привет Мир!</p>
  •   <h4>Быть или не быть?</h4>
  •  </div>
  • </body>
  • </html>