Repo de LDM-ASIR

This commit is contained in:
Lil_Carpi
2025-11-26 20:23:35 +01:00
commit fc2d3c47a5
66 changed files with 3560 additions and 0 deletions

22
ACT22_sad/css/style.css Normal file
View File

@@ -0,0 +1,22 @@
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;
}