Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> nav { font-size: 0; } nav a { display: inline-block; background: #1c87c9; font-size: 25px; color: white; font-weight: bold; text-decoration: none; } </style> </head> <body> <nav> <a href="#">W</a> <a href="#">3</a> <a href="#">docs</a> </nav> </body> </html>