Files
LDM-ASIR/ACT22_sad/css/style.css

23 lines
233 B
CSS
Raw Normal View History

2025-11-05 20:36:31 +01:00
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;
}