Kuis 1 HTML & CSS

Nama: Fauzan Dzikri Rabbani NRP: 5025221311 Kelas: Pemrograman Web (A) Kuis 1 Tampilan Laman Web Source Code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <title>My Company</title> <style> *{ box-sizing: border-box; } body{ margin: 0px; height: 100%; background-color: #ebedf0; } footer { background-color: black; color: #fff; text-align: center; padding: 20px 0; ...