Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 

Texto
<div style="background: url(URL DU FOND) no-repeat #FFFFFF; width: 480px; padding: 10px 10px 10px 10px;">
Texto</div> </div>

Repetición de imagen, fondo: La repetición o no la sustancia:
background-image: url('https://img-fotki. orig');
1.

 

•●❤●•

background-repeat: no-repeat;background-position: center center; = sin repetición de la parte inferior.
1a.

 

•●❤●•

background-repeat: no-repeat;


2.

 

•●❤●•

background-repeat: repeat-y;background-position: center center; = repetición vertical.
     2a.

 

•●❤●•

       background-repeat: repeat-y;
       background-position: 30px;
    2b.

 

•●❤●•

       background-position: left, right;
       background-repeat: repeat-y, repeat-y;
3.

 

•●❤●•

    background-repeat: repeat-x; = repetición horizontal de la parte inferior.
    3a.

 

•●❤●•

    background-repeat: repeat-x;
    background-position: 30px;
4.

 

•●❤●•

background-repeat: repeat; = repetición en todos los sentidos de los antecedentes.
5. 

 

•●❤●•

background: url(images/image_name.jpg);
    no-repeat center center fixed;
7.

 

•●❤●•

background-image: url(circle.png);
     background-repeat: repeat;
     background-position: 50% 50%;
8. background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
9. background-image:url(http://blog-3.jpg);
    background-position: center;
    background-repeat:no-repeat;
   background-attachment: fixed;
10.

 

•●❤●•

background-image:url(http://jpg );
       background-repeat:repeat;
       background-position:top center;
       overflow-x:hidden;

Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article