HTML & CSS sur OpenClassroom a 13 ans. Après des jours de galère j'ai reussis a comprendre un peu comment fonctionnent les choses et j'ai commencé a faire mes premières
Html->meta('icon'); echo $this->Html->css( array( //'bootstrap.min', 'bootstrap' //, //'docs' //, //'font-awesome' //, //'style' //, //'cake.generic', //'signin' ) ); echo $this->Html->script( array( 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js', 'bootstrap.min', ), array('block' => 'scriptBottom') ); ?> body { padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5; } .form-signin { max-width: 300px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin input[type="text"], .form-signin input[type="password"] { font-size: 16px; height: auto; margin-bottom: 15px; padding: 7px 9px; }
html et css depuis peu j'essaye d'apprendre et j'aime beaucoup sa. J'ai chercher comment faire une barre de navigation pour mon site internet qui soit fixe
faire son Webdesign ? Faire des images séparés avec Photoshop et les adaptés sur notre structure HTML&CSS ou faire la structure sous photoshop et découpé pour adapter en HTML&CSS ? Anthony
Html->link('Metas', array('plugin'=>true,'plugin'=>'metas','controller' => 'metas', 'action' => 'index'),array('escape'=>false))) ?> et j'ai testé aussi :
html (j'arrive pas à le mettre en background css). HTML ``` ``` Le .svg est très grand, mais le lien est ici: Merci de votre aide! PS: je sens que le prochain
result1) { var result1=result1; var listing=' '+result1+' ' if(result1=="") { $('.list').html(); } else { $('.list').html(listing); } } }); } }); merci d'avance pour votre aide. FLO
html = $this->renderView('direction-scolarite/scolarite/cartes-scolaires.html.twig', [ "annee" => $annee, "classe" => $classe, "eleves" => $eleves, 'annexe' => $annexe, 'expiration' => $expiration, 'dateNaissanceAr' => $dateNaissanceAr, 'libelleAnneeAr' => $libelleAnneeAr, 'server' => $_SERVER["DOCUMENT_ROOT"], ]); // $this->snappy->getOutputFromHtml($html, $options); return
Html->script('jquery', array('inline'=>false)) ; echo $this->Html->script('bootstrap', array('inline'=>false)); ?> /code] et celui-ci dans la vue : [code]
html_type') . '; charset=' . get_option('blog_charset')); wp_user_settings(); _wp_admin_html_begin(); $body_class = 'wp-core-ui wp-customizer js'; if ( wp_is_mobile() ) : $body_class .= ' mobile'; ?>