<!DOCTYPE html> <style> .box { width: 200px; height: 200px; background-color: darkblue; } </style> <div class="box"></div>