project/selector/static/style.css

9 lines
97 B
CSS

body {
background-color: aqua;
}
#data{
display: none;
}
li{
list-style-type: none;
}