Riza
Riza
DOCTYPE html>
<html>
<head>
<title>About</title>
</head>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #ADD8E6;
margin: 0;
padding: 0;
}
h1{
text-align: center;
font-family: Arial;
}
/* Centered Content */
center {
text-align: center;
}
/* Header Styles */
header {
background-color: #333;
padding: 10px;
}
header a {
color: white;
text-decoration: none;
margin: 0 20px;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
header a:hover {
color: #f0a500;
transition: color 0.3s ease-in-out;
}
</style>
<b><h1>My Website</h1></b>
<center><img src="file:///C:/Users/Teacher/Documents/About%20Me%20(2).png"
alt="banner" width="700" height="300"></center>
<br>
<br>
<body style="background-color:#ADD8E6;">
<header>
<center><a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Contact</a></center>
</header>
<b><h1>About Me</h1></b>
<img src="file:///C:/Users/Teacher/Pictures/received_1663504007751828.jpeg"
width="300" height="300">
<p>I am ambitious and driven. I thrive on challenges and constanly set
goals for myself, so I have something to strive toward.
I am not comfortable with settling, and I'm always looking for an
opportunity to do better and achieve greatness.</p>
</body>
</html>