diff --git a/index.html b/index.html index d01f779ff..8303ad174 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,33 @@ Document + - +
+

RYAN WANG

+ +

Introduction to my projects

+

filler

+ +
+
+ + + + +
+ My projects +
+
+ + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..0ac74d5b6 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,46 @@ -/* Add CSS styling here */ \ No newline at end of file +/* Add CSS styling here */ +.topsection { + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; +} + +footer { + background-color: lightgrey; + text-align: center; + padding: 25px; +} + +.row{ + display: flex; + flex-direction: row; + justify-content: space-evenly; + padding: 25px; + +} + +.discription { + width: 200px; + text-align: center; + padding: 20px; +} +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; + +} +