Advertisement
isaacadams

html5

May 25th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initital-scale=1, shrink-to-fit=no">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <title>TITLE</title>
  8. <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css">
  9. <div class="min-h-screen bg-gray-900 flex items-center justify-center">
  10. <h1 class="text-6xl font-bold text-pink-500"></h1>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement