diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..47be6ef --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Second Portfolio Website + + + + + \ No newline at end of file diff --git a/javascript/script.js b/javascript/script.js new file mode 100644 index 0000000..e69de29 diff --git a/styles/css/styles.css b/styles/css/styles.css new file mode 100644 index 0000000..e0da278 --- /dev/null +++ b/styles/css/styles.css @@ -0,0 +1,16 @@ +/* + +README PLEAAAAAAAAAASE!!! +This is our css file where we will apply our custom design to html tags +Please start by commenting your name before working on this file +See the basic example with the body tag + +*/ + +/* DESGIN OF THE BODY, DONE BY ADMIN & SECOND ADMIN*/ + +body{ + margin: 0px; + padding: 0px; + background-color: aliceblue; +} \ No newline at end of file