<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>CSS - Blinking text </title>
</head>
<body>
<h1>
CSS - blink the text
</h1>
<p id = "blink_text">
Now you can see the blinking/flashing text.
</p>
</body>
</html>