forked from deadvey/button
added a static directory
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#button {
|
||||
background-color: red;
|
||||
border: darkred solid 15px;
|
||||
border-radius: 50%;
|
||||
font-size: 50px;
|
||||
padding: 100px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
font-family: monospace, arial;
|
||||
}
|
||||
#button:active {
|
||||
background-color: red;
|
||||
border: red solid 20px;
|
||||
}
|
||||
#score-table {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
td,tr,table,th {
|
||||
border: black solid;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
Reference in New Issue
Block a user