0% found this document useful (0 votes)
27 views2 pages

New Text Document

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

New Text Document

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Menu BAr </title>
<link href="css/inline-list.css" rel="stylesheet">
<style>
.navbar{
text-align: center;
background-color: yellow;
padding: 1%5%;
}
.navber a{
text-decoration: none;
color: green;
font-size: 100%;
}
.admission_section{
display: inline;
position: relative;
}
.admission_section_down{
position: absolute;
top: 30px;
right: 0px;
background-color: white;
text-align: left;
width: 50px;
}
</style>
</head>
<body>
<div class="navbar">
<a href="#">HOME</a>

<div class="admission_section">
<a href="#">DEPARTMENT</a>
<div class="admission_section_down">
<a href="#">BANGLA</a>
<a href="#">ENGLISH</a>
<a href="#">MATH</a>
</div>
</div>
<a href="#">CONTUCT</a>
</div>
</body>
</html>

You might also like