<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>After & Before In CSS</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Start About -->
<div class="about">
<div class="container">
<h2 class="special-heading">About</h2>
<p>Explore more at CodeZillaYE and transform your coding skills!</p>
<div class="about-content">
<div class="image">
<img decoding="async" src="images/about.jpg" alt="" />
</div>
<div class="text">
<p>
Unlock the power of coding with CodeZillaYE! Your ultimate
resource for mastering frontend and backend development. Dive into
detailed tutorials on HTML, CSS, Bootstrap, Tailwind CSS,
JavaScript, React, PHP, Laravel, Python, and Dart. Stay ahead with
our educational articles and enhance your skills with practical
guides. Perfect for beginners and seasoned developers alike. Join
CodeZillaYE today and elevate your coding journey!
</p>
<hr />
<p>
Unlock the power of coding with CodeZillaYE! Your ultimate
resource for mastering frontend and backend development. Dive into
detailed tutorials on HTML, CSS, Bootstrap, Tailwind CSS,
JavaScript, React, PHP, Laravel, Python, and Dart. Stay ahead with
our educational articles and enhance your skills with practical
guides. Perfect for beginners and seasoned developers alike. Join
CodeZillaYE today and elevate your coding journey!
</p>
</div>
</div>
</div>
</div>
<!-- End About -->
</body>
</html>