Guest User

Untitled

a guest
Mar 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <div id="header" class="header">
  2. <img src="http://uvovng.000webhostapp.com/wp-admin/images/gerb1.png" width="150" height="160"/>
  3. </div>
  4.  
  5. <style>
  6. .header img {
  7. width: 10%;
  8. }
  9. <style>
  10.  
  11. <img id="header-img" src="...">
  12.  
  13. #header-img {
  14. width:10%;
  15. }
  16.  
  17. <img class="header-img" src="...">
  18.  
  19. .header-img {
  20. width:10%;
  21. }
Add Comment
Please, Sign In to add comment