diff --git a/amazon/index.html b/amazon/index.html
index 4884712..1f893c2 100644
--- a/amazon/index.html
+++ b/amazon/index.html
@@ -1 +1,59 @@
-
+
+
+
+
+
+
+
+
+
diff --git a/amazon/styles.css b/amazon/styles.css
index b9ad8b6..4ba43c3 100644
--- a/amazon/styles.css
+++ b/amazon/styles.css
@@ -1 +1,65 @@
-/* Add your CSS here */
+*, *::after, *::before {
+ box-sizing: border-box;
+ }
+ body {
+ font-family: sans-serif;
+ }
+
+ header h1{
+ color: #ff9900;
+ }
+
+ header p{
+ margin 0.5 top;
+ }
+
+.links li{
+ width: 80%;
+
+ }
+ .links ul{
+ display: flex;
+ width: 75%;
+ margin: 5 rem auto 5 rem auto;
+ font-size: 0.5 rem;
+ justify-content: space-between;
+
+ }
+
+ li {
+ display: inline;
+ list-style: none;
+ }
+
+ .pictures li{
+ width: 80%;
+
+ }
+ .pictures ul{
+ display: flex;
+ width: 80%;
+ margin: 5 rem auto 5rem auto;
+
+ }
+ .pictures a {
+ font-size: 1 rem;
+ }
+
+ .pictures {
+ display: inline;
+ list-style: none;
+ }
+
+ .links2 li{
+ width: 80%;
+
+ }
+ .links2 ul{
+ display: flex;
+ width: 80%;
+ margin: 5 rem auto 5rem auto;
+ justify-content: space-between;
+ }
+ .links2 a {
+ font-size: 1 rem;
+ }
diff --git a/github/index.html b/github/index.html
index 4884712..6d2c5c5 100644
--- a/github/index.html
+++ b/github/index.html
@@ -1 +1,43 @@
-
+
+
+
+
+ GitHub
+
+
+
+
+
+
+
+
+
+ A diverse and inclusive workplace
+ At GitHub, we think that a diverse company is a strong company, and
+ we work hard to foster a supportive and welcoming workplace. Learn
+ more about our commitment to diversity and inclusion and see our
+ current demographic data .
+
+
+ Work happier
+ Build amazing things with autonomy, self-direction, and a healthy
+ work-life balance. We offer flexible work schedules for all of
+ our employees and unlimited PTO. We also believe that if a job allows for it,
+ you should work wherever you're happiest .
+
+
+
\ No newline at end of file
diff --git a/github/styles.css b/github/styles.css
index b9ad8b6..e989032 100644
--- a/github/styles.css
+++ b/github/styles.css
@@ -1 +1,48 @@
-/* Add your CSS here */
+*, *::after, *::before {
+ box-sizing: border-box;
+ }
+ body {
+ font-family: sans-serif;
+ }
+ h1 {
+ text-align: center;
+ margin-top: 8rem;
+ font-size: 3rem;
+ width: 60%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ li {
+ display: inline;
+ list-style: none;
+ }
+ ul {
+ padding-left: 0;
+ }
+ a {
+ text-decoration: none;
+ }
+ header p {
+ width: 70%;
+ font-size: 1.5rem;
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+ }
+ nav {
+ position: absolute;
+ top: 0;
+ }.links li{
+ display: block;
+ width: 30%;
+ text-align: center;
+ }
+ .links ul{
+ display: flex;
+ width: 50%;
+ margin: 3rem auto 4rem auto;
+ justify-content: space-around;
+ }
+ .links a {
+ font-size: 1.2rem;
+ }
diff --git a/stevens-college/index.html b/stevens-college/index.html
index 4884712..808eb84 100644
--- a/stevens-college/index.html
+++ b/stevens-college/index.html
@@ -1 +1,56 @@
-
+
+
+
+ stevens-college
+
+
+
+
+ Computer Software Engineering Technology
+
+
+
+
+
+ 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..6e45dde 100644
--- a/stevens-college/styles.css
+++ b/stevens-college/styles.css
@@ -1 +1,27 @@
-/* Add your CSS here */
+.title {
+display: block;
+font-size: 6rem;
+font-weight: 800;
+margin: 0;
+padding-right: 2000;
+}
+
+.cat-photo{
+width: 608px;
+height: 340px;
+margin-left: 5px;
+}
+
+a{
+ border: solid #a6093d;
+ margin: 30px;
+ display: inline-block;
+ box-sizing: border-box;
+ width: 140px;
+ height: 45px;
+ text-align: center;
+ background-color: #a6093d;
+ color: #ffffff;
+padding: 10px;
+}
+