“CSS certo” Respostas de código

CSS certo

.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

Como mover qualquer coisa que resta no 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 Right

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

Respostas semelhantes a “CSS certo”

Perguntas semelhantes a “CSS certo”

Mais respostas relacionadas para “CSS certo” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código