Skip to content

Instantly share code, notes, and snippets.

@asararai
asararai / index.html
Created March 29, 2022 10:04
One Page Animated Website
<html>
<head>
<title>animation effect</title>
</head>
<body>
<div class="menu">
<ul>
<li>
<span onmouseenter="hoverEnter(0)">
<i class="fa fa-home"></i>
@asararai
asararai / index.html
Created March 29, 2022 10:03
One Page Animated Website
<html>
<head>
<title>animation effect</title>
</head>
<body>
<div class="menu">
<ul>
<li>
<span onmouseenter="hoverEnter(0)">
<i class="fa fa-home"></i>