Skip to content

Commit 2427508

Browse files
committed
MOD: Kleine style tweak
1 parent 2bf5e3e commit 2427508

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stylesheet.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ body{
66

77
/*Stijl voor de wrapper div waarin het spel zit*/
88
#spel{
9-
width: 502px;
9+
width: 504px;
1010
margin: 10px auto 0px auto;
1111
}
1212

1313
/*Stijl voor de galg div waarin de galg wordt getekend*/
1414
#galg{
15-
border: 1px solid black;
15+
border: 2px solid black;
16+
border-radius: 5px;
1617
}
1718

1819
/*Stijl voor het invoerveld onderaan het spel*/
1920
#letter{
2021
font-size: 40pt;
2122
text-align: center;
22-
width: 381px;
23+
width: 383px;
2324
height: 70px;
2425
}
2526

0 commit comments

Comments
 (0)