created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.
This commit is contained in:
8
src/components/Mail.jsx
Normal file
8
src/components/Mail.jsx
Normal 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;
|
||||
Reference in New Issue
Block a user