👩💻 Join our community of thousands of amazing developers!
Introduction In this assignment we were to fix the website for 'Spice Bowl' by editing the html and css provided. What happened Fix sb_payment.html file <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Spice Bowl Payment Form</title> <link href="sb_reset.css" rel="stylesheet" /> <link href="sb_styles.css" rel="stylesheet" /> <link href="sb_forms.css" r...