Club-info/club-info/base-js/styles.css
2025-11-14 17:35:38 +01:00

19 lines
301 B
CSS

body {background-color: rebeccapurple
}
div.balle{
width: 20px;
height: 20px;
border-radius: 70px;
background-color: rgba(194, 65, 65, 0.863);
}
div.boule{
position:absolute;
width: 70px;
height: 500px;
border-radius: 10px;
background-color: rosybrown;
opacity: 0.7;
}