Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .outer { background: gold; height: 150px; width: 150px; padding: 20px; } .inner { background: orange; height: 80%; } </style> <div class="outer"> <div class="inner"></div> </div>
Preview