BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: booklist.php
<?php include('header.php'); ?> <div class="page-title parallax parallax1"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="page-title-heading"> <h1 class="title">Book List</h1> <div class="breadcrumbs"> <ul> <li><a href="">Venkateshwar Signature School</a></li> <li>Book List</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-bottom90px"> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="wp-block-file"><object class="wp-block-file__embed" data="images/BOOKLIST FOR A.Y. 2026-27.pdf" type="application/pdf" style="width:100%;height:900px" aria-label="Embed of Book list for website."></object></div> </div> </div> </div> </div> </section> <style> .table-responsive { border: none !important; } thead tr th, tbody tr td { text-transform: uppercase !important; font-weight: bold !important; } td[colspan] { font-weight: bold; } .table-col table thead { background: #3d5279; } .table-col table tbody tr td:first-child { width: 50%; } .table-col h5 { text-transform: uppercase; margin-bottom: 10px; margin-top: 15px; font-size: 1.7em; } sup { text-transform: initial; } tbody.ch span { text-align: left; margin: auto; display: table; } tbody.cha .span1, tbody.cha .span2 { text-align: left; margin: auto; display: table; } @media(max-width: 480px) { table tbody tr td { font-size: 14px !important; color: #000; } .table-col thead tr th { font-size: 14px !important; } } </style> <?php include('footer.php'); ?>
Save
Cancel