missed
This commit is contained in:
17
2018-19-1-04/Megoldás/style.css
Normal file
17
2018-19-1-04/Megoldás/style.css
Normal file
@ -0,0 +1,17 @@
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td, th{
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
h1{
|
||||
font-size: 16pt;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
th{
|
||||
text-align: center;
|
||||
}
|
||||
tr:hover{
|
||||
background-color: lightgrey;
|
||||
}
|
Reference in New Issue
Block a user