<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h3{
color: white;
font-size: 5rem;
font-weight: bold;
text-shadow: 2px 1px 2px #abff00;
place-items: center;
text-align: center;
}
p{
color: rgb(238, 211, 211);
font-size: 2rem;
font-weight: bolder;
place-items: center;
text-align: center;
}
section{
width: 100%;
height: 100vh;
background-image: url(rama-sita.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
.Section-0{
background-image: url(School.jpeg);
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100vh;
background-size: 100% 100vh;
}
.Section-1{
background-image: url(att.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100vh;
background-size: 100% 100vh;
/* background-position: 100% TOP bottom; */
}
.Section-2{
background-image: url(Library.jpeg);
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100vh;
background-size: 100% 100vh;
}
.Section-3{
background-image: url(Smart.jpeg);
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100vh;
background-size: 100% 100vh;
}
</style>
</head>
<body>
<section>
<div class="Section-0">
<h3>SubsCribe</h3>
<p>Our Channel</p>
</div>
</section>
<section>
<div class="Section-1">
<h3>Follow</h3>
<p>Our TelegramChannel</p>
</div>
</section>
<section>
<div class="Section-2">
<h3>Share</h3>
<p>Our Channel Video</p>
</div>
</section>
<section>
<div class="Section-3">
<h3>Comment</h3>
<p>Our Post</p>
</div>
</section>
</body>
</html>