Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> div.inner { width: 200px; height: 100px; padding: 20px; border: 1px solid orange; position: relative; left: 20%; } </style> <div class="inner">This 'div' is positioned using the CSS 'left' property. Try changing the values to see the effect it has on the position of the div.</div>
Preview