hero square done

This commit is contained in:
yousifpa98
2024-12-19 22:52:36 +01:00
parent c58c287054
commit 1ff58ea7cc
15 changed files with 277 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
import React from "react";
import "../../css/Hero.css";
const Hero = () => {
return (
<div className="hero">
<p>
<span>
Hi, I'm Yousif. <br />
</span>{" "}
I'm a Full-Stack Developer from Germany.
</p>
</div>
);
};
export default Hero;