Add files via upload
This commit is contained in:
parent
75365904c4
commit
74db909098
BIN
Resources/background.png
Normal file
BIN
Resources/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
13
Resources/button.css
Normal file
13
Resources/button.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user