diff --git a/src/main/resources/static/css/css/Anuncio.css b/src/main/resources/static/css/css/Anuncio.css new file mode 100644 index 0000000..02eea36 --- /dev/null +++ b/src/main/resources/static/css/css/Anuncio.css @@ -0,0 +1,17 @@ +body{ + box-sizing: border-box; + margin: 0px; +} +.contenedor{ + display: flex; + background-color: blanchedalmond; + justify-content: center; + height: 100%; +} +.caja{ + width: 300px; + height: 100px; +} +.caja1{ + background-color: blanchedalmond; +} \ No newline at end of file diff --git a/src/main/resources/templates/bienvenida/bienvenida.html b/src/main/resources/templates/bienvenida/bienvenida.html new file mode 100644 index 0000000..324d214 --- /dev/null +++ b/src/main/resources/templates/bienvenida/bienvenida.html @@ -0,0 +1,15 @@ + + + + + PaginaBienvenida + + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 28c309b..a2feba2 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -5,10 +5,13 @@ Foro + +
+
\ No newline at end of file