Commit 67216b74 by Yovan Martinez

Arreglando menu login

parent e7f9db5a
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" /> <link rel="shortcut icon" href="imagenes/roshkaicon.ico" sizes="any" />
</head> </head>
<style> <style>
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Francois+One&family=Satisfy&family=Staatliches&display=swap" rel="stylesheet">* {
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Francois+One&family=Satisfy&family=Staatliches&display=swap" rel="stylesheet">
* {
box-sizing: border-box; box-sizing: border-box;
} }
body { body {
font-family: 'Concert One', cursive; font-family: 'Concert One', cursive;
font-family: 'Francois One', sans-serif; font-family: 'Francois One', sans-serif;
font-family: 'Satisfy', cursive; font-family: 'Satisfy', cursive;
font-family: 'Staatliches', cursive; font-family: 'Staatliches', cursive;
font-size: 13px font-size: 13px
} }
.header, .footer { .header,
background-color:rgb(18, 18, 98); .footer {
background-color: rgb(18, 18, 98);
color: white; color: white;
padding: 60px; padding: 60px;
} }
.column { .column {
float: left; float: left;
padding: 30px; padding: 30px;
} }
.clearfix::after { .clearfix::after {
content: ""; content: "";
clear: both; clear: both;
display: table; display: table;
} }
a{ a {
color:white; color: white;
} }
.menu { .menu {
width: 50%; width: 50%;
} }
.content { .content {
width: 50%; width: 50%;
} }
.menu ul { .menu ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.menu li { .menu li {
padding: 8px; padding: 8px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: rgb(18, 18, 98); background-color: rgb(18, 18, 98);
color: #ffffff; color: #ffffff;
} }
.menu li:hover { .menu li:hover {
background-color: rgb(18, 18, 98); background-color: rgb(18, 18, 98);
} }
</style> </style>
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<h1> MENU TH</h1> <h1> MENU TH</h1>
<h2> EN LOS SIGUIENTES LINKS PUEDE MODIFICAR, AGREGAR O ELIMINAR DATOS DE LA BASE DE DATOS DEL BOOTCAMP </h2> <h2> EN LOS SIGUIENTES LINKS PUEDE MODIFICAR, AGREGAR O ELIMINAR DATOS DE LA BASE DE DATOS DEL BOOTCAMP </h2>
</div> </div>
<div class="column content"> <div class="column content">
<h1>PUEDE ACCEDER A LOS SIGUIENTES LINKS:</h1> <h1>PUEDE ACCEDER A LOS SIGUIENTES LINKS:</h1>
</div> </div>
<div class="clearfix"> <div class="clearfix">
<div class="column menu"> <div class="column menu">
<ul> <ul>
<li><a href="#"> MANAGE BOOTCAMP </a></li> <li><a href="formulario_bootcamp.jsp"> MANAGE BOOTCAMP </a></li>
<li><a href="filtros-postulante"> MANAGE POSTULANTE </a></li> <li><a href="filtros-postulante"> MANAGE POSTULANTE </a></li>
<li><a href="#"> MANAGE LENGUAJES </a></li> <li><a href="#"> MANAGE LENGUAJES </a></li>
<li><a href="#"> MANAGE PROFESORES </a></li> <li><a href="#"> MANAGE PROFESORES </a></li>
...@@ -91,9 +90,8 @@ a{ ...@@ -91,9 +90,8 @@ a{
</div> </div>
</div> </div>
</body> </body>
</html>
</html>
\ No newline at end of file
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