Skip to content

Commit 7512609

Browse files
committed
style
1 parent 7fb56f9 commit 7512609

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

public/css/scorekeep.css

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,37 @@
4141
padding: 10px;
4242
}
4343
.button {
44-
padding: 3px;
4544
background-color: #f39c12;
4645
width: 100px;
4746
margin-left: 128px;
4847
margin-top: 10px;
49-
border-radius: 2px;
48+
border-radius: 5px;
49+
border-width: 2px;
50+
border-color: #FF4136;
51+
border-style: inset;
5052
}
5153
.button:hover {
5254
background-color: #FF4136;
5355
}
5456
.button:active {
5557
background-color: #85144b;
5658
}
59+
.startgame-button {
60+
float: right;
61+
background-color: #f1c40f;
62+
width: 50px;
63+
text-align: center;
64+
border-radius: 5px;
65+
border-width: 2px;
66+
border-color: #FF851B;
67+
border-style: inset;
68+
}
69+
.startgame-button:hover {
70+
background-color: #FF851B;
71+
}
72+
.startgame-button:active {
73+
background-color: #FF4136;
74+
}
5775
input {
5876
width: 90%;
5977
height: 30px;
@@ -83,20 +101,6 @@ input {
83101
display: inline-block;
84102
vertical-align: text-top;
85103
}
86-
.startgame-button {
87-
float: right;
88-
padding: 5px;
89-
background-color: #f1c40f;
90-
width: 50px;
91-
text-align: center;
92-
border-radius: 2px;
93-
}
94-
.startgame-button:hover {
95-
background-color: #FF851B;
96-
}
97-
.startgame-button:active {
98-
background-color: #FF4136;
99-
}
100104
.batsu {
101105
width: 15px;
102106
height: 15px;

0 commit comments

Comments
 (0)