You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
202 B
CSS
22 lines
202 B
CSS
3 years ago
|
html {
|
||
|
font-size: 2rem;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
text-align: justify;
|
||
|
max-width: 60ch;
|
||
|
margin: 50px auto;
|
||
|
}
|
||
|
|
||
|
span::after {
|
||
|
content: " ";
|
||
|
}
|
||
|
|
||
|
.text1 {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
.text2 {
|
||
|
color: blue;
|
||
|
}
|