15 lines
164 B
CSS
15 lines
164 B
CSS
|
.example1 {
|
||
|
font-weight: bold;
|
||
|
font-size: 14px
|
||
|
}
|
||
|
|
||
|
.example2 {
|
||
|
font-weight: bold;
|
||
|
font-size: 12px;
|
||
|
color: #FF0000
|
||
|
}
|
||
|
|
||
|
.tablerow1 {
|
||
|
background-color: #BBBBBB;
|
||
|
}
|