Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# bootstrap
pagina de ejemplo con bootstrap
1 change: 1 addition & 0 deletions cadif1.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h2>Alquiler de salones</h2>
</article>
</div>
</section>
<footer>Derechos reservados por CADIF1</footer>

</div>
</main>
Expand Down
14 changes: 12 additions & 2 deletions css/cadif1.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nav a{
padding-top: 2px !important;
padding-bottom: 2px !important;
border-radius: 3px !important;
border-radius: 15px !important;
}
nav a:hover{
background: orange !important;
Expand All @@ -28,7 +28,7 @@ nav img{
padding-top: 100px;
}
#servicios{
background: rgb(0,84,143);
background: #000000;
height: 250px;
}
#servicios article{
Expand All @@ -44,3 +44,13 @@ main{
width: 80%;
margin: auto;
}
body{
background-image: url(https://img.freepik.com/psd-gratis/diseno-de-fondo-abstracto_1297-82.jpg?size=664&ext=jpg);
}
h2{
color: white;
}
footer{
color: white;
}

5 changes: 3 additions & 2 deletions formularios.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h2>Formulario Horizontal</h2>
</form>

</div>


<footer>
<p>todos lo derechos reservados por la academia CADIF1</p>
</footer>
</body>
</html>