👩💻 Join our community of thousands of amazing developers!
Introduction In this assignment we were to fix the website for 'Tulsa's Summer Party' by editing the html and css provided. What happened Fix tny_july.html file <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Tulsa's Summer Party</title> <link href="tny_base.css" rel="stylesheet" /> <link href="tny_layout.css" rel="stylesheet" /> <script src="tny_time...