Made it made pretty

mad pretty
This commit is contained in:
Milk 2017-09-26 22:44:10 -04:00
parent 16f1ba9ba5
commit e7dc9f2e94
2 changed files with 34 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="~style~/style.css">
<title>GCT Generator</title>
<script language="javascript">

33
~style~/style.css Normal file
View file

@ -0,0 +1,33 @@
body {
margin: 50px 50px 0 50px;
}
html {
background-color: #262626;
color: #f1f1f1;
font-family: Calibri;
}
textarea {
background-color: rgba(0,0,0,0.3);
width: 100%;
color: #f1f1f1;
}
#gameID, #gctData {
margin: 10px 0 10px 0;
}
body div button {
width: 500px;
height: 100%;
float: center;
display: block;
margin: auto;
font-size: 100px;
color: #f1f1f1;
background-color: rgba(0,0,0,0.3);
border-style: dashed;
cursor: pointer;
margin-top: 10px;
}