diff --git a/index.html b/index.html new file mode 100644 index 0000000..d3c6c63 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + CherryKitten Freecodecamp Projects + + + + + + +

CherryKitten Freecodecamp Projects

+

This is just a quick linklist to the Projects, probably will be made prettier once there are more.

+

Responsive Web Design

+ Survey Form + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..12099e0 --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +body { + background-color: grey; +} \ No newline at end of file