Skip to content

Dev #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions tailwind.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
class="block md:inline-block px-4 py-3 no-underline text-grey-darkest hover:text-grey-darker">About</a>
</li>
</ul>
<div>
<form class="w-full max-w-sm lg:mt-0 mt-4">
<div class="flex items-center border border-gray-300 rounded overflow-hidden">
<input class="appearance-none bg-transparent border-none w-full text-gray-700 mr-3 py-1 px-2 leading-tight focus:outline-none" type="search" placeholder="Search" aria-label="Search">
<button class="flex-shrink-0 bg-gray-500 hover:bg-gray-700 border-gray-500 hover:border-gray-700 text-sm border-4 text-white py-1 px-2" type="button">
Search
</button>
</div>
</form>
</div>
</nav>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
Expand Down Expand Up @@ -57,9 +67,7 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Welco
<h2 class="text-2xl font-medium text-gray-900 title-font mb-2">Lorem ispum</h2>
<p class="leading-relaxed">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.</p>
laboris nisi ut aliquip ex ea commodo consequat. </p>
<a href="blogpost.html" class="text-blue-500 inline-flex items-center mt-4">Read more &rarr;
</a>
</div>
Expand Down