1 2 3 4 5 6 7 8 9 10
<!doctype html> <title>Example</title> <style> p { font-size: 5vw; padding: 0 5vw; line-height: 1.8em; } </style> <p>Hello World!</p>