2025-02-07 14:22:14 -05:00

15 lines
146 B
CSS
Executable File

h1 {
text-align: center;
}
p {
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}