a9106b7
4a4b506
54e8930
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: #fff;
background: #1565c0;
border-radius: 100vh;
}
.example-text-content{
margin-top:0px !important;
}
.example-text {
white-space: pre-wrap !important;
}
|