Tizenegyedik vizsga
This commit is contained in:
25
2019-20-2-03/Feladat/gknb_intm049_2019-20-2_03.css
Normal file
25
2019-20-2-03/Feladat/gknb_intm049_2019-20-2_03.css
Normal file
@ -0,0 +1,25 @@
|
||||
form {
|
||||
margin-bottom: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
thead {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border: 2px ridge gray;
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
#sorszam, #cim {
|
||||
font-style: italic;
|
||||
}
|
Reference in New Issue
Block a user