diff --git a/styles.css b/styles.css index e69de29..d0f9690 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,19 @@ +.parrafo{ + font-size: 20px; + font-style: italic; + background-color:rgb(202, 184, 151); + font-family: Helvetica; +} +.lista{ + width: 50px; + background-color:rgb(176, 176, 214); + +} + +.elemento-lista{ + background-color:rgb(133, 133, 151); + font-size: 20px; + font-family: Arial; + width: 80px; + +} \ No newline at end of file