Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. body {
  2. text-align: center;
  3. }
  4.  
  5. input[type=text]:focus {
  6. background-color: #FFE4B5;
  7. color: blue;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement