<!DOCTYPE html> <html> <head> <style> .text { font-size: 100px; } </style> </head> <body> <div class="text">A B</div> </body> </html>