Skip to content

Commit

Permalink
fa
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Apr 9, 2024
1 parent c1db658 commit 9dee1e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion form3.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<link href="./output.css" rel="stylesheet">
<title>form3</title>
<style>
#hello{
background-image: url(./assets/svg-images/blurry-gradient.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>


</head>

<body>
<main>
<div class="m-auto flex h-max border-2 border-orange-500 bg-[#242424] sm:h-[120vh] md:h-screen">
<div id="hello" class="m-auto flex h-max border-2 border-orange-500 bg-[#242424] sm:h-[120vh] md:h-screen">
<div
class="m-auto h-max w-screen items-center justify-center rounded-sm border-red-500 shadow-2xl shadow-[] sm:flex sm:w-[85vw] md:h-[85vh]">
<div class="ha m-4 flex flex-col justify-center p-2 sm:w-[60vw] md:h-full">
Expand Down

0 comments on commit 9dee1e7

Please sign in to comment.