From 1d21c94073fe3c033bf7c2f30f3d1d3cac3f62b8 Mon Sep 17 00:00:00 2001 From: avadhesh3824 Date: Fri, 14 Jun 2024 17:25:17 +0530 Subject: [PATCH] Add files via upload --- index.html | 422 +++++++++++++++++++----------------------- navbarsmalldevi_respo | 40 ++++ pdf/program.pdf | Bin 0 -> 55262 bytes 3 files changed, 235 insertions(+), 227 deletions(-) create mode 100644 navbarsmalldevi_respo create mode 100644 pdf/program.pdf diff --git a/index.html b/index.html index 8a61a8a..392a00a 100644 --- a/index.html +++ b/index.html @@ -80,8 +80,16 @@ font-size: 14px; } /* End code */ - - @media only screen and max-width: 480px){ +/* @media only screen and max-width:897px){ + .display-5 { + font-size: 20px; + +} +.bg-dark{ + font-size: 10px; +} */ +} + /* @media only screen and max-width: 480px){ html,body{ width: 100%; height: 100%; @@ -89,12 +97,56 @@ padding: 0; overflow-x:hidden; } - } + } */ + +@media only screen and (min-width:320px) and (max-width:480px) +{ + .navbar-brand{ + font-size:18.5px !important; + + } + .nav-link{ + font-size: 15px !important; + } + .display-5{ + font-size:12.5px !important; + } + .bg-dark { + font-size: 8px; + color: white !important; - +} +.p-3 { + padding: 0.5rem!important; +} +.msize{ + font-size:15px!important; +} +.Heading{ +font-size:22px !important; +} +.subcon{ + font-size:16px !important; + text-align: justify !important; +} +.btn.btn-md { + font-size: 10px !important; +} +.table td { + font-size: 15px !important; +} +.accor{ + font-size:14px !important; +} +.navbar-toggler-icon{ + height: 1.5rem; + width: 1.5rem; + } + .Heading1{ + font-size:18px !important; + } +} - - @@ -168,16 +220,20 @@