12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 20px;
|
|
}
|
|
.text-to-copy {
|
|
font-size: 16px;
|
|
margin-bottom: 10px;
|
|
}
|