Update style.css

pull/1/merge
Elijah Bansley 2018-05-19 01:36:12 -05:00 committed by GitHub
parent be71e051d2
commit 0f1dc0b532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,15 @@ body {
top: 0px;
}
#output {
margin-left: 0px;
width: 700px;
height: 200px;
border: 1px solid black;
margin-right: 0px;
margin: auto;
}
.btn {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);