Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. .btn {
  2. /* display: inline-block; */
  3. align-self: flex-start /* new */
  4. position: relative;
  5. background: black;
  6. color: white;
  7. padding: 10px 40px 20px 15px;
  8. text-decoration: none;
  9. border: 1px solid black;
  10. margin: auto auto 10px 0px;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement