parent
991c9bc55d
commit
2c23748eeb
@ -1,21 +1,22 @@
|
||||
circle {
|
||||
r:5;
|
||||
fill: black;
|
||||
r:5;
|
||||
fill: black;
|
||||
}
|
||||
circle.highlighted {
|
||||
circle.highlighted{
|
||||
fill:red;
|
||||
r:10;
|
||||
}
|
||||
#container {
|
||||
overflow: visible;
|
||||
margin-bottom: 50px;
|
||||
overflow: visible;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
body {
|
||||
margin: 20px 40px;
|
||||
margin: 20px 40px;
|
||||
}
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
border: 1px solid black;
|
||||
}
|
||||
th, td {
|
||||
padding:10px;
|
||||
text-align: center;
|
||||
padding:10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue