react-vertical-timeline
react-vertical-timeline copied to clipboard
How to change border color of element?
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%; }
having issues how to resize and align the box. Context box is not showing properly. How to fix their width and alignment?