Stylistic changes, changed title, and added text to "Why Glink?"

section
php
Aadhavan Srinivasan 1 year ago
parent 2eab219228
commit 7e83624043

@ -5,7 +5,7 @@ session_start();
<html id="html-tag" lang="en" class="py-[0%] my-[0%]"> <html id="html-tag" lang="en" class="py-[0%] my-[0%]">
<head class="py-0 my-0 h-0"> <head class="py-0 my-0 h-0">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Home</title> <title>GLink</title>
<link rel="stylesheet" href="output.css"> <link rel="stylesheet" href="output.css">
</head> </head>
<body class="w-full my-[0%] py-[0%] px-[10%] h-full bg-gray-300 dark:bg-black"> <body class="w-full my-[0%] py-[0%] px-[10%] h-full bg-gray-300 dark:bg-black">
@ -71,14 +71,14 @@ session_start();
<!-- 3 column end --> <!-- 3 column end -->
<!-- why start --> <!-- why start -->
<div class="w-full flex bg-[#eab30e] flex-col items-center justify-center rounded-lg shadow-lg shadow-gray-800"> <div class="w-full flex bg-[#eab30e] flex-col items-center justify-center rounded-lg shadow-lg shadow-gray-800">
<div class=" h-auto mt-8 text-4xl md:text-5xl lg:text-6xl flex flex-wrap w-full justify-end pr-16"> <div class=" h-auto mt-8 text-4xl md:text-5xl lg:text-6xl w-full justify-end pl-8">
<h1 class="font-serif font-bold underline"> <h1 class="font-serif font-bold underline">
Why GLink? Why GLink?
</h1> </h1>
</div> </div>
<div class="py-8 max-w-lg sm:flex-grow-0 flex pr-16 flex-wrap self-end justify-end "> <div class="py-8 max-w-lg sm:flex-grow-0 flex pr-16 flex-wrap self-end justify-end ">
<p class="text-lg md:text-xl lg:text-2xl text-right"> <p class="text-lg md:text-xl lg:text-2xl">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. A ab delectus dolor, dolorem dolorum et facilis, illum ipsam, natus nobis nulla quam repellat saepe! Aperiam doloremque harum laudantium repellendus tempora! If you're looking to create a shortened URL for a signup form, an event invitation, or anything else, this service is for you!
</p> </p>
</div> </div>
</div> </div>

Loading…
Cancel
Save