1
0
Fork 0
apache2/test/pyhttpd/htdocs/test2/006/006.css
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

21 lines
No EOL
216 B
CSS
Executable file

@CHARSET "ISO-8859-1";
body{
background:HoneyDew;
}
p{
color:#0000FF;
text-align:left;
}
h1{
color:#FF0000;
text-align:center;
}
.listTitle{
font-size:large;
}
.listElements{
color:#3366FF
}