The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Bmccaweb
By Guest on 12th January 2024 09:29:52 AM | Syntax: HTML5 | Views: 123



New Paste New paste | Download Paste Download | Toggle Line Numbers Show/Hide line no. | Copy Paste Copy text to clipboard
  1.         <head>
  2.                 <title>BMCCA</title>
  3.                  <style>
  4.                         body {
  5.                                 background-repeat: no-repeat;
  6.                                 background-size: 100%;
  7.                                 padding: 0;
  8.                                 margin : 0;
  9.                              }
  10.                         header {
  11.                                 background-color: grey;
  12.                                 padding: 10px;
  13.                                 margin:0;
  14.                                 }
  15.                         .image-container {
  16.                                 display: flex;
  17.                                 gap: 16px;
  18.                                          }
  19.                         img {
  20.                                 max-width: 20%;
  21.                                          }
  22.                         .mid-section{
  23.                                 color: white;
  24.                         }
  25.                                          
  26.                                
  27.                 </style>
  28.         </head>
  29.         <body background="images/bgclg.jpg" >
  30.         <header>
  31.                 <h1><a href="#"><img src="images/logo-1.png" > </a></h1>
  32.                 <center><h1><b>Bharata Mata College OF Commerce And Arts</b></h1></center>
  33.                
  34.         </header>
  35.        
  36.                 <center><br><br><br><br>
  37.                 <div class="mid-section">
  38.                 <h3>Welcome To Bharata Mata College</h3>
  39.                 <h1>A self- financing institution initiated and managed by the Archdiocese of
  40. Ernakulam - Angamaly</h1>
  41.                 <p>
  42.                         The college is committed to the upliftment and empowerment of the rural society in which it  functions especially the youth. The outreach programmes of BMCCA is aimed at working with the underprivileged strata
  43. of the society to give them the wherewithal for a progressive future.
  44.                 </p>
  45.                 </div>
  46.  
  47.                 <div class="department" bgcolor="white">
  48.                  <center>
  49.                  <h3>Departments<h3>
  50.                  <ul>
  51.                         <li><a href=#>BBA</a></li>
  52.                         <li><a href=#>BCA</a></li>
  53.                         <li><a herf=#>BSW</a></li>
  54.                         <li><a href=#>B.SC.CF</a></li>
  55.                  </ul>
  56.                 </center>
  57.         </div>
  58.                
  59.                 </center>
  60.                
  61.                
  62.                 <footer>
  63.                 <div class="header" align="right">
  64.                 <a href="#"> courses</a>
  65.                 <a href="#"> contacts</a>
  66.                 <a href="#"> about us</a>
  67.                 </div>
  68.                 </footer>
  69.                
  70.         </body>
  71. </html>





bmccaweb