html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
Finally ... After 8
months gap , Im hosting a
Contest but this time , with
my best buddy 💜Alex
Tusinean🍇
This is a web Contest.
❗❗ Rules ❗❗
💠 You can make
anything ranging from a
mountain trekking/Sea
surfing website to Css/svg
art.. It depends on you but
it should be somehow
connected to the topic.
💠 No images are
allowed
💠 Whichever tags you
use, you cannot use 5 of
them , In simple words, your
Code should not contain 5
similar html tags
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
window.onload = function(){
AOS.init({
offset: 90
});
}
function Close(){
$("#cool-loader").fadeOut();
}
setTimeout(Close,30000);
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run