alaah 6 years ago
parent
commit
6dbeb1ad4b
2 changed files with 8 additions and 7 deletions
  1. 6 3
      public/index.html
  2. 2 4
      public/style.css

+ 6 - 3
public/index.html

@@ -2,8 +2,7 @@
 <html>
 <html>
   <head>
   <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
-    <meta name="generator" content="GitLab Pages">
-    <title>Plain HTML site using GitLab Pages</title>
+    <title>Dead Cells calculator</title>
     <link rel="stylesheet" href="style.css">
     <link rel="stylesheet" href="style.css">
   </head>
   </head>
   <body>
   <body>
@@ -15,9 +14,13 @@
 
 
     <h1>Hello World!</h1>
     <h1>Hello World!</h1>
 
 
+    <form>
+     Brutality: <input type="number" name="fname"><br>
+     Tactics: <input type="number" name="lname"><br>
+    </form>
+
     <p>
     <p>
       Xd
       Xd
     </p>
     </p>
   </body>
   </body>
 </html>
 </html>
-

+ 2 - 4
public/style.css

@@ -1,13 +1,12 @@
 body {
 body {
   font-family: sans-serif;
   font-family: sans-serif;
+  background-color: #313236;
   margin: auto;
   margin: auto;
   max-width: 1280px;
   max-width: 1280px;
 }
 }
 
 
 .navbar {
 .navbar {
-  background-color: #313236;
-  border-radius: 2px;
-  max-width: 800px;
+  max-width: 1280px;
 }
 }
 
 
 .navbar a {
 .navbar a {
@@ -21,4 +20,3 @@ body {
 .navbar a:hover {
 .navbar a:hover {
   color: #ffffff;
   color: #ffffff;
 }
 }
-