File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 66 font-family : sans-serif;
77 font-weight : normal;
88 font-size : 100% ;
9- color : # 1b262c ;
9+ color : # a6d6ef ;
1010
1111 margin : 0 ;
1212 background-color : # 0f4c75 ;
1313}
1414p {
15- background-color : black;
15+ padding : 20px ;
16+ width : 30% ;
17+ background-color : rgb (19 , 188 , 231 );
1618 text-align : center;
1719 font-weight : bold;
1820 color : aliceblue;
21+ border-radius : 35px 0px 35px 0px ;
22+ -moz-border-radius : 35px 0px 35px 0px ;
23+ -webkit-border-radius : 35px 0px 35px 0px ;
24+ border : 2px solid # 5878ca ;
25+ }
26+
27+ # div1 {
28+ align-content : center;
29+ align-self : center;
1930}
31+
2032# contenedor {
2133 display : flex;
2234 align-items : center;
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="./estilos.css ">
67 < script async src ="./index.js "> </ script >
78 < title > ENTREGA 2 </ title >
89</ head >
910< body >
11+ < div class ="div1 ">
1012 < p > PRUEBAS ENTREGA 2</ p >
11- < li > CLASES</ li >
12- < li > ARRAYS</ li >
13- < li > CONDICIONALES, ETC.</ li >
13+ < ul class ="lista ">
14+ < li > CLASES</ li >
15+ < li > ARRAYS</ li >
16+ < li > CONDICIONALES, ETC.</ li >
17+ </ ul > </ div >
1418</ body >
1519</ html >
You can’t perform that action at this time.
0 commit comments