diff --git a/back.png b/back.png new file mode 100644 index 0000000..4f499b5 Binary files /dev/null and b/back.png differ diff --git a/game/index.html b/game/index.html new file mode 100644 index 0000000..4d7302f --- /dev/null +++ b/game/index.html @@ -0,0 +1,18 @@ + + + + + +Dream Blocks + + +

Dream Blocks ❤

+ + + + +
+

Welcome to Dream Blocks website!

+ + + diff --git a/game/style.css b/game/style.css new file mode 100644 index 0000000..6c806bf --- /dev/null +++ b/game/style.css @@ -0,0 +1,32 @@ +html{ +text-align: center; +} +body { +margin: 30; +padding: 10; +text-align: left; +font-family:"Lucida Console", Courier, monospace; +font-size: 13px; +color: #0A05FF; +background-image: url("back.png"); +} +p {text-align: left;} +h1 +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:50px; +font-weight:bold; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} +button +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:20px; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4d7302f --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + +Dream Blocks + + +

Dream Blocks ❤

+ + + + +
+

Welcome to Dream Blocks website!

+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..6c806bf --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +html{ +text-align: center; +} +body { +margin: 30; +padding: 10; +text-align: left; +font-family:"Lucida Console", Courier, monospace; +font-size: 13px; +color: #0A05FF; +background-image: url("back.png"); +} +p {text-align: left;} +h1 +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:50px; +font-weight:bold; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} +button +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:20px; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} \ No newline at end of file