Bubbles
0 points · 245 days ago · 0 comments

code { color: #3796D9; font-style: italic; margin-bottom: 0; } .outcome { text-decoration: underline; font-style: normal; } .grid { display: grid; grid-template-columns: repeat(5, 1fr); } .grid p { padding: 5px; margin: 0; border: 1px solid black; background: white; } .grid p.h { font-weight: bold; background-color: var(--accent); color: white; } @media screen and (min-width: 48em) { .grid { margin: 0 -30%; } } Introduction From climate change and biodiversity ...

No comments yet. Log in to discuss on the Fediverse