Make a website with Html and Css
Make a website using html and css Get the design Html and Css code below | *Copy and paste your code editor. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HTML</title> <!-- HTML --> <!-- Custom Styles --> <link rel="stylesheet" href="style.css"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"> *{ margin: 0px; padding: 0px; } .sectionHead { width: 100vw; height: 50vh; } .menuDiv { width: 100vw; height: 5rem; display: flex; position: fixed; ...