Postingan

Menampilkan postingan dari November, 2018

Tugas 2 individu MK WebProg

Gambar
<!DOCTYPE html> <html> <head> <style type="text/css"> body { background: url(ini.jpg) no-repeat fixed;    -webkit-background-size: 100% 100%;    -moz-background-size: 100% 100%;    -o-background-size: 100% 100%;    background-size: 100% 100%; } table {     border-collapse: collapse;     width: 100%; } th, td {     text-align: left;     padding: 10px; } tr:nth-child(even) {background-color: #f2f2f2f2;} </style> <title>Toko Helm</title> </head> <div class="header"><center> <div style="background: #9fc5e8; color:#0000cc; padding: 10px 20px 30px 25px; text-align: center; font-family: impact; font-size: 30px; width: 400px; border: 4px outset #3d85c6; border-radius:15px; -moz-box-shadow: 0px 0px 5px 4px #6fa8dc; -webkit-box-shadow: 0px 0px 5px 4px #6fa8dc; box-shadow: 0px 0px 5px 4px #6fa8dc"> Helm Aman </center...