body {
background #dbdbdb
}
blocks {
width: 600px;
margin-right: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3px;
}
blocks div {
padding: 2em;
}
p {
font-size: 200%;
}
img {
width: 300px;
box-shadow: #EA7450 0 0 12px 8px;
}|
stylesheet
Actions
Flag