rmcg.dev/projects/FrontendMentor/newbie/blog-preview-card/assets/css/base.css

19 lines
267 B
CSS
Raw Normal View History

2024-04-07 04:34:06 +02:00
body {
min-height: 100dvh;
display: grid;
place-content: center;
background-color: var(--clr-yellow);
}
2024-04-07 05:47:45 +02:00
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}