{"id":5220,"date":"2025-11-19T11:26:15","date_gmt":"2025-11-19T10:26:15","guid":{"rendered":"https:\/\/workboot.fr\/ciela\/?page_id=5220"},"modified":"2025-11-19T11:41:46","modified_gmt":"2025-11-19T10:41:46","slug":"html-css","status":"publish","type":"page","link":"https:\/\/workboot.fr\/ciela\/html-css\/","title":{"rendered":"html\/css"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;!DOCTYPE html>\n&lt;html>\n&lt;head>\n    &lt;title>CSS Simple&lt;\/title>\n    &lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;\/head>\n&lt;body>\n    &lt;h1>Mon titre&lt;\/h1>\n    &lt;p>Mon paragraphe&lt;\/p>\n    &lt;button>Mon bouton&lt;\/button>\n&lt;\/body>\n&lt;\/html><\/pre>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <title>CSS Simple<\/title>\n    <link rel=\"stylesheet\" href=\"style.css\">\n<\/head>\n<body>\n    <h1>Mon titre<\/h1>\n    <p>Mon paragraphe<\/p>\n    <button>Mon bouton<\/button>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\">Style minimaliste<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"css\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">body {\n    background-color: white;\n    font-family: 'Helvetica Neue', Arial;\n    padding: 40px;\n    max-width: 600px;\n    margin: 0 auto;\n}\n\nh1 {\n    color: #2c3e50;\n    text-align: left;\n    font-weight: 300;\n    border-bottom: 1px solid #ecf0f1;\n    padding-bottom: 10px;\n}\n\np {\n    color: #7f8c8d;\n    font-size: 16px;\n    line-height: 1.6;\n}\n\nbutton {\n    background-color: transparent;\n    color: #3498db;\n    padding: 8px 16px;\n    border: 2px solid #3498db;\n    border-radius: 3px;\n}\n\n.boite {\n    background-color: #f8f9fa;\n    padding: 15px;\n    margin: 20px 0;\n    border-left: 4px solid #3498db;\n}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Style sombre<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"css\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">body {\n    background-color: #1a1a1a;\n    color: white;\n    font-family: Arial;\n    padding: 20px;\n}\n\nh1 {\n    color: #ff6b6b;\n    text-align: center;\n}\n\np {\n    color: #cccccc;\n    font-size: 16px;\n}\n\nbutton {\n    background-color: #4ecdc4;\n    color: black;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 8px;\n    font-weight: bold;\n}\n\n.boite {\n    background-color: #2d2d2d;\n    padding: 15px;\n    margin: 10px;\n    border: 2px solid #4ecdc4;\n}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">style color\u00e9 <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"css\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">body {\n    background: linear-gradient(45deg, #ff9a9e, #fad0c4);\n    font-family: Verdana;\n    padding: 20px;\n}\n\nh1 {\n    color: #6a11cb;\n    text-align: center;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n}\n\np {\n    color: #2575fc;\n    font-size: 20px;\n    font-weight: bold;\n}\n\nbutton {\n    background: linear-gradient(to right, #ff512f, #dd2476);\n    color: white;\n    padding: 12px 25px;\n    border: none;\n    border-radius: 25px;\n    font-size: 16px;\n}\n\n.boite {\n    background: rgba(255,255,255,0.8);\n    padding: 20px;\n    margin: 15px;\n    border-radius: 10px;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>CSS Simple Mon titre Mon paragraphe Mon bouton Style minimaliste Style sombre style color\u00e9<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-5220","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>html\/css - workboot<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/workboot.fr\/ciela\/html-css\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"html\/css - workboot\" \/>\n<meta property=\"og:description\" content=\"CSS Simple Mon titre Mon paragraphe Mon bouton Style minimaliste Style sombre style color\u00e9\" \/>\n<meta property=\"og:url\" content=\"https:\/\/workboot.fr\/ciela\/html-css\/\" \/>\n<meta property=\"og:site_name\" content=\"workboot\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-19T10:41:46+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/html-css\\\/\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/html-css\\\/\",\"name\":\"html\\\/css - workboot\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#website\"},\"datePublished\":\"2025-11-19T10:26:15+00:00\",\"dateModified\":\"2025-11-19T10:41:46+00:00\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/workboot.fr\\\/ciela\\\/html-css\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#website\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/\",\"name\":\"workboot\",\"description\":\"Open Source, Open Minds \",\"publisher\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#organization\",\"name\":\"workboot\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_ciel-dorian-1.png\",\"contentUrl\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_ciel-dorian-1.png\",\"width\":1024,\"height\":950,\"caption\":\"workboot\"},\"image\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"html\/css - workboot","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/workboot.fr\/ciela\/html-css\/","og_locale":"fr_FR","og_type":"article","og_title":"html\/css - workboot","og_description":"CSS Simple Mon titre Mon paragraphe Mon bouton Style minimaliste Style sombre style color\u00e9","og_url":"https:\/\/workboot.fr\/ciela\/html-css\/","og_site_name":"workboot","article_modified_time":"2025-11-19T10:41:46+00:00","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/workboot.fr\/ciela\/html-css\/","url":"https:\/\/workboot.fr\/ciela\/html-css\/","name":"html\/css - workboot","isPartOf":{"@id":"https:\/\/workboot.fr\/ciela\/#website"},"datePublished":"2025-11-19T10:26:15+00:00","dateModified":"2025-11-19T10:41:46+00:00","inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/workboot.fr\/ciela\/html-css\/"]}]},{"@type":"WebSite","@id":"https:\/\/workboot.fr\/ciela\/#website","url":"https:\/\/workboot.fr\/ciela\/","name":"workboot","description":"Open Source, Open Minds ","publisher":{"@id":"https:\/\/workboot.fr\/ciela\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/workboot.fr\/ciela\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/workboot.fr\/ciela\/#organization","name":"workboot","url":"https:\/\/workboot.fr\/ciela\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/workboot.fr\/ciela\/#\/schema\/logo\/image\/","url":"https:\/\/workboot.fr\/ciela\/wp-content\/uploads\/2025\/05\/logo_ciel-dorian-1.png","contentUrl":"https:\/\/workboot.fr\/ciela\/wp-content\/uploads\/2025\/05\/logo_ciel-dorian-1.png","width":1024,"height":950,"caption":"workboot"},"image":{"@id":"https:\/\/workboot.fr\/ciela\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/workboot.fr\/ciela\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"CSS Simple Mon titre Mon paragraphe Mon bouton Style minimaliste Style sombre style color\u00e9","_links":{"self":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/5220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/comments?post=5220"}],"version-history":[{"count":3,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/5220\/revisions"}],"predecessor-version":[{"id":5225,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/5220\/revisions\/5225"}],"wp:attachment":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/media?parent=5220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}