10 lines
171 B
HTML
10 lines
171 B
HTML
|
|
<!DOCTYPE html><html><head><style>
|
||
|
|
#box1 {
|
||
|
|
display: table;
|
||
|
|
}
|
||
|
|
|
||
|
|
#box2 {
|
||
|
|
display: table;
|
||
|
|
padding: 100%;
|
||
|
|
}
|
||
|
|
</style></head><body><div id="box1"><div><div id="box2">
|