From 4a650e1b2b9763b60d9013daf65d739948cf8fac Mon Sep 17 00:00:00 2001 From: whatevercamps Date: Mon, 3 Feb 2020 19:58:24 -0500 Subject: [PATCH] Agregar margen --- style/style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 3973e21..523b534 100644 --- a/style/style.css +++ b/style/style.css @@ -15,6 +15,26 @@ } +/* +Mira, aquí, para que no te queden los títulos tan pegados +al borde, te sugiero agregar estas líneas al css. + +En ellas estoy diciendo que todo título hijo inmediato de un row +tendrá una pequeñita margen para que no quede tan pegado al +borde de la ventana. + + +Nota: +Me gustaría modificarte cosas en cuanto a colores pero +no sé si estoy ya te gustan así algunos colores, así +que mejor no los modifico. +*/ +.row h2, +.row h3, +.row h4{ + padding-left: 10px; +} + .proyecto{ @@ -209,4 +229,4 @@ h6{ .btn-container { margin-top: 290px; text-align: center; -} \ No newline at end of file +}