I am trying to make a box that is 100% width and currently undetermined height of pixels. The thing is my code at the top of the css file is:
Simple CSS help required
9
I am trying to make a box that is 100% width and currently undetermined height of pixels.
The thing is my code at the top of the css file is:
I imagine that this shrinks the size of the box until it reaches the height of the text.
Is there a way that I can continue to use the above text but have it stop half way in the doc??
Here is the current full code:
Haven't done this for a while so I keep making silly little mistakes only to figure them out a few minutes later.
The thing is my code at the top of the css file is:
Code:
*{
margin: 0px;
padding: 0px;
background: #FFF;
} Is there a way that I can continue to use the above text but have it stop half way in the doc??
Here is the current full code:
Code:
*{
margin: 0px;
padding: 0px;
background: #FFF;
}
#big_wrapper{
text-align: center;
}
h1{
font: bold 26px Tahoma;
font-weight:normal;
}
h2{
font: bold 20px Tahoma;
font-weight:normal;
}
h3{
font: bold 20px Tahoma;
font-weight:normal;
}
#logo {
width:100%;
height: 5%;
background-color: blue;
} - htmlthis
- [1] reply
- IMstarter
- htmlthis
- htmlthis
- [ 1 ] Thanks
- [1] reply
- IMstarter
- [1] reply
Next Topics on Trending Feed
-
9