Actividades hechas añadidas.

This commit is contained in:
Lil_Carpi
2025-11-05 20:36:31 +01:00
parent bf69ad9663
commit b978f22fea
24 changed files with 276 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;
}