afinando detalles 99%
This commit is contained in:
+15
-3
@@ -13,7 +13,20 @@ include ('../funciones/menu.php')
|
||||
<link rel="shortcut icon" type="image/png" href="../img/header/escudo-unam.ico">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
|
||||
</head>
|
||||
<style>
|
||||
::placeholder {
|
||||
color: #ffffff;
|
||||
opacity: 1; /* Firefox */
|
||||
}
|
||||
|
||||
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
::-ms-input-placeholder { /* Microsoft Edge */
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="general">
|
||||
<header>
|
||||
@@ -78,9 +91,8 @@ include ('../funciones/menu.php')
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<form class="form-inline my-2 my-lg-0" action="pagina/resultado.php">
|
||||
<input class="form-control mr-sm-2" type="search" aria-label="Search" name="id">
|
||||
<button class="btn btn-primary" type="submit">Buscar</button>
|
||||
<form class="form-inline my-2 my-lg-0" action="../pagina/resultado.php" style="margin-right: 20px">
|
||||
<input class="" type="search" aria-label="Search" name="id" style=" border: 2px solid #BB8800; background-color: #BB8800; color: white;border-bottom: 3px solid white;" placeholder="Buscar">
|
||||
</form>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user