Site logo

Archived topic

Border around tag element

6 replies · Started by Roger Rogers on September 19, 2021

Viewing posts 1–7 of 7

Hello, I added the link to the site in question in the private field.

There are two things I would like to do with the style of the "Beginners' level" container with Simple CSS.

1. add a radius of 10px so that it shows rounded
2. add a border of 2px in #ebebeb gray color

I would like to also style the archive post itself with the same border style effects.

Hi Roger,

Give this CSS a try:

header.page-header {
    border-radius: 10px;
    border: 2px solid #ebebeb;
}

Let me know :)

Hello Ying,

Thank you. That worked!

Roger

You are welcome :)

Thank you for resolving this issue. I am closing this ticket.

This archived topic is closed to new replies.