DmitrMakeev commited on
Commit
4fdd9d3
1 Parent(s): 6eb7e58

Update data_ras.html

Browse files
Files changed (1) hide show
  1. data_ras.html +4 -2
data_ras.html CHANGED
@@ -49,15 +49,18 @@
49
  tr:hover {
50
  background-color: #e0e0e0;
51
  }
52
- p {
53
  margin-top: 20px;
54
  font-size: 18px;
55
  color: #333;
 
 
56
  }
57
  </style>
58
  </head>
59
  <body>
60
  <h1>Data GC</h1>
 
61
  <div class="scroll-container">
62
  <table>
63
  <thead>
@@ -78,6 +81,5 @@
78
  </tbody>
79
  </table>
80
  </div>
81
- <p>Total Users: {{ total_users }}</p>
82
  </body>
83
  </html>
 
49
  tr:hover {
50
  background-color: #e0e0e0;
51
  }
52
+ .total-users {
53
  margin-top: 20px;
54
  font-size: 18px;
55
  color: #333;
56
+ display: block;
57
+ text-align: center;
58
  }
59
  </style>
60
  </head>
61
  <body>
62
  <h1>Data GC</h1>
63
+ <p class="total-users">Total Users: {{ total_users }}</p>
64
  <div class="scroll-container">
65
  <table>
66
  <thead>
 
81
  </tbody>
82
  </table>
83
  </div>
 
84
  </body>
85
  </html>