Guest User

Untitled

a guest
Nov 17th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // add a pop class to the html file first
  2. .pop{
  3. height: 50px;
  4. width: 40%;
  5. margin-left: 20px;
  6. border: 1px solid saddlebrown;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10.  
  11. }
Add Comment
Please, Sign In to add comment