25 lines
191 B
CSS
25 lines
191 B
CSS
.ext {
|
|
color: red;
|
|
}
|
|
.ext {
|
|
color: blue;
|
|
}
|
|
.ext {
|
|
color: red;
|
|
}
|
|
.ext {
|
|
color: black;
|
|
}
|
|
.ext {
|
|
color: red;
|
|
}
|
|
.ext {
|
|
color: green;
|
|
}
|
|
p {
|
|
width: 1px;
|
|
color: green;
|
|
}
|
|
a {
|
|
color: green;
|
|
} |