I have a top horizontal menu on my website, where I have some links. I would like to use the buttons to redirect the reader to sections on my sidebar, where there are sections with more detailed options. In order to ease location of the desired content, I would like that, by clicking on a button on the top menu, besides moving the screen to the desired section (which I get by using simple HTML: <a href="#section1">Section 1</a>
), that the section flashed in yellow once (once for each time the user clicks the link).
Is this possible to get by using only CSS?