<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Our Services </title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(to bottom, #74ebd5, #acb6e5);
margin: 0;
padding: 20px;
color: #333;
min-height: 100vh;
}
.basudevBox {
background-color: #fff;
padding: 30px;
border-radius: 15px;
max-width: 700px;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
text-align: center;
}
h1 {
color: #ff6f61;
font-size: 40px;
text-shadow: 2px 2px #ddd;
}
.manishOffer {
margin: 20px 0;
padding: 15px;
background-color: #f9f9f9;
border-left: 5px solid #ff6f61;
text-align: left;
}
.manishOffer h2 {
color: #007bff;
margin: 0 0 10px 0;
}
.manishOffer p {
margin: 0;
font-size: 18px;
}
.kalikaLink {
color: #ff6f61;
text-decoration: none;
font-weight: bold;
}
.kalikaLink:hover {
text-decoration: underline;
}
.schoolFooter {
margin-top: 30px;
font-size: 14px;
color: #666;
}
</style>
</head>
<body>
<div class="basudevBox">
<h1>Our Servises</h1>
<p>We offers some super cool stuff for you! Check out what we’ve got for you</p>
<div class="manishOffer">
<h2>Synonym Finder</h2>
<p>Need a fancy word? Try our <a href="synonym.html" class="kalikaLink">Synonym Finder</a> to spice up your vocab!</p>
</div>
<div class="manishOffer">
<h2>HTML Magic</h2>
<p>Write code and see it live – perfect for budding coders like us!</p>
</div>
</div>
</body>
</html>
https://docs.google.com/document/d/1LOnhmN_KVvToSM9njfQcRa8bAy75ay7DzbWHLgOOYNc/edit?tab=t.0