Browse Source

AAAA

master
Cristobal Bernal Mayordomo 1 year ago
parent
commit
6be8a0a4fb
5 changed files with 4 additions and 4 deletions
  1. +2
    -3
      src/main/resources/static/css/css/Estilos.css
  2. BIN
      src/main/resources/static/css/img/7036beab6be979a346c98c7e2e686aee.png
  3. BIN
      src/main/resources/static/css/img/logo.png
  4. BIN
      src/main/resources/static/css/img/logoForo.png
  5. +2
    -1
      src/main/resources/templates/index.html

+ 2
- 3
src/main/resources/static/css/css/Estilos.css View File

@ -7,8 +7,7 @@
background-color: #008A93;
}
img{
width: 60px;
border-radius: 50%;
width: 400px;
}
.encabezado nav{
display: flex;
@ -23,7 +22,7 @@ img{
}
a{
text-decoration: none;
font-size: 20px;
font-size: 25px;
color: white;
padding: 12px 20px;
display: block;


BIN
src/main/resources/static/css/img/7036beab6be979a346c98c7e2e686aee.png View File

Before After
Width: 304  |  Height: 44  |  Size: 8.7 KiB

BIN
src/main/resources/static/css/img/logo.png View File

Before After
Width: 768  |  Height: 768  |  Size: 162 KiB

BIN
src/main/resources/static/css/img/logoForo.png View File

Before After
Width: 304  |  Height: 44  |  Size: 9.0 KiB

+ 2
- 1
src/main/resources/templates/index.html View File

@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8">
<title>Foro</title>
<link rel="icon" href="/css/img/7036beab6be979a346c98c7e2e686aee.png">
<link rel="stylesheet" th:href="@{/css/css/Estilos.css}">
</head>
<body>
<header class="encabezado">
<nav>
<img src="/css/img/logo.png" alt="..">
<img src="/css/img/7036beab6be979a346c98c7e2e686aee.png" alt="">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Novedades</a>


Loading…
Cancel
Save