4,090
edits
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 26px; | |||
} | |||
.form-link p { | |||
display: flex; /* Enables Flexbox for the <p> tag */ | |||
justify-content: center; /* Centers content horizontally */ | |||
align-items: center; /* Centers content vertically */ | |||
height: 100%; /* Ensures the <p> tag takes full height of its container */ | |||
} | } |