diff --git a/assets/css/main.css b/assets/css/main.css index 8ff9389..b551ea5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -21,7 +21,7 @@ h1, h2, h3, h4 { color: #dadada; padding: 15px; text-align: left; - font-size: 15px; + font-size: 18px; } .header img { width: 11px; @@ -118,6 +118,17 @@ table a{ width: 33.33%; } +/* Left column */ +.column.left { + width: 50%; +} + +/* Right column */ +.column.right { + float: right; + width: 50%; +} + /* Clear floats after the columns */ .row:after { content: ""; @@ -127,7 +138,7 @@ table a{ /* Responsive layout: makes the three columns stack on top of each other instead of next to each other */ @media (max-width: 800px) { - .column.side, .column.middle { + .column.side, .column.middle, .column.left, .column.right{ width: 100%; } } @@ -173,6 +184,35 @@ table a{ } +/* Sketches */ +.sketches{ + text-align: center; + display: block; + line-height: 1.25em; + padding: 1em 1em; + overflow-x: auto; + background: #1f2c3d; + border-radius: 3px; +} +.sketches h1, h2, h3, h4 { + color: #d3ebff; +} +.sketches img{ + width: 550px; + height: 550px; +} +.sketches .description { + color: #d3ebff; +} +/* Responsive layout */ +@media (max-width: 1150px) { + .sketches img{ + width: 100%; + height: 75%; + } +} + + /* Form */ form { margin: auto; diff --git a/bocetos/index.html b/bocetos/index.html index e162af0..17bfc82 100644 --- a/bocetos/index.html +++ b/bocetos/index.html @@ -38,7 +38,8 @@
-

Pantalla de inicio.

+

Pantalla de inicio.

+

Pantalla de bienvenida al entrar en la web.

@@ -46,7 +47,7 @@
-

Pantalla de inicio.

+

Pantalla de inicio.

@@ -56,7 +57,7 @@
-

Pantalla de inicio.

+

Pantalla de inicio.

@@ -64,7 +65,7 @@
-

Pantalla de inicio.

+

Pantalla de inicio.