mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-15 09:07:37 +08:00
12 lines
227 B
CSS
12 lines
227 B
CSS
.my-app .my-text {
|
|
font-size: 1rem;
|
|
color: #000;
|
|
text-transform: uppercase;
|
|
display: inline-flex;
|
|
width: 100%;
|
|
margin: 1rem auto !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|