Commit 4f4be366 by Emanuel Lugo

botones de desplazamiento anhadidos

parent 8a737a47
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<body> <body>
<div class="botones"><a href="logout">LOGOUT</a><br> <div class="botones"><a href="logout">LOGOUT</a><br>
<a href="logout">LOGOUT</a><br> <a href="index.html">INICIO</a><br>
<a href="menu.jsp">MENU</a><br>
</div> </div>
<div class="container"> <div class="container">
<h1> CREAR BOOTCAMP </h1> <h1> CREAR BOOTCAMP </h1>
......
...@@ -25,7 +25,15 @@ ...@@ -25,7 +25,15 @@
</head> </head>
<body> <body>
<div class="botones"><a href="logout">LOGOUT</a><br>
<a href="index.html">INICIO</a><br>
<a href="menu.jsp">MENU</a><br>
</div>
<div> <div>
<h1> CREAR LENGUAJE </h1> <h1> CREAR LENGUAJE </h1>
<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> <%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %>
......
...@@ -25,8 +25,12 @@ ...@@ -25,8 +25,12 @@
</head> </head>
<body> <body>
<div class="botones"><a href="logout">LOGOUT</a><br>
<a href="index.html">INICIO</a><br>
<a href="menu.jsp">MENU</a><br>
</div>
<div> <div>
<h1> CREAR PROFESOR Y FILTRAR </h1> <h1> CREAR PROFESOR Y FILTRAR </h1>
<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> <%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %>
......
...@@ -51,4 +51,8 @@ ...@@ -51,4 +51,8 @@
.menu li:hover { .menu li:hover {
background-color: rgb(18, 18, 98); background-color: rgb(18, 18, 98);
} }
\ No newline at end of file
.botones a{
color: black;
}
\ No newline at end of file
...@@ -48,10 +48,14 @@ ...@@ -48,10 +48,14 @@
clear: both; clear: both;
display: table; display: table;
} }
a { a {
color: white; color: white;
} }
.botones a {
color: black;
}
.menu { .menu {
width: 50%; width: 50%;
...@@ -81,6 +85,12 @@ ...@@ -81,6 +85,12 @@
</head> </head>
<body> <body>
<div class="botones">
<a href="logout">LOGOUT</a><br>
<a href="index.html">INICIO</a><br>
</div>
<div class="header"> <div class="header">
<h1> MENU TH</h1> <h1> MENU TH</h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment