diff --git a/client/css/createNewBlockCSS.css b/client/css/createNewBlockCSS.css new file mode 100644 index 00000000..bcfde15a --- /dev/null +++ b/client/css/createNewBlockCSS.css @@ -0,0 +1,33 @@ +.center{ + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} + +p{ + color: white; + text-align: center; + font-family: Brush Script MT; + font-size: 35px; +} + +body{ + background-color: rgb(50, 255, 9); +} + +/*h1{ + color: white; + text-align: center; + font-family: serif; + font-size: 30px; +}*/ + +.text-block { + position: center; + bottom: 20px; + right: 20px; + background-color: black; + color: white; + padding-left: 55px; + padding-right: 20px; \ No newline at end of file diff --git a/client/css/searchForBlockCSS.css b/client/css/searchForBlockCSS.css new file mode 100644 index 00000000..88de1909 --- /dev/null +++ b/client/css/searchForBlockCSS.css @@ -0,0 +1,33 @@ +.center{ + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + } + + p{ + color: white; + text-align: center; + font-family: Brush Script MT; + font-size: 35px; + } + + body{ + background-color: rgb(50, 255, 9); + } + + /*h1{ + color: white; + text-align: center; + font-family: serif; + font-size: 30px; + }*/ + + .text-block { + position: center; + bottom: 20px; + right: 20px; + background-color: black; + color: white; + padding-left: 55px; + padding-right: 20px; \ No newline at end of file diff --git a/client/html/mainMenu.html b/client/html/mainMenu.html new file mode 100644 index 00000000..ca7526a5 --- /dev/null +++ b/client/html/mainMenu.html @@ -0,0 +1,22 @@ + + +