diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.css b/1. Build a Passenger Counter App/18. What is a string?/index.css deleted file mode 100644 index 4560be6a..00000000 --- a/1. Build a Passenger Counter App/18. What is a string?/index.css +++ /dev/null @@ -1,38 +0,0 @@ -body { - background-image: url("station.jpg"); - background-size: cover; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - font-weight: bold; - text-align: center; -} - -h1 { - margin-top: 10px; - margin-bottom: 10px; -} - -h2 { - font-size: 50px; - margin-top: 0; - margin-bottom: 20px; -} - -button { - border: none; - padding-top: 10px; - padding-bottom: 10px; - color: white; - font-weight: bold; - width: 200px; - margin-bottom: 5px; - border-radius: 5px; -} - -#increment-btn { - background: darkred; -} - -#save-btn { - background: darkgreen; -} - diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.html b/1. Build a Passenger Counter App/18. What is a string?/index.html deleted file mode 100644 index c5609339..00000000 --- a/1. Build a Passenger Counter App/18. What is a string?/index.html +++ /dev/null @@ -1,12 +0,0 @@ - -
- - - -