From 05e6c866a60bd6e5b898f6100ec6411b8344ae82 Mon Sep 17 00:00:00 2001 From: isabellapineda <43185214+isabellapineda@users.noreply.github.com> Date: Fri, 21 Sep 2018 23:11:33 -0400 Subject: [PATCH 1/4] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4c81be --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# bootstrap +pagina de ejemplo con bootstrap From fb67512d9453c5092491cdd05835134a560a5116 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 7 Oct 2018 10:42:40 -0400 Subject: [PATCH 2/4] se le agrego un < footer> al archivo cadif1.html --- cadif1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cadif1.html b/cadif1.html index aba0a86..1ce873e 100644 --- a/cadif1.html +++ b/cadif1.html @@ -106,6 +106,7 @@

Alquiler de salones

+ From 1872c73d727b37d8f69e31fbaf91f4f02399ffd4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 7 Oct 2018 10:53:21 -0400 Subject: [PATCH 3/4] se cambiaron algunos estilos deel archivo css/cadif1.css --- css/cadif1.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/cadif1.css b/css/cadif1.css index 03f1a12..de217db 100644 --- a/css/cadif1.css +++ b/css/cadif1.css @@ -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; @@ -28,7 +28,7 @@ nav img{ padding-top: 100px; } #servicios{ - background: rgb(0,84,143); + background: #000000; height: 250px; } #servicios article{ @@ -44,3 +44,4 @@ main{ width: 80%; margin: auto; } + From 6edcb093d5be98ce8c6cdb03c4d86e11c547abe6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 7 Oct 2018 11:06:16 -0400 Subject: [PATCH 4/4] se 3e agrego un footer al formulario.html y se le agrego estilo con en archivo css/cadif1.css --- css/cadif1.css | 9 +++++++++ formularios.html | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/cadif1.css b/css/cadif1.css index de217db..7d9c1c3 100644 --- a/css/cadif1.css +++ b/css/cadif1.css @@ -44,4 +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; +} diff --git a/formularios.html b/formularios.html index b1b6701..c1336b0 100644 --- a/formularios.html +++ b/formularios.html @@ -63,7 +63,8 @@

Formulario Horizontal

- - + \ No newline at end of file