Nyolcadik vizsga
This commit is contained in:
34
2019-20-1-03/Megoldás/style.css
Normal file
34
2019-20-1-03/Megoldás/style.css
Normal file
@ -0,0 +1,34 @@
|
||||
h1 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td {
|
||||
margin: 5px;
|
||||
border: 2px ridge, white;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.shown {
|
||||
opacity: 1;
|
||||
}
|
Reference in New Issue
Block a user