Files
LDM-ASIR-11.26.25/ACT22_sad/css/style.css
2025-11-26 20:23:35 +01:00

23 lines
233 B
CSS

body
{
background-color: rgb(29,41,75);
}
h1, h2
{
background-color: white;
}
h3, ol, ul, li, p
{
color: white;
}
h3, ol, ul, li
{
text-align: center;
list-style-position:inside;
}
img
{
display: block;
margin: auto;
}