We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7105287 commit 415844bCopy full SHA for 415844b
2. Loading animation/assets/icons8-animation-96.png renamed to 2. Loading animation/assets/icons8-animation 96.png
2. Loading animation/index.html
@@ -4,10 +4,11 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Creative Loading Animation</title>
7
- <link rel="shortcut icon" href="assets/icons8-animation-96.png" type="image/x-icon">
+ <link rel="shortcut icon" href="assets/icons8-animation 96.png" type="image/x-icon">
8
<link rel="stylesheet" href="style.css">
9
</head>
10
<body>
11
+ <!-- Animation -->
12
<section class="wrapper">
13
<div class="loader">
14
<div class="loading one"></div>
2. Loading animation/style.css
@@ -51,4 +51,5 @@ body {
51
width: 20px;
52
height: 20px;
53
}
54
-}
+}
55
+
0 commit comments