JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Webflow Code SheatCheet
Typographie
Ancre & Scroll
CSS effects
Images / Vidéos / SVG
Responsive
Formulaires
Javascript
Autre
Une question ? (FAQ)
Search and Highlight
List item bullet point changement
Ordering Nested Collection list (croissant)
Alternating cms item flex gauche droite
foodles code
Scroll mobile menu
Utiliser le Tabs de Webflow en hover :
Test
More
Share
Explore
Responsive
Responsive Media Query
<style>
@media only screen and (max-width: 1044px) and (min-width: 991px){
.class.comboclass{
display:none;
}
</style>
@media (min-width: 991px) and (max-width: 1145px) {
.dropdown-link-navigation {
padding-left: 1.5vw;
font-size: 12px;
}
//Effectif entre 991px et 1145px
Pour garder le trio d’une vidéo en responsive
https://faq.dailymotion.com/hc/en-us/articles/360022841393-How-to-preserve-the-player-aspect-ratio-on-a-responsive-page
.video_wrapper {
position
: relative;
padding-bottom
:
56.25%
;
/* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
iframe
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.