diff --git a/1/LMSGI/web-ceu/imgs/favicon-16x16.png b/1/LMSGI/web-ceu/imgs/favicon-16x16.png new file mode 100644 index 0000000..59a90ed Binary files /dev/null and b/1/LMSGI/web-ceu/imgs/favicon-16x16.png differ diff --git a/1/LMSGI/web-ceu/imgs/logo.jpg b/1/LMSGI/web-ceu/imgs/logo.jpg new file mode 100644 index 0000000..ba0e347 Binary files /dev/null and b/1/LMSGI/web-ceu/imgs/logo.jpg differ diff --git a/1/LMSGI/web-ceu/index.html b/1/LMSGI/web-ceu/index.html new file mode 100644 index 0000000..9c68187 --- /dev/null +++ b/1/LMSGI/web-ceu/index.html @@ -0,0 +1,44 @@ + + + + + + Fundación San Pablo Andalucía CEU + + + + +
+ +
+ +
+
+

Grados y Master

+

CEU Cardenal Spínola

+
+
+

Posgrados

+

Instituto de Posgrado

+
+
+

Formación Profesional

+

Centro de Estudios Profesionales CEU

+
+
+ + + diff --git a/1/LMSGI/web-ceu/style.css b/1/LMSGI/web-ceu/style.css new file mode 100644 index 0000000..d84bac9 --- /dev/null +++ b/1/LMSGI/web-ceu/style.css @@ -0,0 +1,36 @@ +header img.logo { + width: 50%; +} + +nav > ul { + list-style-type: none; + padding: 0 auto; + margin: 0; + overflow: hidden; + border-radius: 5px; + background-color: #33f; +} + +nav > ul > li { + float: left; + display: inline; + padding: 5px 8px; + transition: background-color 0.25s; +} + +nav > ul > li:hover { + background-color: #55f; +} + +nav > ul > li > a { + color: #fff; + text-decoration: none; + display: block; +} + +div.info-card { + width: 30%; + text-align: center; + display: inline; + float: left; +}