motoe moto commited on
Commit
fa2677d
1 Parent(s): bb384bf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -7
index.html CHANGED
@@ -5,11 +5,6 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>File List</title>
7
  <style>
8
- @keyframes fadeIn {
9
- from { opacity: 0; }
10
- to { opacity: 1; }
11
- }
12
-
13
  body, html {
14
  height: 100%;
15
  margin: 0;
@@ -33,7 +28,6 @@
33
  height: 100vh;
34
  padding-top: 20px; /* Add padding to top to move content down slightly */
35
  overflow: hidden; /* Lock scrolling */
36
- animation: fadeIn 1s ease-out;
37
  position: relative;
38
  }
39
  a {
@@ -53,7 +47,6 @@
53
  }
54
  div {
55
  text-align: center; /* Center align the div content */
56
- animation: fadeIn 2s ease-in;
57
  }
58
  h1 {
59
  color: #FF0000; /* Brighter red consistent with link color */
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>File List</title>
7
  <style>
 
 
 
 
 
8
  body, html {
9
  height: 100%;
10
  margin: 0;
 
28
  height: 100vh;
29
  padding-top: 20px; /* Add padding to top to move content down slightly */
30
  overflow: hidden; /* Lock scrolling */
 
31
  position: relative;
32
  }
33
  a {
 
47
  }
48
  div {
49
  text-align: center; /* Center align the div content */
 
50
  }
51
  h1 {
52
  color: #FF0000; /* Brighter red consistent with link color */