I have no visual example to show you, so I will try as hard as I can to make it understandable. - I can compare it with camera flash.
main part of this question is to get answer about functions that I need to use to get to my goal.
I have div that is "base div" for this effect. In "random amount of seconds" (biggest amount can be 6sec) another div must go over the "base div" and stays visible for 0.7sec.
after this effect it repeats again and again and again and with new "random amount of seconds" (biggest amount can be 6sec) between each 0.7sec blink
I know how to get that "blink div" to work (display: none; and when it's time to show I just write display: visible; and display: none;)
but I don't know how to make that "randomization" function...