htmls/js/css les bases:
les variable js les boucles html element + css
This commit is contained in:
23
bases-js/styles.css
Normal file
23
bases-js/styles.css
Normal file
@@ -0,0 +1,23 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user