Diferencia entre revisiones de «CuboMultiInte»

De Wikiversidad
Contenido eliminado Contenido añadido
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
<nowiki>Introduzca texto sin formato aquí</nowiki>
<nowiki>Introduzca texto sin formato aquí</nowiki>


<hr></hr>
<html>
<hr></hr>
<head>
<style type="text/css">
<hr></hr>
.code
<hr></hr>
{
<hr></hr>
color: #000000;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}
</style>
</head>

<body>
<p>
<span class="code">La super bonne</span>
</p>
</body>
</html>

Revisión del 21:00 28 may 2015

Introduzca texto sin formato aquí

<html> <head>

   <style type="text/css">

.code

  {

color: #000000; background-color: #dddddd; font-family: "courier new", "times new roman", monospace; font-size: x-small; line-height: 1.3em; /* Put a nice border around it. */ border: 1px solid #000000; margin: 1px auto 1px auto; padding: 1px; width: 99%; /* Don't wrap its contents, and show scrollbars. */ white-space: nowrap; overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */ max-height: 24em; }

   </style>

</head>

<body>

La super bonne

</body> </html>