Skip to content

Commit 5497aeb

Browse files
committed
up
1 parent f4ce4c1 commit 5497aeb

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

images/echo.gif

444 KB
Loading

images/metaloader.gif

666 KB
Loading

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
1111
</head>
12-
<body onload="myFunction()">
13-
<div id="loader">
14-
15-
</div>
12+
<body>
13+
1614
<div class="sentence">
1715
<div id="empty">
1816

@@ -31,11 +29,6 @@
3129
</div>
3230
</div>
3331
<script>
34-
35-
var preloader = document.getElementById('loader');
36-
function myFunction(){
37-
preloader.style.display = 'none';
38-
}
3932

4033
var text = " Get The Skills you need to score an internship. ",
4134
soFar = "";

style.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ body{
88
margin:0px !important;
99

1010
}
11-
#loader{
12-
height:100vh;
13-
width:100%;
14-
background: #4a484b url(images/block.gif);
15-
background-repeat: no-repeat;
16-
background-position: center;
17-
}
11+
1812
.sentence{
1913
background: linear-gradient(to bottom, rgba(38,38,38,0.85), rgba(38,38,38,0.8), rgba(38,38,38,0.8),rgba(38,38,38,0.7),rgba(38,38,38,0.6));
2014
background-attachment: fixed;

0 commit comments

Comments
 (0)