Skip to content

Commit 464252d

Browse files
committed
1
1 parent e770502 commit 464252d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Entregas/Entrega2/estilos.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,29 @@ body {
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
}
1414
p {
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;

Entregas/Entrega2/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
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>

0 commit comments

Comments
 (0)