Add files via upload

This commit is contained in:
OguzTozkoparan 2018-11-27 16:35:15 +03:00 committed by GitHub
parent 75365904c4
commit 74db909098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

BIN
Resources/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

13
Resources/button.css Normal file
View File

@ -0,0 +1,13 @@
.button button {
color: black;
padding: 10px 20px;
cursor: pointer;
width: 30%;
display: block;
border-radius: 10px;
text-align: center;
margin:0 auto;
}
.button button:hover {
background-color: #60a9d0;
}