From 8d9b72deb5abd8801976aaf2d7d64a8c337f7258 Mon Sep 17 00:00:00 2001 From: RyxnWxng <113477352+RyxnWxng@users.noreply.github.com> Date: Thu, 23 Mar 2023 01:25:25 -0400 Subject: [PATCH] finished challenge --- index.html | 27 ++++++++++++++++++++++++++- style/index.css | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 72 insertions(+), 2 deletions(-) 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; + +} +