Stylistic changes, changed title, and added text to "Why Glink?"
section
This commit is contained in:
@@ -5,7 +5,7 @@ session_start();
|
||||
<html id="html-tag" lang="en" class="py-[0%] my-[0%]">
|
||||
<head class="py-0 my-0 h-0">
|
||||
<meta charset="UTF-8">
|
||||
<title>Home</title>
|
||||
<title>GLink</title>
|
||||
<link rel="stylesheet" href="output.css">
|
||||
</head>
|
||||
<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 -->
|
||||
<!-- why start -->
|
||||
<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">
|
||||
Why GLink?
|
||||
</h1>
|
||||
</div>
|
||||
<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">
|
||||
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!
|
||||
<p class="text-lg md:text-xl lg:text-2xl">
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user