Html CSS Landing Page Template Green Color Copy Cord <!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.0"> <title>HTML VS CSS</title> <STyle> body { background: rgb(0, 0, 0); font-size: 100%; font-family: 'Roboto', sans-serif; font-weight: 300; color: white; text-align: center; } progress { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 20px; height: 3vw; width: 100%; background: #1A3344; border: none; } progress::-moz-progress-bar { border-radius: …