Tizenegyedik vizsga
This commit is contained in:
23
2019-20-2-03/Megoldás/style.css
Normal file
23
2019-20-2-03/Megoldás/style.css
Normal file
@ -0,0 +1,23 @@
|
||||
form {
|
||||
margin-bottom: 20px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border: 2px ridge gray;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#sorszam,
|
||||
#cim {
|
||||
font-style: italic;
|
||||
}
|
Reference in New Issue
Block a user