diff --git a/index.html b/index.html index 984a059..5085189 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ - +
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..6b23b6b --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +#fullpage { + width: 100px; + height: 100px; + border: 1px solid red; +}