File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ <h3>Edit Question</h3>
109109 2. For local dev: rename firebase-config.local.js to firebase-config.js
110110 or use the local dev server script below
111111-->
112+ < footer class ="site-footer ">
113+ Powered by Tertiary Infotech Academy Pte Ltd
114+ </ footer >
115+
112116< script src ="firebase-config.js "> </ script >
113117< script src ="app.js "> </ script >
114118</ body >
Original file line number Diff line number Diff line change @@ -572,3 +572,12 @@ input, textarea {
572572
573573@keyframes toastIn { from { opacity : 0 ; transform : translateY (12px ); } to { opacity : 1 ; transform : translateY (0 ); } }
574574@keyframes toastOut { from { opacity : 1 ; } to { opacity : 0 ; } }
575+
576+ /* ===== FOOTER ===== */
577+ .site-footer {
578+ text-align : center;
579+ padding : 16px ;
580+ font-size : 0.75rem ;
581+ color : var (--text-muted );
582+ letter-spacing : 0.02em ;
583+ }
You can’t perform that action at this time.
0 commit comments