You are on page 1of 2

<!

DOcTYPE html>
<html>

<head>
<title>
Paragon
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>
div.A { background-color: white;}
div.B { border-radius: 20px; background-color: rgb(249,168,40);}
</style>
</head>

<body>

<div class="A">
<section style="float:left;">
<img src="pgn.jpg" style="border: 3px solid blue;" height="170px" width="170px">
</section>
<header style="color: blue; padding: 24px 0 0 0; margin: 0 180px 0 0;">

<h1 style="text-align:center;">PARAGON</h1>
<p style="text-align:center;"><b>Schools, Colleges and Academies<br></b></p>

</header>
</div>

<div class="B">

<nav style="padding: 10px; text-align: center; color: white; margin: 0 170px 0


0;">

<a href="paragon.html" style="color: white; text-decoration: none"><b>Paragon |


</b></a>
<a href="class.html" style="color: white; text-decoration: none"><b>Classes
|</b></a>
<a href="contact.html" style="color: white; text-decoration: none"><b>Contact
Us</b></a>

</nav>

</div>

<br>
<H3 style="color: rgb(249, 168, 40); margin: 10% 0 0 40%;">With Our Qualified
teachers<br>we are offering these classes:</h3>
<ul style="color: blue; margin: 2% 0 5% 40%;">
<li>Middel</li>
<li>Pre-Nine</li>
<li>Matric (Science & Arts)</li>
<li>Pre-F.Sc</li>
<li>Inter-Mediate (F.Sc, F.A, I.Com & Arts)</li>
</ul>

<footer style="background-color: rgb(249, 168, 40); padding: 5px; text-align:


center; color: white; margin: 10px;
border-radius: 15px;">
<b>developed & designed by Hoswet <sub>( 0321 58 70 585 )</sub> . All Rights
Reserved © 2023</b>
</footer>

</body>

</html>

You might also like