Skip to content
Snippets Groups Projects
Commit 39b7f43d authored by Muba006's avatar Muba006
Browse files

start build registation form balance

parent 0365f091
No related branches found
No related tags found
No related merge requests found
import React from 'react' import React from "react";
function Seller_reg() { function Seller_reg() {
return ( return (
<> <>
<p className="text-9xl">heloo</p> <div className="bg-[#E9FAFF] flex w-full h-svh justify-center md:justify-normal font-montserrat">
<div className="m-10 md:m-20 text-[#030A1E] text-center md:text-start ">
<p className="font-[300px] md:font-[600px] text-[24px] md:text-[48.31px] ">OMPOI-Seller</p>
</div>
</div>
</> </>
); );
} }
......
...@@ -50,7 +50,7 @@ function Seller_login() { ...@@ -50,7 +50,7 @@ function Seller_login() {
<h1 className="text-[48.31px] font-[700px] text-[#030A1E] self-start">OMPOI - Seller</h1> <h1 className="text-[48.31px] font-[700px] text-[#030A1E] self-start">OMPOI - Seller</h1>
</div> </div>
<div className="flex flex-col md:flex-row items-center justify-center w-full max-w-5xl bg-[#FFFFFF] p-2 rounded-[32.6px] shadow-lg"> <div className="flex flex-col md:flex-row items-center justify-center w-screen h-screen bg-[#FFFFFF] p-2 rounded-[32.6px] shadow-lg">
{/* Left Section - Image */} {/* Left Section - Image */}
<div className="w-full md:w-1/2 flex justify-center md:pr-8 relative"> <div className="w-full md:w-1/2 flex justify-center md:pr-8 relative">
<img src={key} alt="Login Illustration" className="max-w-xs md:max-w-sm p-2" /> <img src={key} alt="Login Illustration" className="max-w-xs md:max-w-sm p-2" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment