Cleaned repo tree

This commit is contained in:
scar 2021-12-21 20:00:00 +01:00
parent 5a32f5b810
commit bd00473292
3 changed files with 0 additions and 36 deletions

View File

@ -1,18 +0,0 @@
.Navbar {
background: linear-gradient(-45deg, #00e1d0, #00c4ff, #0562e8, #8a25f9) !important;
background-size: 400% 400% !important;
animation: salsigrad 15s linear infinite !important;
height: 100vh;
}
@keyframes salsigrad {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

View File

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<title>Document</title>
<link href="test.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="Navbar">
<br>
</div>
</body>
</html>