Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72eddf4c99 |
Generated
+28
-10323
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "vue-cli-service serve --port 3156",
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
gfgggg
|
||||
@@ -2,14 +2,11 @@
|
||||
<div>
|
||||
<Header></Header>
|
||||
<Nav></Nav>
|
||||
<div class ="box">
|
||||
|
||||
<nav class="breadcrumb">
|
||||
|
||||
</nav>
|
||||
|
||||
<div class= "container">
|
||||
<div >
|
||||
|
||||
<h1 class="my-4"></h1>
|
||||
<div class="row presentacion">
|
||||
<div class="col-10 offset-1 text-justify mb-5">
|
||||
|
||||
|
||||
|
||||
@@ -185,6 +182,7 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+11
-13
@@ -2,14 +2,11 @@
|
||||
<div>
|
||||
<Header></Header>
|
||||
<Nav></Nav>
|
||||
<div class ="box">
|
||||
<div>
|
||||
|
||||
<nav class="breadcrumb">
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<div class= "container">
|
||||
<h1 class="my-4"></h1>
|
||||
<div class="row presentacion">
|
||||
<div class="col-10 offset-1 text-justify mb-5">
|
||||
|
||||
|
||||
|
||||
@@ -56,7 +53,7 @@
|
||||
<li>3. </li>
|
||||
<div class="space">
|
||||
<ul class="circle">
|
||||
<li> </li>
|
||||
<li>sdfsdgflsdkmgklñsdfngls{gns{dkgn}} </li>
|
||||
<li> </li>
|
||||
<li> </li>
|
||||
</ul>
|
||||
@@ -132,7 +129,7 @@
|
||||
|
||||
<!-- tabla -->
|
||||
|
||||
<table>
|
||||
<table class="">
|
||||
|
||||
<tr>
|
||||
<th ></th>
|
||||
@@ -335,7 +332,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<table class="">
|
||||
<tbody><tr>
|
||||
<th colspan="2"></th>
|
||||
</tr>
|
||||
@@ -394,9 +391,9 @@
|
||||
</tbody></table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
|
||||
</div>
|
||||
@@ -452,6 +449,7 @@ table, th, td {
|
||||
|
||||
.circle{
|
||||
list-style:disc;
|
||||
|
||||
}
|
||||
.roman{
|
||||
list-style:lower-roman;
|
||||
@@ -462,7 +460,7 @@ table, th, td {
|
||||
|
||||
}
|
||||
.list {
|
||||
margin-left: 50px;width: 700px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user