14 lines
162 B
CSS
14 lines
162 B
CSS
|
.title {
|
||
|
font-size: larger;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.promo {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.promo > a {
|
||
|
color: #008282;
|
||
|
text-decoration: underline;
|
||
|
}
|