diff --git a/index.html b/index.html index 0f5f8d9..75bd9c1 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,41 @@ - Phaser Game + - - - - - + + + + + + + + + + +

+

+ + Please enter your Name + + +
+

+

+ Welcome to the game +

+ + diff --git a/main.css b/main.css new file mode 100644 index 0000000..d95a291 --- /dev/null +++ b/main.css @@ -0,0 +1,11 @@ +.FontStyles{ + font-family:'Roboto', sans-serif; + font-size: large; + font-weight: 400; +} + +.FontSecondary { + font-family: 'Kaisei HarunoUmi', serif; + font-weight: 400; + font-size:medium; +} \ No newline at end of file