Good
<
<!DOCTYPE html>
<html>
<head>
<title>
সিএসএস উদাহরণ</title>
<style>
body {
background-color: lightskyblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: Siyam Rupali;
font-size: 20px;
}
</style>
</head>
<body>
<h1>
এটি সিএসএস এর প্রথম উদাহরণ</h1>
<p>আমাদের সিএসএস টিউটোরিয়ালে অসংখ্য উদাহরণ রয়েছে।</p>
</body>
</html>
Copy