diff --git a/cover.png b/cover.png new file mode 100644 index 0000000..daa5793 Binary files /dev/null and b/cover.png differ diff --git a/css/title.css b/css/title.css new file mode 100644 index 0000000..5dbe1cc --- /dev/null +++ b/css/title.css @@ -0,0 +1,52 @@ +@font-face { + font-family: Baloo2; + src: url("../font/Baloo2-Regular.ttf"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: Baloo2; + src: url("../font/Baloo2-Bold.ttf"); + font-weight: bold; + font-style: normal; +} + +body { + background-image: url("../cover.png"); + background-size: cover; + background-repeat: no-repeat; +} + +div.center { + background-color: #6d7377aa; + width: 50%; + margin: auto; + text-align: center; + padding: 24px; + border-radius: 12px; +} + +h1.name { + font-family: Baloo2, sans-serif; + font-weight: bold; + font-size: 1000%; + text-shadow: 2px 4px #0ad9ab; + color: #00ffc6; +} + +button.play { + font-family: Baloo2, sans-serif; + font-size: 500%; + padding: 4px 60px; + border: none; + background-color: #49d868; + border-radius: 12px; + color: white; + transition-duration: 0.4s; +} + +button.play:hover { + background-color: #20b13f; + cursor: pointer; +} \ No newline at end of file diff --git a/font/Baloo2-Bold.ttf b/font/Baloo2-Bold.ttf new file mode 100644 index 0000000..5b79412 Binary files /dev/null and b/font/Baloo2-Bold.ttf differ diff --git a/font/Baloo2-ExtraBold.ttf b/font/Baloo2-ExtraBold.ttf new file mode 100644 index 0000000..bde6043 Binary files /dev/null and b/font/Baloo2-ExtraBold.ttf differ diff --git a/font/Baloo2-Medium.ttf b/font/Baloo2-Medium.ttf new file mode 100644 index 0000000..04cb57a Binary files /dev/null and b/font/Baloo2-Medium.ttf differ diff --git a/font/Baloo2-Regular.ttf b/font/Baloo2-Regular.ttf new file mode 100644 index 0000000..fd339c9 Binary files /dev/null and b/font/Baloo2-Regular.ttf differ diff --git a/font/Baloo2-SemiBold.ttf b/font/Baloo2-SemiBold.ttf new file mode 100644 index 0000000..7a42bb3 Binary files /dev/null and b/font/Baloo2-SemiBold.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..597bae6 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + Play Runic + + + +
+

+ RUNIC +

+ +
+ + + \ No newline at end of file