hello ,so i made website and the code is here you can see it.
here is index.html
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My webpage</title>
</head>
<body class = "body-class">
<h1>Welcome to my page</h1>
<p>My name is Ahmad Belal and I blog car and Lambo here!</i></p>
<a href="https://giphy.com/gifs/lamborghini-KE5koRuGSB641aKLyo">
<img src = "https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGZhbGhta2c3NG9taGRjYmxkMjM5eXY0ODJtMHNzN3d5anZ6aG42YiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/KE5koRuGSB641aKLyo/giphy.gif">
</a>
if you guys want other gif about the car click the gif!
</body>
</html>
here is the styles.css
.body-class{
background-color: rgb(129, 130, 165);
}
