Latihan Mandiri Membuat Website
Link Hasil: https://jasmineaziza.onrender.com source code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Jasmine Aziza - Portfolio</title> <style> body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 20px; background-color: #f4f4f4; color: #333; } header { display: flex; align-items: center; background-color: #4CAF50; ...
Comments
Post a Comment