19 lines
256 B
CSS
19 lines
256 B
CSS
h1{
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: blue;
|
|
font-size: 32pt;
|
|
}
|
|
tr{
|
|
align-content: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.megtagadva{
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.alairva{
|
|
color: green;
|
|
font-weight: bold;
|
|
} |