Defina an image class to edit

Hi guys,

im bizzy with a new project on Wordpress. I want to give specific images borders. How can i define the image class?

i want to give them a border per image. so not all at one.

When using .wp-image-489 it aint working to…

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
	border-style: solid;
    border-color: #006633;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
    border-style: solid;
    border-color: #006633;
}

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums