diff --git a/airbnb/images/Experiences.png b/airbnb/images/Experiences.png
new file mode 100644
index 0000000..b2968ce
Binary files /dev/null and b/airbnb/images/Experiences.png differ
diff --git a/airbnb/images/Homes.png b/airbnb/images/Homes.png
new file mode 100644
index 0000000..302c2c0
Binary files /dev/null and b/airbnb/images/Homes.png differ
diff --git a/airbnb/images/Restaurants.png b/airbnb/images/Restaurants.png
new file mode 100644
index 0000000..813f062
Binary files /dev/null and b/airbnb/images/Restaurants.png differ
diff --git a/airbnb/images/background-airbnb.png b/airbnb/images/background-airbnb.png
new file mode 100644
index 0000000..7fbad23
Binary files /dev/null and b/airbnb/images/background-airbnb.png differ
diff --git a/airbnb/index.html b/airbnb/index.html
index 4884712..0adf11d 100644
--- a/airbnb/index.html
+++ b/airbnb/index.html
@@ -1 +1,54 @@
+
+
+
+
+
Computer & Technology Books
+
Browse a wide selection of
+ programming guides,
+ android resources,
+ and Java books.
+
+
+
Shop by category
+
+
+
+
Come help us make collaboration even better
+
+ At GibHub we build the tools that make collaborating and writing software easier for everyone.
+ We've build a company we truly love working for, and we think you will too.
+
+
+
+
+
About Us
+
The Team
+
Kevin Systrom (CEO, co-founder)
+
+ Kevin Systrom (@kevin) is the CEO and co-founder of Instagram,
+ a community of more than 1 billion who capture and share the world’s moments on the service.
+ He is responsible for the company’s overall vision and strategy as well as day-to-day operations.
+
+
+ Since the beginning, Kevin has focused on simplicity and inspiring creativity through solving problems with thoughtful product design.
+ As a result, Instagram has become the home for visual storytelling for everyone from celebrities,
+ newsrooms and brands, to teens, musicians and anyone with a creative passion.
+
+
+ Prior to founding Instagram, Kevin was part of the startup Odeo, which later became Twitter,
+ and spent two years at Google working on products like Gmail and Google Reader.
+ He graduated from Stanford University with a BS in Management Science & Engineering
+ and serves on the boards of Walmart and KCRW.
+
+
+
Mike Krieger (CTO, co-founder)
+
+ Mike Krieger (@mikeyk) is the CTO and co-founder of Instagram,
+ a global community of 1 billion. As the head of engineering,
+ Mike focuses on building products that bring out the creativity in all of us.
+
+
+ A native of Sao Paulo, Brazil,
+ Mike holds an MS in Symbolic Systems from Stanford University.
+ Prior to founding Instagram,
+ he worked at Meebo as a user experience designer and front-end engineer.
+
+
+
+
+
diff --git a/instagram/styles.css b/instagram/styles.css
index b9ad8b6..66d3f1e 100644
--- a/instagram/styles.css
+++ b/instagram/styles.css
@@ -1 +1,49 @@
/* Add your CSS here */
+
+* {
+ box-sizing: border-box;
+}
+
+.content {
+ display: block;
+ width: 600px;
+ background-color: white;
+ border-top: 1px solid gray;
+ border-right: 1px solid gray;
+ border-bottom: 1px solid gray;
+ border-left: 1px solid gray;
+ border-radius: 1px;
+ padding: 50px;
+ width: 60%;
+ margin-left: 20%;
+ height: 100%;
+}
+
+.side-menu {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
+ position: absolute;
+ border-top: 1px solid gray;
+ border-left: 1px solid gray;
+ border-radius: 1px;
+ width: 20%;
+ height: 62.6%;
+}
+
+.side-menu ul {
+ list-style: none;
+}
+
+.side-menu p {
+ color: darkgray;
+}
+
+.side-menu a {
+ color: darkgray;
+}
+
+.side-menu a:hover {
+ color: black;
+ border-left: 3px solid black;
+}
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..8ded479 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,37 @@
+
+
+
+
+
Computers have become a major factor in the development
+ and operation of the modern industry.
+ From providing means of communications, to operating machines,
+ to facilitating international commerce, to systems animation,
+ computers and their related software programs makes things possible.
+
+
+
+
diff --git a/stevens-college/styles.css b/stevens-college/styles.css
index b9ad8b6..c43ccf2 100644
--- a/stevens-college/styles.css
+++ b/stevens-college/styles.css
@@ -1 +1,68 @@
/* Add your CSS here */
+body {
+ box-sizing: border-box;
+ border-block-width: auto;
+}
+
+.title {
+ align-content: center;
+ color: black;
+ font-size: 40px;
+}
+
+.video {
+ height: 450px;
+ width: 850px;
+ border: 1px solid black;
+ align-content: center;
+
+}
+
+.list {
+ justify-content: center;
+}
+
+.list a {
+ color: white;
+}
+
+.list a:hover {
+ background-color: white;
+ color: darkred;
+}
+
+.list1 {
+ background-color: darkred;
+ color: white;
+ padding: 10px 20px;
+ text-align: center;
+ display: inline-block;
+ font-size: 20px;
+ }
+
+.list2 {
+ background-color: darkred;
+ color: white;
+ padding: 10px 20px;
+ text-align: center;
+ display: inline-block;
+ font-size: 20px;
+ }
+
+.list3 {
+ background-color: darkred;
+ color: white;
+ padding: 10px 20px;
+ text-align: center;
+ display: inline-block;
+ font-size: 20px;
+}
+
+.thep {
+ background-color: white;
+ color: black;
+ font-size: 20px;
+ justify-content: center;
+ align-content: center;
+
+}