“CSS DERECHO” Código de respuesta

CSS DERECHO

.right {
  position: fixed; /* the fixed pos makes it work */
  right: /*how much you want to move it right 
    put % or px or rem at end of the amount */;
}
Lava

Cómo mover todo lo que quede en CSS

<html>
   <head>
   </head>

   <body>
      <div style = "position:relative; left:80px; top:2px; background-color:yellow;">
         This div has relative positioning.
      </div>
   </body>
</html>
Vivacious Vole

Div Shift Derecha

<div style="position:absolute; right:10;">Hello world</div>
Stormy Sandpiper

Respuestas similares a “CSS DERECHO”

Preguntas similares a “CSS DERECHO”

Más respuestas relacionadas con “CSS DERECHO” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código