I have a navigation bar at the top of my website with some links. I want the buttons to direct users to specific sections on the sidebar, which contain more detailed options. To help users find the content they are looking for easily, I would like the section to briefly flash yellow after clicking a button on the menu (achieved using simple HTML:
<a href="#section1">Section 1</a>
). Is it possible to achieve this effect using CSS alone?