Recherche



Résultat de la recherche

Vous recherchiez le terme suivant :css


Page 11 - 15 sur un total de 17 page(s) , résultats de la recherche classés par pertinence


11. Astuces CSS Pour une vidéo responsive

...astuces css / pour une vidéo responsive css / / videos / .parent {width:95%; margin:50px auto;} .parent h5 {padding:0; margin:0; font:normal 16px/24px verdana, arial, sans-serif; color:#666;} / set the 'wrap' with a percentage bottom margin so that this is responsive / .wrap {position:relative; width:100%; height:0; margin-bottom:10%; overflow:hidden;} / use overflow:hidden to crop the left and right overlap of the resized video / / calculate the height of the 'wrap' depending on the aspect ratio required / .ratio-16-9 {padding-top:calc(100%/(16/9));} .ratio-3-2 {padding-top:calc(100%/(3/2));} .ratio-4-3 {padding-top:calc(100%/(4/3));} .ratio-16-9 iframe {width:100%; height:100%; position:absolute; top:0; left:0;} / as the original video has the aspect ratio 16:9 the width and height of the iframe is 100% / / the new width is the new height the original aspect ratio */ / the left position is the (wrap width - the new width) divided by 2 / .ratio-3-2 iframe {width:calc((100%/(3/2)) (16/9)); height:100%; position:absolute; top:0; left:calc((100% - ((100%/(3/2)) (16/9))) / 2);} .ratio-4-3 iframe {width:calc((100%/(4/3)) (16/9)); height:100%; position:absolute; top:0; left:calc((100% - ((100%/(4/3)) (16/9))) / 2);} / fin videos / .embed-responsive {position: relative;display: block;height: 0;padding: 0;overflow: hidden;} .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0;} .embed-responsive.embed-responsive-kat { padding-bottom: 100%;} .embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;} .embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;} html <!-- 16:9 aspect ratio --> <div class="embed-responsive embed-responsive-16by9" align="center"><video class="embed-responsive-item" controls="controls" width="300" height="150"> <source src="http://cdn1...


12. Astuces CSS Test ma vidéo

...astuces css test ma vidéo le faron en feu ...


13. Astuces CSS Boîtes de même hauteur avec flex

...astuces css code boîtes de même hauteur avec flex en css code pur, ajouter ces lignes au fichier style. css code code css code #uptab .wrapper { display: flex; } #uptab0, #uptab1, #uptab2, #uptab3, #uptab4 { flex-grow: 1; } sur ce site avec la skin chronica, voilà le code, avec en sus un alignement en colonne dans les media queries pour les petits écrans : div#downtab .wrapper, div#toprow1 .wrapper { display: -webkit-box; /* old - ios 6-, safari 3.1-6, bb7 * display: -ms-flexbox; /* tweener - ie 10 */ display: -webkit-flex; /* new - safari 6.1+. ios 7.1+, bb10 */ display: flex; /* new, spec - firefox, chrome, opera */ align-items: stretch; } @media all and (max-width: 600px) { div#downtab .wrapper, div#toprow1 .wrapper {flex-direction: column;} #toprow1,#downtab {max-width:100%;}} ...


14. Astuces CSS Espaces dans le titre du site

...astuces css espaces dans le titre du site je voulais espacer un peu plus les mots du titre du site. donc j'ai entré plusieurs espaces avec la barre d'espace dans la config. mais adhoc les a tous rassemblés en un seul : pas moyen de voir les mots plus espacés. alors, pour obtenir le résultat voulu, j'ai ouvert le fichier de config par ftp et j'ai ajouté des &nbsp;&nbsp;&nbsp entre les mots. j'obtiens le résultat voulu dans la page, mais c'est très laid et très illisible pour le titre de la page dans l'onglet, qui reprend tout en html. une solution ? peut-être en css pour espacer les mots (pas les lettres) ??? je viens d'essayer avec succès le css word-spacing, par ex : word-spacing : 150% ou word-spacing : 2rem ...


15. Astuces CSS Infinite slideshow

...astuces css infinite slideshow ...


Revue de presse RGPD