Archived
15 lines
132 B
CSS
15 lines
132 B
CSS
.intro {
|
|
text-align: center;
|
|
}
|
|
|
|
.head {
|
|
text-align: center;
|
|
}
|
|
|
|
.example {
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: green;
|
|
} |