Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to set box into another box using html and css

#first {
    width: 100px;
    height: 100px;
    background: red;
}
#first #second{
    width: 50%;
    height: 50%;
    background: green;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #box #box #html #css
ADD COMMENT
Topic
Name
3+3 =