Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.     <title>Document</title>
  9. </head>
  10. <body>
  11.  
  12.  
  13.    
  14. <button class="border border-indigo-dark bg-blue text-white hover:bg-indigo-dark py-3 px-5 rounded inline-flex items-center pt-3 pb-3 mt-4 my-4 ml-4 mr-4 ">
  15.     <svg class="fill-current w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg>
  16.     <span>Download</span>
  17. </button>
  18.  
  19.  
  20. <div class="inline-flex bg-grey  w-1/2  ">
  21.                    
  22.     <div class="flex-1  "><img src="hh.jpg" width="200max"
  23.    
  24.    </div>  
  25.        
  26.             <div class="flex flex-col>
  27.        
  28.             </div>
  29. </div>
  30.  
  31.    
  32.    
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement