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.
19 lines
245 B
CSS
19 lines
245 B
CSS
5 years ago
|
|
||
|
.text {
|
||
|
font-size: 18px;
|
||
|
font-family: 'Inconsolata', monospace;
|
||
|
width: 60%;
|
||
|
text-align: justify;
|
||
|
margin-top: 40px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 30px;
|
||
|
font-weight: bold;
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
text-align: left;
|
||
|
|
||
|
|
||
|
}
|