skip to Main Content

Html – Is there any easy way to make the spacing between the buttons look more professional without taking 4 hours?

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Puggy Adventure Website</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body style="background-color: rgb(237, 227, 227);"> <header> <section> <h1 style="position:absolute; display: flex; top: 0%; left: 2%; color:rgb(182, 21, 185); font-style: italic;"><strong>Puggy Adventures</strong></h1>…

VIEW QUESTION
Back To Top
Search