Closed bryceAM closed 1 year ago
style/Admin.css
#linkContainer { display: flex; flex-direction: column; justify-content: center; /* align-content: center; */ text-align: center; height: 80vh; } #linkCard > :nth-child(2) { margin: 1rem 0; } #linkCard { display: flex; flex-direction: column; justify-content: center; align-self: center; width: 200px; height: 200px; background: linear-gradient(135deg, #3586ff, #b3d2ff); box-shadow: 2px 2px 2px gray; }
Added substantially more styling than the above.
style/Admin.css