diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..8dd47cc225 Binary files /dev/null and b/.DS_Store differ diff --git a/index.html b/index.html index d01f779ffe..f794208acd 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,96 @@ Document + - +
+

Hy G Pham

+ +
+ +
+ leftbigpic +
+

Hy Pham

+ +

Here are my projects that I have done over the course of my coding journey.

+
+
+ +
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+
+ leftbigpic +

Portfolio Piece

+
+
+
+ +
+ + + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e535149..566fb3cf70 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,98 @@ -/* Add CSS styling here */ \ No newline at end of file +/* Add CSS styling here */ + +header{ + background-color: lightgrey; + padding: 20px; + margin-bottom: 15px; +} + +footer{ + background-color: lightgrey; + text-align: center; + padding: 20px; +} + +.topsection{ + display: flex; + flex-direction: row; +} + +.description{ + padding: 20px; + width: 50%; +} + +.row{ + display: flex; + flex-direction: row; + justify-content: space-evenly; + padding: 20px; +} + +.porfolio-element{ + text-align: center; +} + +button{ + background-color: white; + color: black; + border: black solid 1px; + padding: 5px 10px; +} + +button:hover{ + background-color: black; + color: white; + border: white solid 1px; +} +button a{ + text-decoration: none; + color: inherit; +} + +@media(max-width: 800px){ + +} + +@media(max-width: 500px) { + header{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } + nav{ + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + button{ + width: 40%; + margin: 1% 0; + } + .topsection{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + } + .description{ + align-items: center; + justify-content: center; + display: flex; + flex-direction: column; + width: 60%; + text-align: center; + } + .row{ + display: flex; + flex-wrap: wrap; + justify-content: space-around; + } + .row div{ + width: 40%; + margin: 2% 0; + } +} \ No newline at end of file