9 lines
98 B
CSS
9 lines
98 B
CSS
|
body{
|
||
|
padding: 25px;
|
||
|
|
||
|
text-align: center
|
||
|
}
|
||
|
.title {
|
||
|
color: #5C6AC4;
|
||
|
}
|