NSA
sudo apt-get thefuckout.tar.gz
- Dec 9, 2011
- 715
- 86
Hello,
I am trying to create a box with a header and contents.
The header above the box is way too thick and I'm trying to use the height property but it's just not working. The box containing the header just isn't budging. Here is some of my code:
#header_box{
text-align:center;
border:solid;
border-color:transparent;
background-color:#35B5E8;
width:20%;
height:12%;
border-top-left-rais?dius:15px;
border-top-right-radius:15px;
}
#box_contents{
border:solid;
border-color:#35B5E8;
width:20%;
height:20%;
}
Also, here is a screenshot.
Can anyone help me with this?
I am trying to create a box with a header and contents.
The header above the box is way too thick and I'm trying to use the height property but it's just not working. The box containing the header just isn't budging. Here is some of my code:
#header_box{
text-align:center;
border:solid;
border-color:transparent;
background-color:#35B5E8;
width:20%;
height:12%;
border-top-left-rais?dius:15px;
border-top-right-radius:15px;
}
#box_contents{
border:solid;
border-color:#35B5E8;
width:20%;
height:20%;
}
Also, here is a screenshot.
Can anyone help me with this?