I Muhammad Asif, Student of BSCS 5th semester. Wishing
Happy New Year 2026
To all of My Respected Teachers and Dear Fellows
May Allah Taala Give us Happiness, Sucess, and Improvement in all aspects of our lives
Ameen...
Source Code + Video
Title of code
<style type="text/css">
body{
font-family: sans-serif;
}
.h26container{
max-width: 700px;
height: auto;
background: #FFEBC7;
margin: auto;
text-align: center;
border-radius: 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 3px dashed red;
}
.h26container>h1{
font-size: 65px;
color: #540055;
margin-bottom: 0px;
margin-top: 0px;
}
.h26container>p{
font-family: Times New Roman;
font-size: 25px;
color: green;
margin-bottom: 7.5px;
margin-top: 7.5px;
}
.h26dua{
font-family: "Segoe Print";
padding: 5px 15px;
font-size: 20px;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;
}
#h26ameenTxt{
text-align: center;
font-size: 60px;
margin: 0px;
}
.h26container>h3{
margin-bottom: 0px;
font-size: 25px;
}
</style>
<div class="h26container">
<p>I Muhammad Asif, Student of BSCS 5<sup>th</sup> semester. Wishing</p>
<h1>Happy New Year 2026</h1>
<h3>To all of My Respected Teachers and Dear Fellows</h3>
<p class="h26dua">
May Allah Taala Give us Happiness, Success, and Improvement in all aspects of our lives
</p>
<p id="h26ameenTxt">Ameen...</p>
</div>
0 Comments