Jump to content

CoderNathan

Members
  • Posts

    1
  • Joined

  • Last visited

CoderNathan's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. This is my code: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> a { text-decoration: none; display: inline-block; padding: 8px 16px; } a:hover { background-color: #ddd; color: black; } .previous { background-color: DodgerBlue; color: black; } .next { background-color: DodgerBlue; color: black; } .round { border-radius: 50%; } </style> </head> <body> <a href="#" class="previous">&laquo; Previous</a> <a href="#" class="next">Next &raquo;</a> </body> </html>
×
×
  • Create New...