Initial commit with essential code files only
This commit is contained in:
10
pages/elements/links.js
Normal file
10
pages/elements/links.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function Links() {
|
||||
return (
|
||||
<div className="flex items-center">
|
||||
<p className="text-2xl pl-4 underline underline-offset-1 cursor-pointer">
|
||||
Lorem
|
||||
</p>
|
||||
<p className="text-2xl pl-4 cursor-pointer">Dolor</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user