Update README.md
Browse files
README.md
CHANGED
|
@@ -5,21 +5,22 @@ datasets:
|
|
| 5 |
---
|
| 6 |
<!DOCTYPE html>
|
| 7 |
<style>
|
| 8 |
-
body {
|
|
|
|
|
|
|
|
|
|
| 9 |
font-family: 'Quicksand', sans-serif;
|
| 10 |
background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%);
|
| 11 |
color: #D8DEE9;
|
| 12 |
-
margin: 0;
|
| 13 |
-
padding: 0;
|
| 14 |
font-size: 16px;
|
| 15 |
}
|
| 16 |
|
| 17 |
.container {
|
| 18 |
-
width:
|
| 19 |
-
|
| 20 |
-
margin: 20px auto;
|
| 21 |
-
background-color: rgba(255, 255, 255, 0.02);
|
| 22 |
padding: 20px;
|
|
|
|
|
|
|
| 23 |
border-radius: 12px;
|
| 24 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
| 25 |
backdrop-filter: blur(10px);
|
|
@@ -28,15 +29,11 @@ body {
|
|
| 28 |
|
| 29 |
.header h1 {
|
| 30 |
font-size: 28px;
|
| 31 |
-
color: #
|
| 32 |
margin: 0 0 20px 0;
|
| 33 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
| 34 |
}
|
| 35 |
|
| 36 |
-
.update-section {
|
| 37 |
-
margin-top: 30px;
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
.update-section h2 {
|
| 41 |
font-size: 24px;
|
| 42 |
color: #88C0D0;
|
|
@@ -88,8 +85,8 @@ code {
|
|
| 88 |
font-family: 'Courier New', monospace;
|
| 89 |
color: #D8DEE9;
|
| 90 |
}
|
| 91 |
-
|
| 92 |
</style>
|
|
|
|
| 93 |
<html lang="en">
|
| 94 |
<head>
|
| 95 |
<meta charset="UTF-8">
|
|
|
|
| 5 |
---
|
| 6 |
<!DOCTYPE html>
|
| 7 |
<style>
|
| 8 |
+
body, html {
|
| 9 |
+
height: 100%; /* Ensure the full height of the page is used */
|
| 10 |
+
margin: 0;
|
| 11 |
+
padding: 0;
|
| 12 |
font-family: 'Quicksand', sans-serif;
|
| 13 |
background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%);
|
| 14 |
color: #D8DEE9;
|
|
|
|
|
|
|
| 15 |
font-size: 16px;
|
| 16 |
}
|
| 17 |
|
| 18 |
.container {
|
| 19 |
+
width: 100%; /* Full width */
|
| 20 |
+
height: 100%; /* Full height */
|
|
|
|
|
|
|
| 21 |
padding: 20px;
|
| 22 |
+
margin: 0; /* Remove margin to fill the entire area */
|
| 23 |
+
background-color: rgba(255, 255, 255, 0.02);
|
| 24 |
border-radius: 12px;
|
| 25 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
| 26 |
backdrop-filter: blur(10px);
|
|
|
|
| 29 |
|
| 30 |
.header h1 {
|
| 31 |
font-size: 28px;
|
| 32 |
+
color: #5F9EA0;
|
| 33 |
margin: 0 0 20px 0;
|
| 34 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
| 35 |
}
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
.update-section h2 {
|
| 38 |
font-size: 24px;
|
| 39 |
color: #88C0D0;
|
|
|
|
| 85 |
font-family: 'Courier New', monospace;
|
| 86 |
color: #D8DEE9;
|
| 87 |
}
|
|
|
|
| 88 |
</style>
|
| 89 |
+
|
| 90 |
<html lang="en">
|
| 91 |
<head>
|
| 92 |
<meta charset="UTF-8">
|