chokiproai commited on
Commit
0a00b44
·
verified ·
1 Parent(s): 621a743

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +18 -6
index.html CHANGED
@@ -55,10 +55,22 @@
55
  overflow: auto;
56
  }
57
 
58
- .tab-pane iframe {
59
- width: 100%;
60
- height: 100%;
61
- }
 
 
 
 
 
 
 
 
 
 
 
 
62
  </style>
63
  </head>
64
 
@@ -87,8 +99,8 @@
87
  </div>
88
  </div>
89
 
90
- <footer style="text-align: center; padding: 20px; background-color: #f0f0f0; margin-top: 20px;">
91
- --- 2024 ngoctuanai. ---
92
  </footer>
93
 
94
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
 
55
  overflow: auto;
56
  }
57
 
58
+ .tab-pane iframe {
59
+ width: 100%;
60
+ height: 100%;
61
+ }
62
+ footer {
63
+ background-color: #343a40;
64
+ color: #fff;
65
+ text-align: center;
66
+ padding: 20px;
67
+ position: fixed;
68
+ left: 0;
69
+ bottom: 0;
70
+ width: 100%;
71
+ font-size: 1em;
72
+ }
73
+
74
  </style>
75
  </head>
76
 
 
99
  </div>
100
  </div>
101
 
102
+ <footer>
103
+ * 2024 ngoctuanai *
104
  </footer>
105
 
106
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>