Files
HKSingleParty/99_references/blank-ionic-react/src/components/ExploreContainer.css
2025-05-28 09:55:51 +08:00

24 lines
319 B
CSS

#container {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#container strong {
font-size: 20px;
line-height: 26px;
}
#container p {
font-size: 16px;
line-height: 22px;
color: #8c8c8c;
margin: 0;
}
#container a {
text-decoration: none;
}