bonjour @mikoMK! j’aimerai être évaluer sur les “design adaptives” j’ai un peu du mal avec 'la disposition flex ’ . J’ai suivi votre conseils de l’autre jour à propos de github je ne sais pas si cela fonctionne
merci Michel
Bonjour @fenosoaliva_ratovoson
When you have activated GitHub Pages there should be a link to the respective github.io page where one can see the running code. Could you post it please?
Michael
Bonjour @mikoMK!
hihihi comme ceci
C:\Users\RATOVOSON Liva\Documents\GitHub\Fenosoa.github.io\responsivetask\index.html
I finally had time to look at your code:
- Is there a special reason to have two
@media
blocks? It seems they are the same and could be merged. - You could remove the three blocks
.title
,header nav
andheader a
and instead usejustify-content: space-between;
andalign-items: center;
on theheader
block. -
header a { border: 0; }
would remove the top borders from the links. - The two grids are fine.
This is a local path from your computer. What I meant is that there should be an URL to your running code on github.io somewhere. As an example the MDN code at
https://github.com/mdn/learning-area/blob/main/html/forms/styling-examples/radios-styled.html is visible at
https://mdn.github.io/learning-area/html/forms/styling-examples/radios-styled.html
I think the problem is that somehow your code is in a different branch than main
, namely Fenosoaliva-patch-1
.
I hope that helps
Michael
bonjour @mikoMK!ooo je vois alors je devrais personnaliser le lien,sauf que je ne sais pas comment faire
merci Michel