test ide netbeans

This commit is contained in:
kankys 2024-09-06 01:22:20 +02:00
parent ca53901b69
commit db4caffced

View File

@ -0,0 +1,9 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: lightgreen
}