Commit 4f4be366 by Emanuel Lugo

botones de desplazamiento anhadidos

parent 8a737a47
......@@ -24,7 +24,8 @@
<body>
<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 class="container">
<h1> CREAR BOOTCAMP </h1>
......
......@@ -25,7 +25,15 @@
</head>
<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>
<h1> CREAR LENGUAJE </h1>
<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %>
......
......@@ -25,8 +25,12 @@
</head>
<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>
<h1> CREAR PROFESOR Y FILTRAR </h1>
<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %>
......
......@@ -51,4 +51,8 @@
.menu li:hover {
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 @@
clear: both;
display: table;
}
a {
color: white;
}
.botones a {
color: black;
}
.menu {
width: 50%;
......@@ -81,6 +85,12 @@
</head>
<body>
<div class="botones">
<a href="logout">LOGOUT</a><br>
<a href="index.html">INICIO</a><br>
</div>
<div class="header">
<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