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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -69,6 +69,11 @@
69
  bottom: 0;
70
  width: 100%;
71
  font-size: 1em;
 
 
 
 
 
72
  }
73
 
74
  </style>
 
69
  bottom: 0;
70
  width: 100%;
71
  font-size: 1em;
72
+ transition: opacity 0.5s ease-in-out;
73
+ }
74
+
75
+ footer:hover {
76
+ opacity: 0.6;
77
  }
78
 
79
  </style>