NIDcard
<!-- Description
This page provides a clear, organized presentation of a student ID card and its features on a webpage.-->
<!DOCTYPE html>
<html>
<head>
<title>IDcard</title>
</head>
<body>
<style>
.main {
height: 450px;
width: 300px;
border: 2px solid black;
margin: auto;
}
#img {
height: 1px;
width: 1px;
}
.head {
background-color: rgb(74, 201, 74);
padding: 8px;
text-align: center;
}
.body {
text-align: center;
}
</style>
<div class="main">
<div class="head">
Government Arts College
<img src="clglogo.jpeg" width="40px" align="left"><br>
(Autonomous) Kumbakonam
</div>
<div class="body">
<h3>IDENTITY CARD</h3>
<img src="my_profile.jpeg" width="90px"><br>
<p>NIKKIRTHA M <br>
M.Sc., Computer Science<br>
P 23 CS 387</p>
</div>
<div class="foot">
<p>Father Name: N.Marimuthu<br>
79A,Middle Street,Kovilpathu,Valangaiman(TK),<br>Thiruvarur(Dt)-612 804<br>
Aadhaar: 7134 87845159<br>
Ph/cell: 8925160362</p>
</div>
</div>
</body>
</html>
.png)
Comments
Post a Comment