Advertisement
PlotnikovPhilipp

Untitled

Jun 7th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. header input {
  2. border: 2px solid green;
  3. width: 15%;
  4. height: 3.315508021390374331550802139037vh;
  5. margin-left: 4%;
  6. position: relative;
  7. }
  8.  
  9. header input::before {
  10. content: "";
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. right: 100%;
  15. bottom: 0;
  16. background-color: blue;
  17. width: 10%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement