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

My Project

The document is an HTML template for a webpage titled 'Wildlife Treasures of India'. It includes a navigation menu with links to sections such as About, Geography, History, Flora & Fauna, and Contact Us. The styling is defined in the head section, featuring a flexbox layout and specific font styles for the main title.

Uploaded by

shivajiiitan1224
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)
6 views2 pages

My Project

The document is an HTML template for a webpage titled 'Wildlife Treasures of India'. It includes a navigation menu with links to sections such as About, Geography, History, Flora & Fauna, and Contact Us. The styling is defined in the head section, featuring a flexbox layout and specific font styles for the main title.

Uploaded by

shivajiiitan1224
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
You are on page 1/ 2

<!

DOCTYPE html>

<html lang="en">

<head>

<title>Document</title>

<style>

.bigcontainer{display: flex;

justify-content: space-between;

margin-left: 10px;

margin-top: 40px;

text-decoration:none ;

#first{font-weight: bolder;

font-style: italic;

font-size: larger;

text-decoration-line: none;

#first:hover{text-decoration: none;

text-decoration-line: none;

-webkit-text-fill-color: rgb(17, 135, 240);

text-shadow: 10px;

</style>

</head>

<body>

<header>

<nav>
<div class="bigcontainer">

<div id="first"> <a href="#a">Wildlife Treasures <br>

&nbsp; Of INDIA</a></div>

<a href="#b">About</a>

<a href="#c">Geography</a>

<a href="#d">History</a>

<a href="#e">Flora & Fauna</a>

<a href="#f">Contact Us</a>

</nav>

</div>

</header>

</body>

</html>

You might also like