Header image code for Alison


/ Published in: CSS
Save to your folder(s)

Place image in custom/images folder; add this code to custom.css. Delete .custom from selector if you think you have to. Also, you may have to resize the image a bit, though perhaos not.


Copy this code and paste it in your HTML
  1. .custom #header {
  2. background-image: url("images/header_new.jpg");
  3. background-repeat: no-repeat;
  4. background-size: 83.4em 20.2em;
  5. border-bottom: medium none;
  6. height: 20.2em;
  7. padding: 0;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.