created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.

This commit is contained in:
yousifpa98
2024-12-20 01:12:49 +01:00
parent 1ff58ea7cc
commit 54df568dc6
24 changed files with 715 additions and 135 deletions

8
src/components/Mail.jsx Normal file
View File

@@ -0,0 +1,8 @@
import React from "react";
import "../css/Mail.css";
const Mail = () => {
return <div className="eMail container">Mail</div>;
};
export default Mail;