1 2 3 4 5 6 7
<!DOCTYPE html> <style> :root { font-size: 32px; } body { font-size: 16px; } .y { width: 1rem; height: 1rem; background-color: blue; } </style> <div><div class=y></div></div>