Guest User

Untitled

a guest
May 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. <style>
  2. input {
  3. outline:none;
  4. padding:15px;
  5. font-size:18px;
  6. }
  7. input:focus {
  8. box-shadow: 0px 0px 5px 2px #B1BFDA;
  9. -webkit-box-shadow: 0px 0px 5px 2px #B1;
  10. border-color: #2a5476 #8ea6b5 #b6d8ec;
  11. border:solid 1px;
  12.     color: #111111;
  13. }
  14. </style>
  15. <input style="">
Add Comment
Please, Sign In to add comment