diff --git a/airbnb/index.html b/airbnb/index.html
index 4884712..6038011 100644
--- a/airbnb/index.html
+++ b/airbnb/index.html
@@ -1 +1,34 @@
-
+
+
+
+
+
+
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 anymore 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 Walmark and KCRW.
+
+
+
Mike Krieger (Co-founder)
+
+
+ Mike Krieger (@mikeyk) is the co-founded of Instagram, a global community of more than 1 Billion. As the head of engineersing, Mike focused on building that bring out the creativity in all of us.
+
+
+
+ A native of São 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..9e58e04 100644
--- a/instagram/styles.css
+++ b/instagram/styles.css
@@ -1 +1,45 @@
-/* Add your CSS here */
+
+* {
+ box-sizing: border-box;
+}
+
+.sidebar {
+ display: flex;
+ justify-content: flex-start;
+ flex-direction: column;
+ float: left;
+ border: solid 1px lightgray;
+ width: 20%;
+ height: 800px;
+ padding: 10px;
+ }
+
+ .navigation {
+ list-style: none;
+ }
+
+ h6, h5 {
+ font-size: 25px;
+ color: gray;
+ }
+
+.main {
+ display: flex;
+ justofy-content: flex-start;
+ flex-direction: column;
+ padding: 20px;
+ margin-left: 5px 5px 0px 0px;
+ border: solid 1px lightgray;
+ width: 80%;
+ height: 800px;
+
+}
+
+ul {
+ font-size: 20px;
+ display; flex;
+}
+
+li {
+ text-decoration: none;
+}
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..f81e6cf 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,31 @@
-
+
+
+
+
+
+ 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..4840b4c 100644
--- a/stevens-college/styles.css
+++ b/stevens-college/styles.css
@@ -1 +1,39 @@
-/* Add your CSS here */
+.Header {
+ display: flex;
+ justify-content: flex-start;
+ flex-direction: column;
+ font-size: 80px;
+ text-transform: uppercase;
+ font-family: Sans-serif;
+ word-wrap: break-word;
+}
+
+img {
+ height: 350;
+ width: 100%;
+}
+
+
+li {
+ display: inline-block;
+ background-color: #7d3333;
+ color: white;
+ margin: 0 0 1em 0;
+ font-size: 20px;
+ padding: 5px;
+ text-align: center;
+}
+
+.navigation {
+ display: flex;
+ justify-content: space-around;
+ flex-direction: row;
+}
+
+a {
+ color: white;
+}
+
+.text {
+ font-size: 28px;
+}