File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
bootstrap Temas/Altos y Anchos Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < link rel ="stylesheet " href ="../../Bootstrap/css/bootstrap.min.css "/>
7
+ < title > Altos y Anchos</ title >
8
+ </ head >
9
+ < body >
10
+ < div class ="bg-success p-3 w-25 ">
11
+ Ancho 25%
12
+ </ div >
13
+
14
+ < div class ="bg-success p-3 w-50 ">
15
+ Ancho 25%
16
+ </ div >
17
+
18
+ < div class ="bg-success p-3 w-75 ">
19
+ Ancho 25%
20
+ </ div >
21
+
22
+ < div class ="bg-success p-3 w-100 ">
23
+ Ancho 25%
24
+ </ div >
25
+
26
+ < hr >
27
+
28
+
29
+ < div class ="bg-success " style ="border: 1px solid #000; height: 300px; ">
30
+ < div class ="bg-primary d-inline-block h-25 ">
31
+ Elemento 1
32
+ </ div >
33
+
34
+ < div class ="bg-primary d-inline-block h-50 " >
35
+ Elemento 1
36
+ </ div >
37
+
38
+ < div class ="bg-primary d-inline-block h-75 ">
39
+ Elemento 1
40
+ </ div >
41
+
42
+ < div class ="bg-primary d-inline-block h-100 ">
43
+ Elemento 1
44
+ </ div >
45
+
46
+ </ div >
47
+
48
+
49
+ </ body >
50
+ </ html >
You can’t perform that action at this time.
0 commit comments