Jump to content

chase klingel

Members
  • Posts

    1
  • Joined

  • Last visited

chase klingel's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I'm trying to extend my background-image across the entire webpage to act as a header. Image it as the blue header that facebook has at the top of their page. For some reason there is white space to the left of the background image, but the right extends all the way to the end of the web browser. I want to extend the background image all the way to the right side of the browser as well. Can you help with my code? HTML <!DOCTYPE html><html><head><link rel="stylesheet" type="text/css" href="style.css"></head><body> <div id="container"> <div class="stuff"> <img src="black.png" id="black"></body></html> CSS #container { white-space: nowrap; position: relative;}.stuff { min-width: 100%;} trying.html styling.css
×
×
  • Create New...