Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. li:target {
  2. position: relative;
  3. width:222px;
  4. height: 222px;
  5. z-index:1;
  6. border: 1px solid red;
  7. }
  8.  
  9. position: absolute;
  10. top: 20px;
  11.  
  12. position: fixed;
  13. top: 20px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement