Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/movie-seat-booking/

README.md /cody/bradtraversy/vanillawebprojects/movie-seat-booking/README.md
4 Views
0 Comments
## Movie Seat Booking

Display movie choices and seats in a theater to select from in order to purchase tickets

## Project
index.html /cody/bradtraversy/vanillawebprojects/movie-seat-booking/index.html
6 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/vanillawebprojects/movie-seat-booking/script.js
3 Views
0 Comments
const container = document.querySelector('.container');
const seats = document.querySelectorAll('.row .seat:not(.occupied)');
co
style.css /cody/bradtraversy/vanillawebprojects/movie-seat-booking/style.css
5 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
box-sizing: border-box;
}

body {
background-