diff --git a/.gitignore b/.gitignore index e61ff13..25caafc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +.*.sw? +Downloads/ toji* Programming* diff --git a/main.css b/css/main.css similarity index 94% rename from main.css rename to css/main.css index 2125b3b..6099e0d 100644 --- a/main.css +++ b/css/main.css @@ -32,7 +32,7 @@ top: 0px; width: 1920px; height: 1200px; - background-image: url(./background1.jpg); + background-image: url(../images/background1.jpg); padding: 0px; margin: 0px; z-index: -1; diff --git a/cube.html b/cube.html index c6ac794..9fbcee0 100644 --- a/cube.html +++ b/cube.html @@ -1,9 +1,9 @@ Colored animated cube. - - - + + + - + + + - + + +