Files
clubinfo-2526/bases-js/styles.css
bach d675b15f96 htmls/js/css les bases:
les variable js
les boucles
html element + css
2025-10-24 17:22:43 +02:00

23 lines
288 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;
}