Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div id="tagcontainer"><img id="tagimg" src="img/tri.png"/></div>
  2.  
  3. #tagcontainer {
  4. width:100%;
  5. top:0;
  6. position:absolute;
  7. }
  8. #tagimg {
  9. position:relative;
  10. margin:auto;
  11. }
  12.  
  13. #tagimg {
  14. display:block;
  15. position:relative;
  16. margin:auto;
  17. }
  18.  
  19. #tagcontainer {
  20. width:100%;
  21. position:absolute;
  22. }
  23. #tagimg {
  24. width:[imagewidth]px;
  25. top:0;
  26. position:relative;
  27. margin:auto;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement