created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.
This commit is contained in:
8
src/components/Navigation.jsx
Normal file
8
src/components/Navigation.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import "../css/Navigation.css";
|
||||
|
||||
const Navigation = () => {
|
||||
return <div className="navigation container">Nav</div>;
|
||||
};
|
||||
|
||||
export default Navigation;
|
||||
Reference in New Issue
Block a user