Html – How to centralize vertcally and horizontally a CSS Grid
body { background-color: hsl(210, 46%, 95%); font-size: 13px; font-family: "Barlow Semi Condensed", sans-serif; height: 100vh; } svg { position: absolute; justify-self: right; padding-right: 20px; } .attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); }…