Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=fire"> <style> body { font-family: "Sofia", sans-serif; taille-de-police: 30px; } </style> </head> <body> <h1 class="font-effect-fire">Sofia en feu</h1> <p class="font-effect-fire">Lorem ipsum dolor sit amet.</p> <p class="font-effect-fire">123456790</p> </body> </html>