December 29, 2020
Testing responsive image and code block
Trying out creating a post with a responsive image that adjusts to different screen sizes. Also trying out embedding a code block. Below is the CSS I used for making the image below responsive.
.responsive {
width: 100%;
height: auto;
}