Untitled

 avatar
unknown
plain_text
2 years ago
5.0 kB
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Minor project</title>
    <style type="text/css">
         .main{
            text-transform:uppercase ;
            text-decoration:underline ;
            text-align: right ;
            position: absolute;
            top:0px;
            left: 1100px;
            

         }
         .text{
            text-align: right;
            position: absolute;
            top:50px;
            left:280px;
            margin:auto;
            border-left: 2px solid black;
            
         }
         .text1{
            text-align: right;
            position: absolute;
            top:300px;
            left:280px;
            margin:auto;
            border-left: 2px solid black;
         }
         .text2{
            text-align: right;
            position: absolute;
            top:550px;
            left:280px;
            margin:auto;
            border-left: 2px solid black;
         }
         .text3{
            text-align: right;
            position: absolute;
            top:900px;
            left:280px;
            margin:auto;
            border-left: 2px solid black;
         }
         .main1{
            text-transform:uppercase ;
            text-decoration:underline ;
            text-align: right ;
            position: absolute;
            top:250px;
            left:1100px;
         }
         .main2
         {
            text-transform:uppercase ;
            text-decoration:underline ;
            text-align: right ;
            position: absolute;
            top:500px;
            left:1100px;
         }
         .main3
         {
            text-transform:uppercase ;
            text-decoration:underline ;
            text-align: right ;
            position: absolute;
            top:850px;
            left:1100px;
         }

    </style>
</head>
<body>
    <div>
        <img src="lotustemple.png" height="270px" width="270px"/>
    </div>
    <div class="main">
        <h1>Lotus Temple</h1></div>
       <div class="text">
        <p>
            <i>
                Lotus Temple is one of the attractions of Delhi. 
            It is located on Lotus Temple road near Kalkaji in New Delhi. 
            Lotus Temple is also known as Bhai Temple. It is the most visited monuments in India. 
            Persian architect Fariborz sahba had completed the construction of Lotus Temple in 1986. 
            This Temple looks like a Lotus Flower. The lotus is a symbol of Love and This Bhai Temple also gives the message of immortality. 
            Because of that Bhai Temple became famous as the Lotus Temple.
            </i>
        </p>
       </div> 
       <div>
        <img src="image_2023-03-01_19-51-25.png" height="270px" width="270px" top="350px"/>
       </div>
       <div class="main1">
        <h1>Qutub minar</h1>
       </div>
       <div class="text1">
        <p>
            <i>
                Qutub Minar is located at 15 km far from New Delhi. 
                Qutub Minar is the tallest minaret among all minarets of India. It is made from red sandstones and marbles. Muslim ruler Qutub - Ud - Din had built the Qutub Minar in 1145. Qutub Minar is made in Afghan Architecture. It is not famous only in India but it become famous in the world. Qutub Minar is the attraction of tourists in Delhi.
            </i>
        </p>
       </div>
       <div>
        <img src="image_2023-03-01_19-51-18.png" height="270px" width="270px"  top="350px"/>
       </div>
       <div class="main2">
        <h1>Jama masjid</h1>
    </div>
    <div class="text2">
        <p>
            <i>
                Jama Masjid is the biggest mosque in India. It is located at opposite of Red Fort. 
                Jama Masjid of Delhi is also famous as Friday congregational mosque. It was built by Great king Shan Jahn. 
                Architecture of Jama Masjid is a blend of Mughal and Hindu style architecture. 
                Cost of Jama masjid at that time was 1 million Rupees.
            </i>
        </p>
    </div>
    <div>
        <img src="redfort.png" height="270px" width="270px" top="350px"/>
    </div>
    <div class="main3">
        <h1>Red fort</h1>
    </div>
    <div class="text3">
        <p>
            <i>
                Red Fort is located at the bank of Yamuna river. Red fort is also known as Lal Quila or Lal Kila. 
                In construction of red fort too many red stones are used and because of that it became famous as red fort. 
                Construction of Red Fort was completed in 1648 by Shan Jahan. 
                King Shan Jahn has assigned Ustad Ahmed and Ustad Humid as an architect. 
                Two great walls of red fort are the attractions of Red Fort.
            </i>
        </p>
    </div>
    <div>
        <img src=""
    </div>
    
</body>
</html>
Editor is loading...