OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be three vertical lines below.</p> | |
3 <div style="height:50px;"> | |
4 <div style="float:left; height:100%; width:50px; padding-right:3px; border-r ight:3px solid;"></div> | |
5 <div style="float:left; height:100%; width:50px; padding:0 3px; border-right :3px solid;"></div> | |
6 <div style="float:left; height:100%; width:50px; padding:0 3px; border-right :3px solid;"></div> | |
7 </div> | |
OLD | NEW |