DEV Community

0 seconds of 2 minutes, 30 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
02:30
 
Souvik Paul
Souvik Paul

Posted on • Edited on

3 1

Easy Tailwind CSS Trick to Create Responsive Websites in 1 Minute

In this video, I've talked about how you can build and deploy a professional website in just 5 minutes. In this video, I've talked about TailBlocks. It's a project build with Tailwind CSS. It's basically a library of readymade web components created by using Tailwind CSS.

How to use Repl, the online IDE?

Watch: https://youtu.be/6c5T5TiGJk4

Watch more videos:

Now: https://bit.ly/3uDiFUs

Instructions:

--- Build ---

  1. Copy the Tailwind CDN
  2. https://tailwindcss.com/
  3. Paste inside 'HTML head'
  4. Copy component's code
  5. https://tailblocks.cc/
  6. Paste inside 'HTML body'

--- Deploy---

  1. Head over to Netlify and Sign Up.
  2. https://www.netlify.com/
  3. Click on 'Site'
  4. Drag and drop your 'project folder'
  5. Go to 'Deploy' to update your website
  6. Enjoy.

Timestamps:

00:00 - Intro
00:18 - What is Tailblocks?
00:27 - Step 1: Create a New Project
00:43 - Step 2: Add the CDN
00:55 - Step 3: Pick a Web Component
01:10 - Step 4: Commit your changes
01:22 - Step 5: Deploy
02:03 - Outro
02:11 - Disclaimer

Thank you for watching :)

Watch my other videos:

Screenshot Hack: https://youtu.be/XPd2PtHpKnE
Internet of Things: https://youtu.be/ktrY7jSkyOU
Best Image API: https://youtu.be/exONWV2Y3hQ
Remove Bg: https://youtu.be/ittFg7dZmcQ

Let's talk:

Instagram: https://instagram.com/amisouvikpaul
Twitter: https://twitter.com/thesouvikpaul
Facebook: https://fb.com/thesouvikpaul
FB Page: https://fb.com/amisouvikpaul

Thank you for reading.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (1)

Collapse
 
moopet profile image
Ben Sinclair
img {
  max-width: 100%;
}
Enter fullscreen mode Exit fullscreen mode

If you write HTML, that'll do you well for everything except tables.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay