Position Utilities
Utilities for position.
- HTML
<style> .Test-area { border: 1px solid black; height: 200px; width: 200px; } .Test-box { display: inline-block; height: 20px; width: 20px; } .Test-highlight { background: blue; } .Test-fixed { top: 200px; right: 200px; } </style>