From b248d3a7ebf6e897ae9d9bacf44f211e852f5dc2 Mon Sep 17 00:00:00 2001 From: Abhijith Ganesh Date: Sat, 4 Sep 2021 16:19:56 +0530 Subject: [PATCH] Added some new styling and fixed the issue --- index.html | 35 +++++++++++++++++++++++++++++------ main.css | 11 +++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 main.css 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