Make CV with Html & CSS
<!DOCTYPE html><html>
<head>
<title>Resume</title>
<style>
.outborder{width:800px;height:1150px;border:1px solid silver;margin:0px auto;}
p{font-size:20px;margin-left:8px;}
hr{padding:0;margin:0;}
.border{width:99%;padding:5px;background:lightblue;border:1px solid black;font-weight:bold;}
ul{font-size:20px;margin-left:20px;}
h2{margin-right:18px;}
.name{margin-left:10px;font-family:;font-weight:bold;}
</style>
</head>
<body>
<div class="outborder">
<h1 align="center"><u>CURRICULUM VITAE</u></h1><br>
<h2 class="name">Divyansh Gupta</h2>
<div style="border:2px solid;height:120px;width:100px;float:right;margin-top:-30px;margin-right:20px;"><img src="C:\Users\2023\Desktop\my photo.png"height="120"width="103"></div>
<p>House,129 New Rahat Market<br>
Railway Ganj Hardoi-241001<br>
Mob:-+91 xxxxxxxx10<br>
Email:-divyanshgupta14@gmail.com</p>
<hr><hr>
<div class="border">CAREER OBJECTIVE</div>
<p>Aiming to achieve a challenging and professional position from where I can make a significant contribution to the organization in the form of my dedication by using all my skills.</p>
<div class="border">EDUCATIONAL QUALIFICATION</div>
<ul>
<li><b>10<sup>th</sup></b> Passed from UP Board</li>
<li><b>12<sup>th</sup></b> Passed from UP Board</li>
<li><b>B.Com Passed from Kanpur University</li></b>
</ul>
<div class="border">TECHNICAL QUALIFICATION</div>
<ul><b>
<li>Tally ERP 9.0</li>
<li>CCC</li>
<li>ITI DM</li>
<li>ADCA</li></b>
</ul>
<div class="border">PERSONAL DETAILS</div>
<ul>
<li>Father's Name <b> : </b> Pradeep Gupta</li>
<li>Date of Birth <b> : </b> 11-10-2001</li>
<li>Nationality <b> : </b> Indian</li>
<li>Gender <b>:</b> Male</li>
<li>Religion <b> : </b> Hindu</li>
<li>Language Known <b> :</b> Hindi, English</li>
<li>Skills <b> : </b> Good Communications Skills</li>
</ul>
<div class="border">DECLARATION</div>
<p>I hereby declare that every information is true and I am solely responsible for its authenticity.</p>
<b><p>Date.......<br>
Place.......</p></b>
<h2 align="right">(Divyansh Gupta)</h2>
</div>
</body>
</html>