By GokiSoft.com| 09:18 09/10/2020|
Học HTML5 - CSS3

Big first letter - css



<!DOCTYPE html>
<html>
<head>
<style>
p::first-letter {
  font-size: 500%;
  color: #8A2BE2;
}
</style>
</head>
<body>

<h1>Welcome to My Homepage</h1>

<p>My name is Donald.</p>
<p>I live in Duckburg.</p>
<p>My best friend is Mickey.</p>

</body>
</html>




Tags:

Phản hồi từ học viên

5

(Dựa trên đánh giá ngày hôm nay)