Skip to content

Commit

Permalink
algorihtm link
Browse files Browse the repository at this point in the history
  • Loading branch information
Edurz135 committed Dec 5, 2023
1 parent 2376b54 commit e265258
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions src/pages/home/algorithmSection/algorithm.section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@ import React from "react";
// import "./home.section.css";
export default function AlgorithmSection() {
return (
<div>
<section className="relative min-h-screen bg-cprimary" id="algorithm">
<div className="absolute h-full w-full p-20 z-50">
<div className="h-full flex flex-column justify-around">
<div>
</div>
<section className="h-screen bg-con-primary" id="algorithm">
<div className="h-full p-20 z-50 flex items-center justify-center">
<div>
<div className="flex flex-column align-center text-center font-fdecorated">
<a
className="text-con-secondary text-center text-2xl leading-none no-underline"
href="/editor"
target="_blank"
>
<p>TRY</p>
<p>DIJKSTRA</p>
<p>EDITOR</p>
</a>
</div>
</div>
</section>
</div>
</div>
</section>
);
}

0 comments on commit e265258

Please sign in to comment.