ClubInfo_OOP/Bases_JS/styles.css
2025-11-14 18:35:41 +01:00

23 lines
332 B
CSS

body{
background-color: aqua;
}
h1{
font-weight: 900;
font-size: 240px;
}
div.balle{
width: 20px;
height:20px;
border-radius: 10px;
background-color: black;
}
div.boule{
position: absolute;
width: 10px;
height:10px;
border-radius: 10px;
background-color: red;
}