diff --git a/index.css b/index.css new file mode 100644 index 00000000..0bc68d00 --- /dev/null +++ b/index.css @@ -0,0 +1,13 @@ + +h1 { + color: red; + text-align: center; + +} +body { + background-color: aquamarine; +} +#window { + height: 400px; + width: 400px; +} \ No newline at end of file diff --git a/index.html b/index.html index 695897ea..6d4f7171 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,16 @@
-