About
Explore
Events & Classes
Support Us
Join
Sign In
usertoy
View Project Page
Run
Fullscreen
usertoy s code project 8
HTML
CSS
JS
<!DOCTYPE html> <html> <style> body { font-size: 20px; } </style> <body> <span style='font-size:100px;'>🌮</span> <p>I will display ðŸ¯</p> <p>I will display ðŸŒ</p> </body> </html>