diff --git a/game/index.html b/game/index.html index 34eb099..7d72a79 100644 --- a/game/index.html +++ b/game/index.html @@ -8,14 +8,13 @@

Dream Blocks ❤

- - - - - + + + + +

-

Welcome to Dream Blocks website!

- +

Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest. It's a small, 2D, Java written and open-source game!

diff --git a/game/style.css b/game/style.css index 6c806bf..580440a 100644 --- a/game/style.css +++ b/game/style.css @@ -8,7 +8,7 @@ text-align: left; font-family:"Lucida Console", Courier, monospace; font-size: 13px; color: #0A05FF; -background-image: url("back.png"); +background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png); } p {text-align: left;} h1 @@ -29,4 +29,13 @@ text-align:center; font-size:20px; font-family:"Lucida Console", Courier, monospace; background-color:#F7e5e3; +} +blockquote { +font-size:10px; +text-align:justify; +width:600px; +color:#0A15FF; +padding:12px; +background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png); +background-repeat:no-repeat; } \ No newline at end of file diff --git a/index.html b/index.html index b0763ef..89622e5 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,15 @@

Dream Blocks ❤

- +

-

Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest. It's a small, 2D, Java written and open-source game!

- +

Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest, a very popular 3D game engine (open-source). It's a small, 2D, Java written and open-source game!

+

Some news in developpement

+
Game Repository has been set up on GITHUB! Come and help us at https://github.com/LordStephen77/DreamBlocks-Beyond-of-Time!!!
diff --git a/info.png b/info.png index c389780..03abd16 100644 Binary files a/info.png and b/info.png differ diff --git a/style.css b/style.css index 580440a..8c5f07c 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,25 @@ font-weight:bold; font-family:"Lucida Console", Courier, monospace; background-color:#F7e5e3; } +h2 +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:30px; +font-weight:bold; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} +h3 +{ +position:relative; +color:#0000FF; +text-align:center; +font-size:25px; +font-family:"Lucida Console", Courier, monospace; +background-color:#F7e5e3; +} button { position:relative; @@ -31,11 +50,11 @@ font-family:"Lucida Console", Courier, monospace; background-color:#F7e5e3; } blockquote { -font-size:10px; -text-align:justify; -width:600px; -color:#0A15FF; -padding:12px; +font-size:16px; +text-align:left; +width:800px; +color:#0A25FF; +padding:15px; background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png); background-repeat:no-repeat; } \ No newline at end of file