Non j'ai vérifier dans le code du site elles scintillent de façon automatique et ne veulent rien dire coté morse.
Voici le code d'une d'entre elles :
- s1 {
margin-left: 39.5%;
margin-top: 4.55%;
/* -webkit-animation: startwinkle 2s alternate infinite; */
-moz-animation: startwinkle 2s alternate infinite;
-o-animation: startwinkle 2s alternate infinite;
animation: startwinkle 2s alternate infinite;
}
.star {
width: 2px;
height: 2px;
background-color: white;
position: absolute;
}
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
user agent stylesheetdiv {
display: block;
}
Pseudo ::before element
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Pseudo ::after element
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Inherited from body
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
Inherited from html
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}