stephane-monnot / react-vertical-timeline

Vertical timeline for React.js

Home Page:https://stephane-monnot.github.io/react-vertical-timeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change border color of element?

vmkgalvatron opened this issue · comments

Add this CSS class to the icon and replace #FF0000 with the colour of your choice.

.border-color {
    box-shadow: 0 0 0 4px #FF0000;
    border-radius: 50%;
}

Add this CSS class to the icon and replace #FF0000 with the colour of your choice.

.border-color {
    box-shadow: 0 0 0 4px #FF0000;
    border-radius: 50%;
}
Screenshot 2023-10-08 010511

having issues how to resize and align the box. Context box is not showing properly. How to fix their width and alignment?