Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>Card</title>
  5.         <link href="style.css" rel="stylesheet">
  6.     </head>
  7.     <body>
  8.         <div id = '#root'>
  9.             <div class = 'card'><input/></div>
  10.         </div>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement