Skip to content

Commit 415844b

Browse files
author
NaTi Jhon
committed
animation added
1 parent 7105287 commit 415844b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

2. Loading animation/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Creative Loading Animation</title>
7-
<link rel="shortcut icon" href="assets/icons8-animation-96.png" type="image/x-icon">
7+
<link rel="shortcut icon" href="assets/icons8-animation 96.png" type="image/x-icon">
88
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
11+
<!-- Animation -->
1112
<section class="wrapper">
1213
<div class="loader">
1314
<div class="loading one"></div>

2. Loading animation/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ body {
5151
width: 20px;
5252
height: 20px;
5353
}
54-
}
54+
}
55+

0 commit comments

Comments
 (0)