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