php_dataset_code / css_dataset.jsonl
luispessoa's picture
Upload css_dataset.jsonl
c9096d2 verified
{"question_id": "css_cssintroduction_000", "category": "CSS", "topic": "cssintroduction", "difficulty": "beginner", "question": "Explique o conceito de CSSIntroduction em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSIntroduction\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Introduction ❮ Previous\n\nCSS\nIntroduction\n❮ Previous\nNext ❯\nWhat is CSS?\nCSS is the language we use to style a Web page.\nCSS stands for Cascading Style Sheets\nCSS describes how HTML elements are to be displayed on screen, \n paper, or in other media\nCSS saves a lot of work. It can control the layout of \n multiple web pages all at once\nExternal stylesheets are stored in CSS files\nCSS Demo - One HTML Page - Multiple Styles!\nHere we will show one HTML page displayed with four different stylesheets. \nClick on the \"Stylesh...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssintroduction", "examples_count": 0, "has_tiy": false, "keywords": ["introduction", "click", "language", "pages", "elements", "style", "media", "files", "multiple", "previous"], "css_properties": ["text-align", "font-size", "ideo", "background-color", "color"]}, "source_url": "https://www.w3schools.com/css/css_intro.asp", "has_tiy": false}
{"question_id": "css_csssyntax_001", "category": "CSS", "topic": "csssyntax", "difficulty": "beginner", "question": "Explique o conceito de CSSSyntax em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSSyntax\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Syntax ❮ Previous\n\nCSS\nSyntax\n❮ Previous\nNext ❯\nCSS Syntax\nA CSS rule consists of a selector and a declaration block:\nThe selector points to the HTML element you want to style.\nThe declaration block contains one or more declarations separated by \nsemicolons.\nEach declaration includes a CSS property name and a value, separated by a colon.\nMultiple CSS declarations are separated with semicolons, and declaration \nblocks are surrounded by curly braces.\nExample\nIn this example all <p> elements will be center-aligned, w...\n~/MSG~", "code": "~FILE[example_4.code]~\n~LANG[Code]~\n~CODE~\ntext-align\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csssyntax", "examples_count": 1, "has_tiy": false, "keywords": ["block", "blocks", "yourself", "elements", "multiple", "declarations", "curly", "element", "selector", "previous"], "css_properties": ["block", "text-align", "style", "ideo", "color"]}, "source_url": "https://www.w3schools.com/css/css_syntax.asp", "has_tiy": false}
{"question_id": "css_cssselectors_002", "category": "CSS", "topic": "cssselectors", "difficulty": "beginner", "question": "Como funciona CSSSelectors?", "starter_code": "~MSG~\nAprenda sobre: CSSSelectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Selectors ❮ Previous\n\nCSS\nSelectors\n❮ Previous\nNext ❯\nCSS Selectors\nCSS selectors are used to \"find\" (or select) the HTML elements you \nwant to style.\nWe can divide CSS selectors into five categories:\nSimple selectors (select elements based on name, id, class)\nCombinator selectors\n(select \n elements based on a specific relationship between them)\nPseudo-class selectors\n(select elements based on a certain state)\nPseudo-elements selectors\n(select \n and style a part of an element)\nAttribute selectors\n(select elements ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssselectors", "examples_count": 0, "has_tiy": false, "keywords": ["divide", "selectors", "relationship", "specific", "elements", "combinator", "style", "element", "selector", "previous"], "css_properties": ["text-align", "categories", "center-aligned", "ote", "color"]}, "source_url": "https://www.w3schools.com/css/css_selectors.asp", "has_tiy": false}
{"question_id": "css_cssgroupingselectors_003", "category": "CSS", "topic": "cssgroupingselectors", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSGroupingSelectors e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSGroupingSelectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Grouping Selectors\n\nCSS\nGrouping\nSelectors\n❮ Previous\nNext ❯\nThe CSS Universal Selector\nThe\nuniversal selector (*)\nselects all HTML elements on the page.\nExample\nThe CSS rule below will affect every HTML element on the page:\n*\n{\ntext-align: center;\ncolor: blue;\n}\nTry it Yourself »\nThe CSS Grouping Selector\nThe\ngrouping selector\nselects all the HTML elements with the same style \ndefinitions.\nLook at the following CSS code (the h1, h2, and p elements have the same \nstyle definitions):\nh1\n{\ntext-align: center;\ncolor: ...\n~/MSG~", "code": "~FILE[example_1.sql]~\n~LANG[Sql]~\n~CODE~\nuniversal selector (*)\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssgroupingselectors", "examples_count": 2, "has_tiy": false, "keywords": ["following", "example", "grouping", "below", "selectors", "yourself", "elements", "every", "element", "selector"], "css_properties": ["above", "text-align", "page", "ideo", "color"]}, "source_url": "https://www.w3schools.com/css/css_selectors_grouping.asp", "has_tiy": false}
{"question_id": "css_cssselectors_code_challenge_004", "category": "CSS", "topic": "cssselectors_code_challenge", "difficulty": "beginner", "question": "Descreva CSSSelectors Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSSelectors Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Selectors Code Challenge ❮ Previous\n\nCSS\nSelectors Code Challenge\n❮ Previous\nNext ❯\nChallenge: Group Headings and Paragraphs\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssselectors_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "selectors", "headings", "track", "previous", "paragraphs", "completing", "small"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_selectors.asp", "has_tiy": false}
{"question_id": "css_how_to_add_css_005", "category": "CSS", "topic": "how_to_add_css", "difficulty": "beginner", "question": "Como funciona How To Add CSS?", "starter_code": "~MSG~\nAprenda sobre: How To Add CSS\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nHow To Add CSS ❮ Previous Next ❯\n\nHow To Add CSS\n❮ Previous\nNext ❯\nHow to Add CSS\nWhen a browser reads a style sheet, it will format the HTML document according to the information in the style sheet.\nThere are three ways of inserting a style sheet:\nExternal CSS - link to an external .css file\nInternal CSS - use the <style> element in the head section\nInline CSS - use the style attribute on HTML elements\nExternal CSS\nWith an\nexternal style sheet, you can change the look of an entire website by changing \njust one file!\nEach HTML p...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nmargin-left: 20 px;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "how_to_add_css", "examples_count": 2, "has_tiy": false, "keywords": ["browser", "elements", "style", "three", "internal", "information", "document", "website", "entire", "reads"], "css_properties": ["margin-left", "page", "sheet", "looks", "ote"]}, "source_url": "https://www.w3schools.com/css/css_howto.asp", "has_tiy": false}
{"question_id": "css_how_to_add_internal_css_006", "category": "CSS", "topic": "how_to_add_internal_css", "difficulty": "beginner", "question": "Qual e a funcao de How To Add Internal CSS em CSS?", "starter_code": "~MSG~\nAprenda sobre: How To Add Internal CSS\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nHow To Add Internal CSS ❮ Previous Next ❯\n\nHow To Add Internal CSS\n❮ Previous\nNext ❯\nInternal CSS\nAn internal style sheet may be used if one single HTML page has a unique style.\nThe internal style is defined inside the <style> element, inside the head \nsection.\nExample\nInternal styles are defined within the <style> element, inside the <head> section of an HTML page:\n<!DOCTYPE html>\n<html>\n<head>\n<style>\nbody {\nbackground-color: linen;\n}\nh1 {\ncolor: maroon;\nmargin-left: 40px;\n}\n</style>\n</head>\n<body>\n<h1>This is a \n heading</h1>\n<p>This...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "how_to_add_internal_css", "examples_count": 0, "has_tiy": false, "keywords": ["styles", "unique", "example", "yourself", "sheet", "within", "style", "previous", "inside", "section"], "css_properties": ["margin-left", "background-color", "color", "page"]}, "source_url": "https://www.w3schools.com/css/css_howto_internal.asp", "has_tiy": false}
{"question_id": "css_how_to_add_inline_css_007", "category": "CSS", "topic": "how_to_add_inline_css", "difficulty": "beginner", "question": "Explique o conceito de How To Add Inline CSS em CSS", "starter_code": "~MSG~\nAprenda sobre: How To Add Inline CSS\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nHow To Add Inline CSS ❮ Previous Next ❯\n\nHow To Add Inline CSS\n❮ Previous\nNext ❯\nInline CSS\nAn inline style may be used to apply a unique style for a single element.\nTo use inline styles, add the style attribute to the relevant element. The\nstyle attribute can contain any CSS property.\nExample\nInline styles are defined within the \"style\" attribute of the relevant \n element:\n<!DOCTYPE html>\n<html>\n<body>\n<h1 style=\"color:blue;text-align:center;\">This \n is a heading</h1>\n<p style=\"color:red;\">This is a paragraph.</p>\n</body>\n</html>\nTr...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "how_to_add_inline_css", "examples_count": 0, "has_tiy": false, "keywords": ["advantages", "yourself", "within", "style", "loses", "mixing", "defined", "contain", "relevant", "previous"], "css_properties": ["color", "text-align", "ip", "element"]}, "source_url": "https://www.w3schools.com/css/css_howto_inline.asp", "has_tiy": false}
{"question_id": "css_multiple_style_sheets_&_cascading_order_008", "category": "CSS", "topic": "multiple_style_sheets_&_cascading_order", "difficulty": "beginner", "question": "Qual e a funcao de Multiple Style Sheets & Cascading Order em CSS?", "starter_code": "~MSG~\nAprenda sobre: Multiple Style Sheets & Cascading Order\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nMultiple Style Sheets & Cascading Order ❮ Previous Next ❯\n\nMultiple Style Sheets & Cascading Order\n❮ Previous\nNext ❯\nMultiple Style Sheets\nIf some properties have been defined for the same selector (element) in different style sheets,\n the value from the last read style sheet will be used.\nAssume that an\nexternal style sheet\nhas the following style for the <h1> element:\nh1\n{\ncolor: navy;\n}\nThen, assume that an\ninternal style sheet\nalso has the following style for the <h1> element:\nh1\n{\ncolor: orange;\n}\nExample\nIf the internal style is defined\nafter\nthe ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "multiple_style_sheets_&_cascading_order", "examples_count": 0, "has_tiy": false, "keywords": ["elements", "style", "after", "multiple", "internal", "defined", "following", "selector", "previous", "different"], "css_properties": ["color", "priority", "element"]}, "source_url": "https://www.w3schools.com/css/css_howto_multiple_cascade.asp", "has_tiy": false}
{"question_id": "css_csshow_to_code_challenge_009", "category": "CSS", "topic": "csshow_to_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSHow To Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSHow To Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS How To Code Challenge ❮ Previous\n\nCSS\nHow To Code Challenge\n❮ Previous\nNext ❯\nChallenge: How To Add CSS\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshow_to_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_howto.asp", "has_tiy": false}
{"question_id": "css_csscomments_010", "category": "CSS", "topic": "csscomments", "difficulty": "beginner", "question": "Como funciona CSSComments?", "starter_code": "~MSG~\nAprenda sobre: CSSComments\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Comments ❮ Previous\n\nCSS\nComments\n❮ Previous\nNext ❯\nCSS Comments\nComments are used to explain the CSS code, and may help when you edit the \nsource code at a later date.\nComments are also used to temporarily disable sections of CSS code within a \nstylesheet.\nComments are ignored by browsers!\nA CSS comment is placed inside the HTML\n<style>\nelement, and starts with\n/*\nand ends with\n*/\n:\nExample\n/* This is a single-line comment */\np\n{\ncolor: red;\n}\nTry it Yourself »\nYou can add comments wherever you want in the code:\nEx...\n~/MSG~", "code": "~FILE[example_4.code]~\n~LANG[Code]~\n~CODE~\n<!--...-->\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscomments", "examples_count": 1, "has_tiy": false, "keywords": ["placed", "example", "ignored", "starts", "comment", "yourself", "within", "source", "later", "previous"], "css_properties": ["lines", "code", "comments", "ideo", "line"]}, "source_url": "https://www.w3schools.com/css/css_comments.asp", "has_tiy": false}
{"question_id": "css_csserrors_011", "category": "CSS", "topic": "csserrors", "difficulty": "beginner", "question": "Explique o conceito de CSSErrors em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSErrors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Errors ❮ Previous\n\nCSS\nErrors\n❮ Previous\nNext ❯\nCSS Errors\nErrors in CSS can lead to unexpected behavior or styles not being applied correctly.\nThis page shows common CSS mistakes, and how to avoid them.\nMissing Semicolons\nForgetting a semicolon at the end of a property declaration can break the style rule.\nExample\n.bad {\ncolor: red\nbackground-color: yellow;\n}\nTry it Yourself »\nInvalid Property Names\nUsing a property name that does not exist will simply be ignored by the browser.\nExample\n.bad {\ncolr: blue;\nfont-si...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csserrors", "examples_count": 0, "has_tiy": false, "keywords": ["yourself", "semicolons", "values", "style", "missing", "avoid", "being", "simply", "unexpected", "previous"], "css_properties": ["padding", "font-size", "colr", "background-color", "color"]}, "source_url": "https://www.w3schools.com/css/css_errors.asp", "has_tiy": false}
{"question_id": "css_csscolors_012", "category": "CSS", "topic": "csscolors", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSColors e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSColors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Colors ❮ Previous\n\nCSS\nColors\n❮ Previous\nNext ❯\nCSS Colors\nIn CSS, colors are specified by using a predefined color name, or with a RGB, HEX, HSL, RGBA, HSLA value.\nCSS Color Names\nIn CSS, a color can be specified by using a predefined color name:\nTomato\nOrange\nDodgerBlue\nMediumSeaGreen\nGray\nSlateBlue\nViolet\nLightGray\nTry it Yourself »\nCSS/HTML support\n140 standard color names\n.\nCSS Background Color\nYou can set the background color for HTML elements:\nHello World\nLorem ipsum dolor sit amet, consectetuer adipiscing ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscolors", "examples_count": 0, "has_tiy": false, "keywords": ["dolor", "world", "yourself", "dodgerblue", "colors", "violet", "orange", "laoreet", "nonummy", "color"], "css_properties": ["transparent", "borders", "name", "values", "elements"]}, "source_url": "https://www.w3schools.com/css/css_colors.asp", "has_tiy": false}
{"question_id": "css_cssrgb_colors_013", "category": "CSS", "topic": "cssrgb_colors", "difficulty": "beginner", "question": "Explique o conceito de CSSRGB Colors em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSRGB Colors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS RGB Colors ❮ Previous\n\nCSS\nRGB Colors\n❮ Previous\nNext ❯\nRGB Value\nAn RGB color value represents RED, GREEN, and BLUE light sources.\nIn CSS, a color can be specified as an RGB value, using this formula:\nrgb(\nred,\ngreen\n,\nblue\n)\nEach parameter (red, green, and \nblue) defines the intensity of the color between 0 and 255.\nFor example, rgb(255, 0, 0) is displayed as red, \nbecause red is set to its highest value (255) and the others are \nset to 0.\nTo display black, set all color parameters to 0, like this: rgb(0, 0, 0).\nTo ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssrgb_colors", "examples_count": 0, "has_tiy": false, "keywords": ["parameters", "colors", "color", "parameter", "highest", "specified", "value", "previous", "green", "represents"], "css_properties": ["sources", "below", "formula", "with", "ideo"]}, "source_url": "https://www.w3schools.com/css/css_colors_rgb.asp", "has_tiy": false}
{"question_id": "css_csshex_colors_014", "category": "CSS", "topic": "csshex_colors", "difficulty": "beginner", "question": "Explique o conceito de CSSHEX Colors em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSHEX Colors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS HEX Colors ❮ Previous\n\nCSS\nHEX Colors\n❮ Previous\nNext ❯\nHEX Value\nA hexadecimal color is specified with: #RRGGBB.\nIn CSS, a color can be specified using a hexadecimal value in the form:\n#\nrrggbb\nWhere rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255).\nFor example, #ff0000 is displayed as red, because red is set to its highest value (ff) and the others are set to \nthe lowest value (00).\nTo display black, set all values to 00, like this: #000000.\nTo display white, set al...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshex_colors", "examples_count": 0, "has_tiy": false, "keywords": ["values", "colors", "color", "highest", "specified", "rrggbb", "value", "previous", "displayed", "decimal"], "css_properties": ["sources", "example", "below", "with", "ideo"]}, "source_url": "https://www.w3schools.com/css/css_colors_hex.asp", "has_tiy": false}
{"question_id": "css_csshsl_colors_015", "category": "CSS", "topic": "csshsl_colors", "difficulty": "beginner", "question": "Qual e a funcao de CSSHSL Colors em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSHSL Colors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS HSL Colors ❮ Previous\n\nCSS\nHSL Colors\n❮ Previous\nNext ❯\nHSL Value\nHSL stands for hue, saturation, and lightness.\nIn CSS, a color can be specified using hue, saturation, and lightness (HSL) in the form:\nhsl(\nhue\n,\nsaturation\n,\nlightness\n)\nHue\nis a degree on the color wheel (from 0 to 360):\n0 (or 360) is red\n120 is green\n240 is blue\nSaturation\nis a percentage value: 0% means a shade of gray, and 100% is the full color.\nLightness\nis also a percentage; 0% is black, 50% is neither light or dark, 100% is white.\nExperiment b...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshsl_colors", "examples_count": 0, "has_tiy": false, "keywords": ["degree", "lightness", "percentage", "colors", "mixing", "color", "wheel", "neither", "specified", "value"], "css_properties": ["below", "shades", "value", "with", "form"]}, "source_url": "https://www.w3schools.com/css/css_colors_hsl.asp", "has_tiy": false}
{"question_id": "css_csscolors_code_challenge_016", "category": "CSS", "topic": "csscolors_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSColors Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSColors Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Colors Code Challenge ❮ Previous\n\nCSS\nColors Code Challenge\n❮ Previous\nNext ❯\nChallenge: Colors\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscolors_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "colors", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_colors.asp", "has_tiy": false}
{"question_id": "css_cssbackgrounds_017", "category": "CSS", "topic": "cssbackgrounds", "difficulty": "beginner", "question": "Qual e a funcao de CSSBackgrounds em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSBackgrounds\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Backgrounds ❮ Previous\n\nCSS\nBackgrounds\n❮ Previous\nNext ❯\nCSS Backgrounds\nThe CSS background properties are used to add background effects for elements.\nIn these chapters, you will learn about the following CSS background properties:\nbackground-color\nbackground-image\nbackground-repeat\nbackground-attachment\nbackground-position\nbackground\n(shorthand property)\nCSS background-color\nThe\nbackground-color\nproperty specifies the background color of an element.\nExample\nThe background color of a page is set like this:\nbody {\nbac...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground-color\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackgrounds", "examples_count": 5, "has_tiy": false, "keywords": ["following", "example", "color", "backgrounds", "valid", "yourself", "specified", "often", "these", "value"], "css_properties": ["transparent", "opacity", "by", "elements", "colors"]}, "source_url": "https://www.w3schools.com/css/css_background.asp", "has_tiy": false}
{"question_id": "css_cssbackground_image_018", "category": "CSS", "topic": "cssbackground_image", "difficulty": "beginner", "question": "Qual e a funcao de CSSBackground Image em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSBackground Image\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Background Image ❮ Previous\n\nCSS\nBackground Image\n❮ Previous\nNext ❯\nCSS background-image\nThe\nbackground-image\nproperty specifies an image to use as the background of an element.\nBy default, the image is repeated so it covers the entire element.\nExample\nSet the background image for a page:\nbody {\nbackground-image: url(\"paper.gif\");\n}\nTry it Yourself »\nExample\nThis example shows a\nbad combination\nof text and background image. The text is \nhardly readable:\nbody {\nbackground-image: url(\"bgdesert.jpg\");\n}\nTry it Yourself »\nNote:...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground-image\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackground_image", "examples_count": 1, "has_tiy": false, "keywords": ["repeated", "image", "example", "disturb", "combination", "yourself", "entire", "shows", "using", "previous"], "css_properties": ["page", "element", "ote", "readable", "ideo"]}, "source_url": "https://www.w3schools.com/css/css_background_image.asp", "has_tiy": false}
{"question_id": "css_cssbackground_image_repeat_019", "category": "CSS", "topic": "cssbackground_image_repeat", "difficulty": "beginner", "question": "Descreva CSSBackground Image Repeat com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSBackground Image Repeat\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Background Image Repeat ❮ Previous\n\nCSS\nBackground Image Repeat\n❮ Previous\nNext ❯\nCSS background-repeat\nThe\nbackground-repeat\nproperty sets if/how a background image will be \nrepeated.\nBy default, a background-image is repeated both vertically and horizontally.\nSome images should be repeated only horizontally or vertically, or they will look strange, like this:\nExample\nbody\n{\nbackground-image: url(\"gradient_bg.png\");\n}\nTry it Yourself »\nCSS background-repeat Horizontally\nIf the image above is repeated only horizontally (\nbackgroun...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground-repeat\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackground_image_repeat", "examples_count": 5, "has_tiy": false, "keywords": ["repeated", "image", "should", "example", "above", "yourself", "images", "previous", "vertically", "property"], "css_properties": ["corner", "background-position", "background-repeat", "better", "once"]}, "source_url": "https://www.w3schools.com/css/css_background_repeat.asp", "has_tiy": false}
{"question_id": "css_cssbackground_attachment_020", "category": "CSS", "topic": "cssbackground_attachment", "difficulty": "beginner", "question": "Qual e a funcao de CSSBackground Attachment em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSBackground Attachment\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Background Attachment ❮ Previous\n\nCSS\nBackground Attachment\n❮ Previous\nNext ❯\nCSS background-attachment\nThe\nbackground-attachment\nproperty specifies \nwhether the background image should scroll or be fixed (will not scroll with the \nrest of the page):\nExample\nSpecify that the background image should be fixed:\nbody\n{\nbackground-image: url(\"img_tree.png\");\nbackground-repeat: no-repeat;\nbackground-position: right top;\nbackground-attachment: fixed;\n}\nTry it Yourself »\nExample\nSpecify that the background image should scroll with the r...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground-attachment\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackground_attachment", "examples_count": 1, "has_tiy": false, "keywords": ["should", "image", "description", "attachment", "example", "yourself", "scroll", "previous", "fixed", "right"], "css_properties": ["page", "background-position", "background-repeat", "fixed", "background-attachment"]}, "source_url": "https://www.w3schools.com/css/css_background_attachment.asp", "has_tiy": false}
{"question_id": "css_cssbackground_shorthand_021", "category": "CSS", "topic": "cssbackground_shorthand", "difficulty": "beginner", "question": "Descreva CSSBackground Shorthand com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSBackground Shorthand\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Background Shorthand ❮ Previous\n\nCSS\nBackground Shorthand\n❮ Previous\nNext ❯\nCSS background - Shorthand property\nTo shorten the code, it is possible to specify all the background properties in one \nsingle property. This is called a shorthand property.\nInstead of writing:\nbody {\nbackground-color: #ffffff;\nbackground-image: \n url(\"img_tree.png\");\nbackground-repeat: no-repeat;\nbackground-position: right top;\n}\nYou can use the shorthand property\nbackground\n:\nExample\nUse the shorthand property to set all the background properties in...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackground_shorthand", "examples_count": 5, "has_tiy": false, "keywords": ["following", "example", "instead", "shorthand", "possible", "shorten", "yourself", "called", "previous", "right"], "css_properties": ["writing", "background-position", "background-repeat", "declaration", "background"]}, "source_url": "https://www.w3schools.com/css/css_background_shorthand.asp", "has_tiy": false}
{"question_id": "css_cssbackgrounds_code_challenge_022", "category": "CSS", "topic": "cssbackgrounds_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSBackgrounds Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSBackgrounds Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Backgrounds Code Challenge ❮ Previous\n\nCSS\nBackgrounds Code Challenge\n❮ Previous\nNext ❯\nChallenge: Backgrounds\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbackgrounds_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "backgrounds", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_background.asp", "has_tiy": false}
{"question_id": "css_cssborders_023", "category": "CSS", "topic": "cssborders", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSBorders e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSBorders\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Borders ❮ Previous\n\nCSS\nBorders\n❮ Previous\nNext ❯\nCSS Borders\nThe CSS border properties allow you to specify the style, width, and color of an element's border.\nI have borders on all sides.\nI have a red, bottom border.\nI have rounded borders.\nI have a blue, left border.\nCSS Border Style\nThe\nborder-style\nproperty specifies what kind of border to display.\nThe following values are allowed:\ndotted\n- Defines a dotted border\ndashed\n- Defines a dashed border\nsolid\n- Defines a solid border\ndouble\n- Defines a double border\n...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nborder-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssborders", "examples_count": 1, "has_tiy": false, "keywords": ["bottom", "effect", "values", "dashed", "solid", "depends", "style", "specifies", "color", "following"], "css_properties": ["esult", "allowed", "border-style", "ote", "styles"]}, "source_url": "https://www.w3schools.com/css/css_border.asp", "has_tiy": false}
{"question_id": "css_cssborder_width_024", "category": "CSS", "topic": "cssborder_width", "difficulty": "beginner", "question": "Descreva CSSBorder Width com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSBorder Width\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Border Width ❮ Previous\n\nCSS\nBorder Width\n❮ Previous\nNext ❯\nCSS Border Width\nThe\nborder-width\nproperty specifies the width of the four borders.\nThe width can be set as a specific size (in px, pt, cm, em, etc) or by using \none of the three pre-defined values: thin, medium, or thick:\nExample\nDemonstration of the different border widths:\np.one\n{\nborder-style: solid;\nborder-width: 5px;\n}\np.two\n{\nborder-style: solid;\nborder-width: medium;\n}\np.three\n{\nborder-style: dotted;\nborder-width: 2px;\n}\np.four\n{\nborder-style: dotted;\nb...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nborder-width\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssborder_width", "examples_count": 2, "has_tiy": false, "keywords": ["example", "widths", "yourself", "medium", "specific", "border", "using", "thick", "previous", "different"], "css_properties": ["esult", "widths", "border-width", "values", "thick"]}, "source_url": "https://www.w3schools.com/css/css_border_width.asp", "has_tiy": false}
{"question_id": "css_cssborder_color_025", "category": "CSS", "topic": "cssborder_color", "difficulty": "beginner", "question": "Qual e a funcao de CSSBorder Color em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSBorder Color\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Border Color ❮ Previous\n\nCSS\nBorder Color\n❮ Previous\nNext ❯\nCSS Border Color\nThe\nborder-color\nproperty is used to set the color of the four borders.\nThe color can be set by:\nname - specify a color name, like \"red\"\nHEX - specify a HEX value, like \"#ff0000\"\nRGB - specify a RGB value, like \"rgb(255,0,0)\"\nHSL - specify a HSL value, like \"hsl(0, 100%, 50%)\"\ntransparent\nNote:\nIf\nborder-color\nis not set, it inherits the color of the element.\nExample\nDemonstration of the different border colors:\np.one\n{\nborder-style: solid;\nbor...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nborder-color\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssborder_color", "examples_count": 3, "has_tiy": false, "keywords": ["example", "transparent", "inherits", "border", "previous", "different", "property", "demonstration", "color", "specify"], "css_properties": ["esult", "by", "values", "colors", "border-style"]}, "source_url": "https://www.w3schools.com/css/css_border_color.asp", "has_tiy": false}
{"question_id": "css_cssborder_sides_026", "category": "CSS", "topic": "cssborder_sides", "difficulty": "beginner", "question": "Explique o conceito de CSSBorder Sides em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSBorder Sides\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Border Sides ❮ Previous\n\nCSS\nBorder Sides\n❮ Previous\nNext ❯\nCSS Border - Individual Sides\nFrom the examples on the previous pages, you have seen that it is possible to specify a \ndifferent border for each side.\nIn CSS, there are also properties for specifying each of the borders (top, \nright, bottom, and left):\nborder-top-style\nborder-right-style\nborder-bottom-style\nborder-left-style\nIn the example below we use the four properties above to set the style of \neach border side:\nExample\np\n{\nborder-top-style: dotted;\nborder-...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nborder-top-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssborder_sides", "examples_count": 5, "has_tiy": false, "keywords": ["yourself", "style", "shorthand", "borders", "sides", "previous", "different", "specify", "individual", "possible"], "css_properties": ["works", "esult", "above", "side", "border-left-style"]}, "source_url": "https://www.w3schools.com/css/css_border_sides.asp", "has_tiy": false}
{"question_id": "css_cssshorthand_border_property_027", "category": "CSS", "topic": "cssshorthand_border_property", "difficulty": "beginner", "question": "Como funciona CSSShorthand Border Property?", "starter_code": "~MSG~\nAprenda sobre: CSSShorthand Border Property\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Shorthand Border Property ❮ Previous\n\nCSS\nShorthand Border Property\n❮ Previous\nNext ❯\nCSS Border - Shorthand Property\nLike you saw in the previous page, there are many properties to consider when dealing with borders.\nTo shorten the code, it is also possible to specify all the individual border properties in \none property.\nThe\nborder\nproperty is a shorthand property for the following individual border properties:\nborder-width\nborder-style\n(required)\nborder-color\nExample\np {\nborder: 5px solid red;\n}\nResult:\nSome text\nTry it Yourself ...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nborder-width\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssshorthand_border_property", "examples_count": 3, "has_tiy": false, "keywords": ["following", "there", "example", "possible", "consider", "dealing", "shorten", "individual", "border", "solid"], "css_properties": ["esult", "border-left", "side", "border", "properties"]}, "source_url": "https://www.w3schools.com/css/css_border_shorthand.asp", "has_tiy": false}
{"question_id": "css_cssrounded_borders_028", "category": "CSS", "topic": "cssrounded_borders", "difficulty": "beginner", "question": "Qual e a funcao de CSSRounded Borders em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSRounded Borders\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Rounded Borders ❮ Previous\n\nCSS\nRounded Borders\n❮ Previous\nNext ❯\nCSS Rounded Borders\nThe\nborder-radius\nproperty is used to add rounded borders to an element:\nNormal border\nRound border\nRounder border\nRoundest border\nExample\np {\nborder: 2px solid red;\nborder-radius: 5px;\n}\nTry it Yourself »\nMore Examples\nAll the top border properties in one declaration\nThis example demonstrates a shorthand property for setting all of the properties for the top border in one declaration.\nSet the style of the bottom border\nThis example demon...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nborder-radius\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssrounded_borders", "examples_count": 1, "has_tiy": false, "keywords": ["bottom", "yourself", "demonstrates", "solid", "style", "shorthand", "width", "round", "borders", "roundest"], "css_properties": ["border-radius", "border", "element"]}, "source_url": "https://www.w3schools.com/css/css_border_rounded.asp", "has_tiy": false}
{"question_id": "css_cssborders_code_challenge_029", "category": "CSS", "topic": "cssborders_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSBorders Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSBorders Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Borders Code Challenge ❮ Previous\n\nCSS\nBorders Code Challenge\n❮ Previous\nNext ❯\nChallenge: Borders\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssborders_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "borders", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_border.asp", "has_tiy": false}
{"question_id": "css_cssmargins_030", "category": "CSS", "topic": "cssmargins", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSMargins e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSMargins\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Margins ❮ Previous\n\nCSS\nMargins\n❮ Previous\nNext ❯\nCSS Margins\nThe CSS margin properties are used to create space around elements, \noutside of any defined borders.\nMargins define the distance between an element's border and the surrounding \nelements.\nWith CSS, you have full control over the margins. CSS has properties \nfor setting the margin for each individual side of an element (top, right, bottom, and left), \nand a shorthand property for setting all the margin properties in one \ndeclaration.\nThis element has a ma...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nmargin-top\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssmargins", "examples_count": 4, "has_tiy": false, "keywords": ["yourself", "define", "shorthand", "defined", "distance", "margins", "surrounding", "setting", "element", "sides"], "css_properties": ["works", "margin-top", "margin-left", "margin-right", "values"]}, "source_url": "https://www.w3schools.com/css/css_margin.asp", "has_tiy": false}
{"question_id": "css_cssmargin_collapse_031", "category": "CSS", "topic": "cssmargin_collapse", "difficulty": "beginner", "question": "Explique o conceito de CSSMargin Collapse em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSMargin Collapse\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Margin Collapse ❮ Previous\n\nCSS\nMargin Collapse\n❮ Previous\nNext ❯\nCSS Margin Collapse\nMargin collapse is when two margins collapse into a single margin.\nTop and bottom margins of elements are sometimes collapsed into a single \nmargin that is equal to the largest of the two margins.\nNote:\nMargin collapse only happens with top and bottom \nmargins! Not left and right margins!\nIn the following example, the <h1> element has a bottom margin of 50px and \nthe <h2> element has a top margin of 20px. So, the vertical margin between t...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssmargin_collapse", "examples_count": 0, "has_tiy": false, "keywords": ["equal", "bottom", "largest", "elements", "sometimes", "right", "happens", "following", "margins", "would"], "css_properties": ["margin-top", "collapse", "px", "ote", "margin-bottom"]}, "source_url": "https://www.w3schools.com/css/css_margin_collapse.asp", "has_tiy": false}
{"question_id": "css_cssmargins_code_challenge_032", "category": "CSS", "topic": "cssmargins_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSMargins Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSMargins Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Margins Code Challenge ❮ Previous\n\nCSS\nMargins Code Challenge\n❮ Previous\nNext ❯\nChallenge: Margins\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssmargins_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "margins", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_margin.asp", "has_tiy": false}
{"question_id": "css_csspadding_033", "category": "CSS", "topic": "csspadding", "difficulty": "beginner", "question": "Descreva CSSPadding com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSPadding\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Padding ❮ Previous\n\nCSS\nPadding\n❮ Previous\nNext ❯\nCSS Padding\nThe CSS padding properties are used to generate space around \nan element's content, inside of any defined borders.\nWith CSS, you have full control over the padding. There are properties \nfor setting the padding for each side of an element (top, right, bottom, and left), \nand a shorthand property for setting all the padding properties in one \ndeclaration.\nThis element has a padding of 70px.\nTry it Yourself »\nPadding - Individual Sides\nCSS has properties f...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\npadding-top\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspadding", "examples_count": 4, "has_tiy": false, "keywords": ["padding", "there", "around", "generate", "setting", "individual", "yourself", "specifying", "element", "sides"], "css_properties": ["works", "padding-top", "padding-bottom", "padding", "values"]}, "source_url": "https://www.w3schools.com/css/css_padding.asp", "has_tiy": false}
{"question_id": "css_csspaddingand_box-sizing_034", "category": "CSS", "topic": "csspaddingand_box-sizing", "difficulty": "beginner", "question": "Como funciona CSSPaddingand box-sizing?", "starter_code": "~MSG~\nAprenda sobre: CSSPaddingand box-sizing\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Padding and box-sizing\n\nCSS\nPadding\nand box-sizing\n❮ Previous\nNext ❯\nPadding and Element Width\nThe CSS\nwidth\nproperty specifies the width of the element's content area. The \ncontent area is the portion inside the padding, border, and margin of an element \n(\nthe box model\n).\nSo, if an element has a specified width, the padding added to that element will \nbe added to the total width of the element. This is often an undesirable result.\nExample\nHere, the <div> element is given a width of 300px. \nHowever, the actual width o...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nbox-sizing\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspaddingand_box-sizing", "examples_count": 4, "has_tiy": false, "keywords": ["often", "inside", "given", "specifies", "width", "specified", "element", "previous", "added", "total"], "css_properties": ["padding", "calculated", "values", "box-sizing", "width"]}, "source_url": "https://www.w3schools.com/css/css_padding_box-sizing.asp", "has_tiy": false}
{"question_id": "css_csspadding_code_challenge_035", "category": "CSS", "topic": "csspadding_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSPadding Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSPadding Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Padding Code Challenge ❮ Previous\n\nCSS\nPadding Code Challenge\n❮ Previous\nNext ❯\nChallenge: Padding\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspadding_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "padding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_padding.asp", "has_tiy": false}
{"question_id": "css_cssheight_and_width_036", "category": "CSS", "topic": "cssheight_and_width", "difficulty": "beginner", "question": "Qual e a funcao de CSSHeight and Width em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSHeight and Width\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Height and Width ❮ Previous\n\nCSS\nHeight and Width\n❮ Previous\nNext ❯\nCSS Height and Width\nThe CSS\nheight\nand\nwidth\nproperties are used to set the height and width of an element.\nThis element has a height of 70 pixels and a width of 100%.\nTry it Yourself »\nCSS Set height and width\nThe\nheight\nand\nwidth\nproperties are used to set the \nheight and width of an element.\nThe height and width do not include padding, borders, or margins. \nIt sets the height and width of the area inside the padding, border, \nand margin of the element.\n...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssheight_and_width", "examples_count": 0, "has_tiy": false, "keywords": ["height", "pixels", "yourself", "element", "previous", "properties", "include", "inside", "margin", "width"], "css_properties": ["height", "values", "element", "ote", "background-color"]}, "source_url": "https://www.w3schools.com/css/css_height_width.asp", "has_tiy": false}
{"question_id": "css_cssmin/max_height_and_width_037", "category": "CSS", "topic": "cssmin/max_height_and_width", "difficulty": "beginner", "question": "Qual e a funcao de CSSMin/Max Height and Width em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSMin/Max Height and Width\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Min/Max Height and Width ❮ Previous\n\nCSS\nMin/Max Height and Width\n❮ Previous\nNext ❯\nCSS Min/Max Height and Width\nThe\nmin-width\nand\nmax-width\nproperties are used to set the minimum and maximum width of an element.\nThe\nmin-height\nand\nmax-height\nproperties are used to set the minimum and maximum height of an element.\nCSS Using max-width\nThe\nmax-width\nproperty sets the maximum \nallowed width of an element. This prevents the width of an element to be larger \nthan the\nmax-width\nproperty value.\nThe\nmax-width\nproperty can have the followin...\n~/MSG~", "code": "~FILE[example_3.code]~\n~LANG[Code]~\n~CODE~\nmin-height\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssmin/max_height_and_width", "examples_count": 2, "has_tiy": false, "keywords": ["following", "height", "defines", "larger", "using", "element", "previous", "allowed", "properties", "property"], "css_properties": ["pixels", "values", "max-width", "ote", "property"]}, "source_url": "https://www.w3schools.com/css/css_height_width_min_max.asp", "has_tiy": false}
{"question_id": "css_cssheight_and_width_code_challenge_038", "category": "CSS", "topic": "cssheight_and_width_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSHeight and Width Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSHeight and Width Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Height and Width Code Challenge ❮ Previous\n\nCSS\nHeight and Width Code Challenge\n❮ Previous\nNext ❯\nChallenge: Height/Width\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssheight_and_width_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "height", "color", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_height_width.asp", "has_tiy": false}
{"question_id": "css_cssbox_model_039", "category": "CSS", "topic": "cssbox_model", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSBox Model e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSBox Model\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Box Model ❮ Previous\n\nCSS\nBox Model\n❮ Previous\nNext ❯\nThe CSS Box Model\nIn CSS, the term \"box model\" is used when talking about web design and layout.\nThe CSS box model is essentially a box that wraps around every HTML element.\nEvery box consists of four parts: content, padding, borders and margins.\nThe image below illustrates the CSS box model:\nExplanation of the different parts (from innermost part to outermost part):\nContent\n- The content of the box, where text and images appear\nPadding\n- Clears an area around the...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbox_model", "examples_count": 0, "has_tiy": false, "keywords": ["outermost", "every", "parts", "talking", "borders", "essentially", "previous", "different", "consists", "about"], "css_properties": ["padding", "calculation", "height", "mportant", "px"]}, "source_url": "https://www.w3schools.com/css/css_boxmodel.asp", "has_tiy": false}
{"question_id": "css_cssbox_model_code_challenge_040", "category": "CSS", "topic": "cssbox_model_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSBox Model Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSBox Model Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Box Model Code Challenge ❮ Previous\n\nCSS\nBox Model Code Challenge\n❮ Previous\nNext ❯\nChallenge: Box Model\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssbox_model_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "coding", "track", "previous", "completing", "small", "model", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_boxmodel.asp", "has_tiy": false}
{"question_id": "css_cssoutline_041", "category": "CSS", "topic": "cssoutline", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSOutline e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSOutline\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline ❮ Previous\n\nCSS\nOutline\n❮ Previous\nNext ❯\nCSS Outline\nAn outline is a line that is drawn around elements, OUTSIDE the borders, to make the element \"stand out\".\nThis element has a black border and a green outline with a width of 5px.\nTry it Yourself »\nNote:\nOutline differs from\nborders\n! The outline is \ndrawn outside the element's border, and may overlap other content. Also, the outline is \nNOT a part of the element's dimensions; the element's total width and height\nis not affected by the width of the outlin...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noutline-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline", "examples_count": 4, "has_tiy": false, "keywords": ["yourself", "specifies", "differs", "width", "following", "borders", "element", "previous", "black", "green"], "css_properties": ["esult", "values", "outline-style", "ote", "properties"]}, "source_url": "https://www.w3schools.com/css/css_outline.asp", "has_tiy": false}
{"question_id": "css_cssoutline_width_042", "category": "CSS", "topic": "cssoutline_width", "difficulty": "beginner", "question": "Descreva CSSOutline Width com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSOutline Width\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline Width ❮ Previous\n\nCSS\nOutline Width\n❮ Previous\nNext ❯\nCSS Outline Width\nThe\noutline-width\nproperty specifies the width of the outline, \nand can have one of the following values:\nthin\n(typically 1px)\nmedium\n(typically 3px)\nthick\n(typically 5px)\nA specific size (in px, pt, cm, em, etc)\nCSS Outline Width Examples\nHere are some outlines with different widths:\nA thin outline.\nA medium outline.\nA thick outline.\nA \n8px thick outline.\nExample\nDemonstration of different outline widths:\np {\npadding: 5px;\noutline-style: sol...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noutline-width\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline_width", "examples_count": 1, "has_tiy": false, "keywords": ["following", "outline", "example", "medium", "specific", "outlines", "thick", "previous", "examples", "different"], "css_properties": ["padding", "outline-width", "widths", "values", "outline-color"]}, "source_url": "https://www.w3schools.com/css/css_outline_width.asp", "has_tiy": false}
{"question_id": "css_cssoutline_color_043", "category": "CSS", "topic": "cssoutline_color", "difficulty": "beginner", "question": "Qual e a funcao de CSSOutline Color em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSOutline Color\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline Color ❮ Previous\n\nCSS\nOutline Color\n❮ Previous\nNext ❯\nCSS Outline Color\nThe\noutline-color\nproperty is used to set the color of the outline.\nThe color can be set by:\nname - specify a color name, like \"red\"\nHEX - specify a hex value, like \"#ff0000\"\nRGB - specify a RGB value, like \"rgb(255,0,0)\"\nHSL - specify a HSL value, like \"hsl(0, 100%, 50%)\"\ninvert - performs a color inversion (which ensures that the outline is visible, regardless of color background)\nCSS Outline Color Examples\nHere are some different outlines ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noutline-color\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline_color", "examples_count": 1, "has_tiy": false, "keywords": ["ensures", "outline", "performs", "outlines", "regardless", "these", "elements", "previous", "invert", "inversion"], "css_properties": ["padding", "outline", "by", "values", "border"]}, "source_url": "https://www.w3schools.com/css/css_outline_color.asp", "has_tiy": false}
{"question_id": "css_cssoutline_shorthand_044", "category": "CSS", "topic": "cssoutline_shorthand", "difficulty": "beginner", "question": "Explique o conceito de CSSOutline Shorthand em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSOutline Shorthand\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline Shorthand ❮ Previous\n\nCSS\nOutline Shorthand\n❮ Previous\nNext ❯\nCSS Outline - Shorthand property\nThe\noutline\nproperty is a shorthand property for \nsetting the following individual outline properties:\noutline-width\noutline-style\n(required)\noutline-color\nYou can specify one, two, or three values from the list above. The order of the values does not matter.\nCSS Outline Shorthand Examples\nHere are some different outlines specified with the shorthand\noutline\nproperty:\nA dashed outline.\nA dotted red outline.\nA 7px solid yell...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\noutline-width\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline_shorthand", "examples_count": 3, "has_tiy": false, "keywords": ["values", "dashed", "solid", "three", "shorthand", "following", "setting", "specified", "previous", "different"], "css_properties": ["outline", "border-radius", "properties", "property", "corners"]}, "source_url": "https://www.w3schools.com/css/css_outline_shorthand.asp", "has_tiy": false}
{"question_id": "css_cssoutline_offset_045", "category": "CSS", "topic": "cssoutline_offset", "difficulty": "beginner", "question": "Como funciona CSSOutline Offset?", "starter_code": "~MSG~\nAprenda sobre: CSSOutline Offset\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline Offset ❮ Previous\n\nCSS\nOutline Offset\n❮ Previous\nNext ❯\nCSS Outline Offset\nThe\noutline-offset\nproperty adds \na space between an outline and the edge/border of an element. The space between an \nelement and its outline is transparent.\nThe following example specifies an outline 15px outside the border edge:\nThis paragraph has a black border and a red outline 15px outside the border edge.\nExample\np {\nmargin: 30px;\npadding: 5px;\nborder: 1px solid black;\noutline: \n 3px solid red;\noutline-offset: 15px;\n}\nTry it Yourself...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noutline-offset\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline_offset", "examples_count": 1, "has_tiy": false, "keywords": ["following", "paragraph", "outline", "example", "offset", "yourself", "solid", "border", "shows", "element"], "css_properties": ["padding", "outline", "transparent", "border", "edge"]}, "source_url": "https://www.w3schools.com/css/css_outline_offset.asp", "has_tiy": false}
{"question_id": "css_cssoutline_code_challenge_046", "category": "CSS", "topic": "cssoutline_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSOutline Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSOutline Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Outline Code Challenge ❮ Previous\n\nCSS\nOutline Code Challenge\n❮ Previous\nNext ❯\nChallenge: Outline\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoutline_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "outline", "color", "picker", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_outline.asp", "has_tiy": false}
{"question_id": "css_csstext_color_047", "category": "CSS", "topic": "csstext_color", "difficulty": "beginner", "question": "Qual e a funcao de CSSText Color em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSText Color\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Color ❮ Previous\n\nCSS\nText Color\n❮ Previous\nNext ❯\nCSS Text Formatting\nCSS has a lot of properties for styling and formatting text.\ntext formatting\nThis text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties.\nThe paragraph is indented, aligned, and the space between characters is specified. The underline is removed from this colored\n\"Try it Yourself\"\nlink.\nTry it Yourself »\nCSS Text Color\nThe\ncolor\nproperty is used to set the color of the ...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nbackground-color\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_color", "examples_count": 1, "has_tiy": false, "keywords": ["heading", "styled", "formatting", "paragraph", "yourself", "characters", "styling", "underline", "removed", "specified"], "css_properties": ["by", "mportant", "property", "background-color", "color"]}, "source_url": "https://www.w3schools.com/css/css_text.asp", "has_tiy": false}
{"question_id": "css_csstext_alignment_048", "category": "CSS", "topic": "csstext_alignment", "difficulty": "beginner", "question": "Descreva CSSText Alignment com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSText Alignment\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Alignment ❮ Previous\n\nCSS\nText Alignment\n❮ Previous\nNext ❯\nCSS Text Alignment and Text Direction\nIn this chapter you will learn about the following properties:\ntext-align\ntext-align-last\nvertical-align\ndirection\nunicode-bidi\nText Alignment\nThe\ntext-align\nproperty is used to set the horizontal alignment of a text.\nThis property can have one of the following values:\nleft\n- Aligns the text to the left\nright\n- Aligns the text to the right\ncenter\n- Centers the text\njustify\n- Stretches the lines so that \n each line has eq...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-align\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_alignment", "examples_count": 4, "has_tiy": false, "keywords": ["center", "equal", "lines", "alignment", "justify", "right", "chapter", "default", "width", "following"], "css_properties": ["text-align", "text-align-last", "values", "elements", "properties"]}, "source_url": "https://www.w3schools.com/css/css_text_align.asp", "has_tiy": false}
{"question_id": "css_csstext_decoration_049", "category": "CSS", "topic": "csstext_decoration", "difficulty": "beginner", "question": "Descreva CSSText Decoration com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSText Decoration\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Decoration ❮ Previous\n\nCSS\nText Decoration\n❮ Previous\nNext ❯\nCSS Text Decoration\nThe CSS\ntext-decoration\nproperty is used to control the appearance of decorative lines on text.\nIt is a shorthand property for the following individual properties:\ntext-decoration-line\ntext-decoration-color\ntext-decoration-style\ntext-decoration-thickness\nAdd a Decoration Line to Text\nThe CSS\ntext-decoration-line\nproperty \nsets the type of decoration line added to the text.\nThis property can have one or more of the following values:\nnone\n-...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-decoration\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_decoration", "examples_count": 5, "has_tiy": false, "keywords": ["following", "under", "displayed", "default", "lines", "individual", "decorative", "underline", "appearance", "decoration"], "css_properties": ["lines", "values", "text-decoration-color", "text-decoration-line", "ote"]}, "source_url": "https://www.w3schools.com/css/css_text_decoration.asp", "has_tiy": false}
{"question_id": "css_csstext_decoration_styles_050", "category": "CSS", "topic": "csstext_decoration_styles", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSText Decoration Styles e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSText Decoration Styles\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Decoration Styles ❮ Previous\n\nCSS\nText Decoration Styles\n❮ Previous\nNext ❯\nSpecify a Style for the Decoration Line\nThe CSS\ntext-decoration-style\nproperty \nsets the style of the decoration line.\nThis property can have one of the following values:\nsolid\n- Default value. Single line\ndouble\n- Double line\ndotted\n- Dotted line\ndashed\n- Dashed line\nwavy\n- Wavy line\nExample\nAdd different styles for the decoration line:\nh1 {\ntext-decoration-line: underline;\ntext-decoration-style: solid;\n}\nh2 {\ntext-decoration-line: underline;\ntext-de...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-decoration-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_decoration_styles", "examples_count": 1, "has_tiy": false, "keywords": ["following", "example", "dashed", "solid", "single", "decoration", "style", "previous", "double", "different"], "css_properties": ["text-decoration-style", "text-decoration-thickness", "for", "text-decoration", "values"]}, "source_url": "https://www.w3schools.com/css/css_text_decoration_styles.asp", "has_tiy": false}
{"question_id": "css_csstext_transformation_051", "category": "CSS", "topic": "csstext_transformation", "difficulty": "beginner", "question": "Como funciona CSSText Transformation?", "starter_code": "~MSG~\nAprenda sobre: CSSText Transformation\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Transformation ❮ Previous\n\nCSS\nText Transformation\n❮ Previous\nNext ❯\nCSS Text Transformation\nThe CSS\ntext-transform\nproperty is used to \ncontrol the capitalization of text in an element.\nIt can be used to transform a text into uppercase or lowercase letters, or \ncapitalize the first letter of each word, without changing the original content \nin HTML.\nThis property can have one of the following values:\nnone\n- No transformation. Text renders as it is\ncapitalize\n- Transforms the first character of each word to uppercase\nuppe...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-transform\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_transformation", "examples_count": 2, "has_tiy": false, "keywords": ["lowercase", "following", "capitalize", "character", "without", "previous", "transformation", "changing", "demonstration", "transforms"], "css_properties": ["text-transform", "values", "property"]}, "source_url": "https://www.w3schools.com/css/css_text_transformation.asp", "has_tiy": false}
{"question_id": "css_csstext_spacing_052", "category": "CSS", "topic": "csstext_spacing", "difficulty": "beginner", "question": "Explique o conceito de CSSText Spacing em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSText Spacing\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Spacing ❮ Previous\n\nCSS\nText Spacing\n❮ Previous\nNext ❯\nCSS Text Spacing\nCSS has several properties to control text spacing.\nIn this chapter you will learn about the following properties:\ntext-indent\nletter-spacing\nline-height\nword-spacing\nwhite-space\nCSS Text Indentation\nThe CSS\ntext-indent\nproperty is used to specify the indentation of the first line \nin a text-block.\nTip:\nNegative values are allowed. The first line will be \nindented to the left if the value is negative.\nExample\nIndent the first line of text in a ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-indent\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_spacing", "examples_count": 5, "has_tiy": false, "keywords": ["yourself", "values", "chapter", "following", "value", "previous", "indented", "about", "specify", "spacing"], "css_properties": ["text-block", "letter-spacing", "text-indent", "words", "white-space"]}, "source_url": "https://www.w3schools.com/css/css_text_spacing.asp", "has_tiy": false}
{"question_id": "css_csstext_shadow_053", "category": "CSS", "topic": "csstext_shadow", "difficulty": "beginner", "question": "Explique o conceito de CSSText Shadow em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSText Shadow\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Shadow ❮ Previous\n\nCSS\nText Shadow\n❮ Previous\nNext ❯\nCSS Text Shadow\nThe\ntext-shadow\nproperty adds shadow to text.\nIn its simplest use, you only specify the horizontal and the vertical shadow.\nIn addition, you can add a shadow color and blur effect.\nText shadow effect!\nExample\nHorizontal and vertical shadow:\nh1\n{\ntext-shadow: 2px 2px;\n}\nTry it Yourself »\nNext, add a color (red) to the shadow:\nText shadow effect!\nExample\nHorizontal and vertical shadow, with color:\nh1\n{\ntext-shadow: 2px 2px red;\n}\nTry it Yourself »\n...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-shadow\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_shadow", "examples_count": 2, "has_tiy": false, "keywords": ["simplest", "example", "yourself", "effect", "previous", "vertical", "property", "shadow", "horizontal", "color"], "css_properties": ["effect", "glow", "text-shadow", "text", "shadow"]}, "source_url": "https://www.w3schools.com/css/css_text_shadow.asp", "has_tiy": false}
{"question_id": "css_csstext_code_challenge_054", "category": "CSS", "topic": "csstext_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSText Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSText Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Text Code Challenge ❮ Previous\n\nCSS\nText Code Challenge\n❮ Previous\nNext ❯\nChallenge: Text\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstext_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_text.asp", "has_tiy": false}
{"question_id": "css_cssfonts_055", "category": "CSS", "topic": "cssfonts", "difficulty": "beginner", "question": "Explique o conceito de CSSFonts em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSFonts\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Fonts ❮ Previous\n\nCSS\nFonts\n❮ Previous\nNext ❯\nFont Selection is Important\nChoosing the right font has a huge impact on how the readers experience a website.\nThe right font can create a strong identity for your brand.\nChoosing a font that is easy to read is important. It is also important to choose \na good color and size \nfor your font.\nThe CSS font-family Property\nThe CSS\nfont-family\nproperty \nspecifies the font for an element.\nTip:\nThe\nfont-family\nproperty should \nhold several font names as a \"fallback\" system. ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nfont-family\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfonts", "examples_count": 2, "has_tiy": false, "keywords": ["readers", "browser", "right", "tries", "specifies", "color", "impact", "previous", "choose", "names"], "css_properties": ["like", "families", "paragraphs", "ote", "ip"]}, "source_url": "https://www.w3schools.com/css/css_font.asp", "has_tiy": false}
{"question_id": "css_cssweb_safe_fonts_056", "category": "CSS", "topic": "cssweb_safe_fonts", "difficulty": "beginner", "question": "Descreva CSSWeb Safe Fonts com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSWeb Safe Fonts\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Web Safe Fonts ❮ Previous\n\nCSS\nWeb Safe Fonts\n❮ Previous\nNext ❯\nWhat are Web Safe Fonts?\nWeb safe fonts are fonts that are universally installed across all browsers and devices.\nFallback Fonts\nHowever, there are no 100% completely web safe fonts. There is always a \nchance that a font is not found or is not installed properly.\nTherefore, it is very important to always use fallback fonts.\nThis means that you should add a list of similar \"backup fonts\" in \nthe\nfont-family\nproperty. If the \nfirst font does not work, the brows...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nfont-family\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssweb_safe_fonts", "examples_count": 1, "has_tiy": false, "keywords": ["should", "fonts", "there", "completely", "similar", "browsers", "first", "browser", "always", "previous"], "css_properties": ["fonts", "font-family", "found", "ote"]}, "source_url": "https://www.w3schools.com/css/css_font_websafe.asp", "has_tiy": false}
{"question_id": "css_cssfont_fallbacks_057", "category": "CSS", "topic": "cssfont_fallbacks", "difficulty": "beginner", "question": "Como funciona CSSFont Fallbacks?", "starter_code": "~MSG~\nAprenda sobre: CSSFont Fallbacks\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Font Fallbacks ❮ Previous\n\nCSS\nFont Fallbacks\n❮ Previous\nNext ❯\nCommonly Used Font Fallbacks\nBelow are some commonly used font fallbacks, organized by the 5 generic font families:\nSerif\nSans-serif\nMonospace\nCursive\nFantasy\nSerif Fonts\nfont-family\nExample text\nCode\n\"Times New Roman\", Times, serif\nThis is a Heading\nThis is a paragraph.\nTry it\nGeorgia, serif\nThis is a Heading\nThis is a paragraph.\nTry it\nGaramond, serif\nThis is a Heading\nThis is a paragraph.\nTry it\nSans-Serif Fonts\nfont-family\nExample text\nCode\nArial, Helveti...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfont_fallbacks", "examples_count": 0, "has_tiy": false, "keywords": ["heading", "fonts", "example", "generic", "below", "fantasy", "commonly", "fallbacks", "cursive", "previous"], "css_properties": ["ip", "families"]}, "source_url": "https://www.w3schools.com/css/css_font_fallbacks.asp", "has_tiy": false}
{"question_id": "css_cssfont_style_058", "category": "CSS", "topic": "cssfont_style", "difficulty": "beginner", "question": "Como funciona CSSFont Style?", "starter_code": "~MSG~\nAprenda sobre: CSSFont Style\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Font Style ❮ Previous\n\nCSS\nFont Style\n❮ Previous\nNext ❯\nCSS Font Style\nThe CSS\nfont-style\nproperty \nspecifies the font style for a text..\nThis property can have one of the following values:\nnormal\n- The text is shown normally\nitalic\n- The text is shown in italics\noblique\n- The text is \"leaning\"\n(oblique is very similar to italic)\nExample\np.normal {\nfont-style: normal;\n}\np.italic {\nfont-style: italic;\n}\np.oblique {\nfont-style: oblique;\n}\nTry it Yourself »\nCSS Font Weight\nThe CSS\nfont-weight\nproperty specifies \nhow thic...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nfont-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfont_style", "examples_count": 2, "has_tiy": false, "keywords": ["following", "should", "example", "oblique", "similar", "italics", "yourself", "characters", "italic", "style"], "css_properties": ["values", "font-style", "font-variant", "font-weight"]}, "source_url": "https://www.w3schools.com/css/css_font_style.asp", "has_tiy": false}
{"question_id": "css_cssfont_size_059", "category": "CSS", "topic": "cssfont_size", "difficulty": "beginner", "question": "Descreva CSSFont Size com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSFont Size\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Font Size ❮ Previous\n\nCSS\nFont Size\n❮ Previous\nNext ❯\nCSS Font Size\nThe CSS\nfont-size\nproperty \nis used to specify the size of the text/font.\nBeing able to manage the text size is very important in web design.\nHowever, you \nshould not use font size adjustments to make paragraphs look like headings, or \nheadings look like paragraphs. Always use the proper HTML tags, like <h1> - <h6> for headings and <p> for \nparagraphs.\nThe\nfont-size\ncan be set to an absolute size or to a relative size.\nAbsolute sizes:\npx\n: Pixels off...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfont_size", "examples_count": 0, "has_tiy": false, "keywords": ["adjustments", "always", "headings", "proper", "being", "pixels", "previous", "manage", "offers", "specify"], "css_properties": ["sizes", "font-size", "px"]}, "source_url": "https://www.w3schools.com/css/css_font_size.asp", "has_tiy": false}
{"question_id": "css_cssgoogle_fonts_060", "category": "CSS", "topic": "cssgoogle_fonts", "difficulty": "beginner", "question": "Qual e a funcao de CSSGoogle Fonts em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSGoogle Fonts\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Google Fonts ❮ Previous\n\nCSS\nGoogle Fonts\n❮ Previous\nNext ❯\nGoogle Fonts\nIf you do not want to use any of the standard fonts in HTML, you can use Google Fonts.\nGoogle Fonts are free to use, and have more than 1000 fonts to choose from.\nHow To Use Google Fonts\nJust add a special style sheet link in the <head> section and then refer to the font in the CSS.\nExample\nHere, we want to use a font named \"Sofia\" from Google Fonts:\n<head>\n<link rel=\"stylesheet\" \n href=\"https://fonts.googleapis.com/css?family=Sofia\">\n<style>\nbody...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\neffect=effectname\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssgoogle_fonts", "examples_count": 3, "has_tiy": false, "keywords": ["fonts", "special", "example", "sofia", "dolor", "named", "sheet", "style", "previous", "ipsum"], "css_properties": ["esult", "fonts", "https", "onts", "ote"]}, "source_url": "https://www.w3schools.com/css/css_font_google.asp", "has_tiy": false}
{"question_id": "css_cssgreat_font_pairings_061", "category": "CSS", "topic": "cssgreat_font_pairings", "difficulty": "beginner", "question": "Qual e a funcao de CSSGreat Font Pairings em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSGreat Font Pairings\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Great Font Pairings ❮ Previous\n\nCSS\nGreat Font Pairings\n❮ Previous\nNext ❯\nFont Pairing Rules\nGreat font pairings are essential to great design!\nHere are some basic rules to create great font pairings:\n1. Complement\nIt is always safe to find font pairings that complement one another.\nA great font combination should harmonize, without being too similar or too different.\n2. Use Font Superfamilies\nA font superfamily is a set of fonts designed to work well together. So, using different fonts within the same superfamily is safe.\nFor...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssgreat_font_pairings", "examples_count": 0, "has_tiy": false, "keywords": ["combination", "always", "within", "pairing", "superfamilies", "being", "following", "rules", "pairings", "without"], "css_properties": ["fonts", "pairings", "font-size", "standards", "xample"]}, "source_url": "https://www.w3schools.com/css/css_font_pairings.asp", "has_tiy": false}
{"question_id": "css_cssfont_property_062", "category": "CSS", "topic": "cssfont_property", "difficulty": "beginner", "question": "Como funciona CSSFont Property?", "starter_code": "~MSG~\nAprenda sobre: CSSFont Property\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Font Property ❮ Previous\n\nCSS\nFont Property\n❮ Previous\nNext ❯\nThe CSS Font Shorthand Property\nTo shorten the code, it is possible to specify all the individual font properties in one \ndeclaration.\nThe CSS\nfont\nproperty is a shorthand property for:\nfont-style\nfont-variant\nfont-weight\nfont-stretch\nfont-size\nline-height\nfont-family\nRules for the CSS Font Shorthand Property\nThe\nfont-size\nand\nfont-family\nvalues are required. If one of the other values is missing, their default value are used.\nIf defined,\nfont-style\n,\nfont-var...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nfont-style\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfont_property", "examples_count": 4, "has_tiy": false, "keywords": ["rules", "possible", "shorten", "individual", "values", "precede", "preceded", "their", "value", "previous"], "css_properties": ["this", "font", "declaration", "for"]}, "source_url": "https://www.w3schools.com/css/css_font_shorthand.asp", "has_tiy": false}
{"question_id": "css_cssfonts_code_challenge_063", "category": "CSS", "topic": "cssfonts_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSFonts Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSFonts Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Fonts Code Challenge ❮ Previous\n\nCSS\nFonts Code Challenge\n❮ Previous\nNext ❯\nChallenge: Fonts\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfonts_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "fonts", "color", "picker", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_font.asp", "has_tiy": false}
{"question_id": "css_css_icons_-font_awesome_064", "category": "CSS", "topic": "css_icons_-font_awesome", "difficulty": "beginner", "question": "Explique o conceito de CSS Icons -Font Awesome em CSS", "starter_code": "~MSG~\nAprenda sobre: CSS Icons -Font Awesome\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Icons - Font Awesome ❮ Previous\n\nCSS Icons -\nFont Awesome\n❮ Previous\nNext ❯\nHow To Add Icons\nIcons can easily be added to your HTML page, by using an icon library.\nJust add the name of the icon class to any inline HTML element\n(like\n<i>\nor\n<span>\n).\nIcons from icon libraries are scalable vectors that can be customized with CSS (size, color, shadow, etc.).\nFont Awesome Icons\nTo use the Font Awesome icons, go to\nfontawesome.com\n, sign in, and get a code to add in the\n<head>\nsection of your HTML page.\nThe code looks something like...\n~/MSG~", "code": "~FILE[example_4.code]~\n~LANG[Code]~\n~CODE~\n<script src=\"https://kit.fontawesome.com/yourcode.js\" crossorigin=\"anonymous\"></script>\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css_icons_-font_awesome", "examples_count": 1, "has_tiy": false, "keywords": ["awesome", "libraries", "class", "yourcode", "scalable", "looks", "using", "element", "customized", "previous"], "css_properties": ["this", "https", "esult", "ote"]}, "source_url": "https://www.w3schools.com/css/css_icons.asp", "has_tiy": false}
{"question_id": "css_css_icons_-bootstrap_065", "category": "CSS", "topic": "css_icons_-bootstrap", "difficulty": "beginner", "question": "Descreva CSS Icons -Bootstrap com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSS Icons -Bootstrap\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Icons - Bootstrap ❮ Previous\n\nCSS Icons -\nBootstrap\n❮ Previous\nNext ❯\nBootstrap Icons\nTo use the Bootstrap glyphicons, add the following line inside the\n<head>\nsection of your HTML page:\n<link rel=\"stylesheet\" \nhref=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\">\nNote:\nNo downloading or installation is required!\nExample\n<!DOCTYPE html>\n<html>\n<head>\n<link rel=\"stylesheet\" \n href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\">\n</head>\n<body>\n<i class=\"glyphicon glyphicon-clou...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\n<link rel=\"stylesheet\" \nhref=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\">\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css_icons_-bootstrap", "examples_count": 1, "has_tiy": false, "keywords": ["following", "example", "color", "picker", "yourself", "track", "installation", "previous", "inside", "downloading"], "css_properties": ["https", "esult", "ote", "page"]}, "source_url": "https://www.w3schools.com/css/css_icons_bootstrap.asp", "has_tiy": false}
{"question_id": "css_css_icons_-google_066", "category": "CSS", "topic": "css_icons_-google", "difficulty": "beginner", "question": "Explique o conceito de CSS Icons -Google em CSS", "starter_code": "~MSG~\nAprenda sobre: CSS Icons -Google\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Icons - Google ❮ Previous\n\nCSS Icons -\nGoogle\n❮ Previous\nNext ❯\nGoogle Icons\nTo use the Google icons, add the following line inside the\n<head>\nsection of your HTML page:\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">\nNote:\nNo downloading or installation is required!\nExample\n<!DOCTYPE html>\n<html>\n<head>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">\n</head>\n<body>\n<i class=\"material-icons\">cloud</i>\n<i class=\"material-icons\">favorite</i>\n<i ...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css_icons_-google", "examples_count": 1, "has_tiy": false, "keywords": ["following", "example", "complete", "color", "picker", "yourself", "track", "installation", "previous", "tutorial"], "css_properties": ["https", "esult", "ote", "page"]}, "source_url": "https://www.w3schools.com/css/css_icons_google.asp", "has_tiy": false}
{"question_id": "css_cssicons_code_challenge_067", "category": "CSS", "topic": "cssicons_code_challenge", "difficulty": "beginner", "question": "Descreva CSSIcons Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSIcons Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Icons Code Challenge ❮ Previous\n\nCSS\nIcons Code Challenge\n❮ Previous\nNext ❯\nChallenge: Icons\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssicons_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "icons", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_icons.asp", "has_tiy": false}
{"question_id": "css_csslinks_068", "category": "CSS", "topic": "csslinks", "difficulty": "beginner", "question": "Como funciona CSSLinks?", "starter_code": "~MSG~\nAprenda sobre: CSSLinks\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Links ❮ Previous\n\nCSS\nLinks\n❮ Previous\nNext ❯\nCSS Styling Links\nHTML links can be styled with many CSS properties, like\ncolor\n,\ntext-decoration\n,\nbackground-color\n,\nfont-size\n,\nfont-weight\n,\nfont-family\n, etc.).\nExample\nStyle a link with a color, background-color, and a bold font-weight:\na {\ncolor: hotpink;\nbackground-color: yellow;\nfont-weight: bold;\n}\nTry it Yourself »\nStyling Links Depending on State\nIn addition, links can be styled differently depending on what\nstate\nthey are in.\nThe four link states are:\n:li...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\ntext-decoration\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csslinks", "examples_count": 3, "has_tiy": false, "keywords": ["styled", "example", "depending", "yourself", "styling", "differently", "style", "visited", "previous", "states"], "css_properties": ["rules", "text-decoration", "are", "links", "font-size"]}, "source_url": "https://www.w3schools.com/css/css_link.asp", "has_tiy": false}
{"question_id": "css_csslink_buttons_069", "category": "CSS", "topic": "csslink_buttons", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSLink Buttons e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSLink Buttons\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Link Buttons ❮ Previous\n\nCSS\nLink Buttons\n❮ Previous\nNext ❯\nCSS Link Buttons\nCSS can be used to create HTML link buttons:\nLink Button\nLink Button\nExample\nCombine several CSS properties to display links as boxes/buttons\na:link, a:visited {\nbackground-color: #f44336;\ncolor: white;\npadding: 14px 25px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\n}\na:hover, a:active {\nbackground-color: red;\n}\nTry it Yourself »\nExample\nAnother example of how to create link boxes/buttons:\na:link, a:visited {\nbackground-co...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csslink_buttons", "examples_count": 0, "has_tiy": false, "keywords": ["another", "example", "several", "buttons", "display", "yourself", "solid", "button", "previous", "combine"], "css_properties": ["padding", "display", "text-align", "buttons", "text-decoration"]}, "source_url": "https://www.w3schools.com/css/css_link_buttons.asp", "has_tiy": false}
{"question_id": "css_csslinks_code_challenge_070", "category": "CSS", "topic": "csslinks_code_challenge", "difficulty": "beginner", "question": "Descreva CSSLinks Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSLinks Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Links Code Challenge ❮ Previous\n\nCSS\nLinks Code Challenge\n❮ Previous\nNext ❯\nChallenge: Links\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csslinks_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "links", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_link.asp", "has_tiy": false}
{"question_id": "css_csslists_071", "category": "CSS", "topic": "csslists", "difficulty": "beginner", "question": "Explique o conceito de CSSLists em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSLists\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Lists ❮ Previous\n\nCSS\nLists\n❮ Previous\nNext ❯\nCSS Styling Lists\nIn HTML, there are two main types of lists:\n<ul> - unordered lists (list items are marked with bullets)\n<ol> - ordered lists (list items are marked with numbers or letters)\nCSS has the following properties for styling HTML lists:\nlist-style-type\n- Specifies the type of list-item marker\nlist-style-image\n- Specifies an image as the list-item marker\nlist-style-position\n- Specifies the position of the list-item markers\nlist-style\n- A shorthand property f...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nlist-style-type\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csslists", "examples_count": 5, "has_tiy": false, "keywords": ["style", "marker", "shorthand", "position", "specifies", "types", "following", "lists", "styling", "ordered"], "css_properties": ["image", "lists", "list-style-position", "list-style-image", "start"]}, "source_url": "https://www.w3schools.com/css/css_list.asp", "has_tiy": false}
{"question_id": "css_csslists_code_challenge_072", "category": "CSS", "topic": "csslists_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSLists Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSLists Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Lists Code Challenge ❮ Previous\n\nCSS\nLists Code Challenge\n❮ Previous\nNext ❯\nChallenge: Lists\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csslists_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "lists", "picker", "color", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_list.asp", "has_tiy": false}
{"question_id": "css_csstables_073", "category": "CSS", "topic": "csstables", "difficulty": "beginner", "question": "Como funciona CSSTables?", "starter_code": "~MSG~\nAprenda sobre: CSSTables\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Tables ❮ Previous\n\nCSS\nTables\n❮ Previous\nNext ❯\nHTML tables can be greatly improved with CSS:\nCompany\nContact\nCountry\nAlfreds Futterkiste\nMaria Anders\nGermany\nBerglunds snabbköp\nChristina Berglund\nSweden\nCentro comercial Moctezuma\nFrancisco Chang\nMexico\nErnst Handel\nRoland Mendel\nAustria\nIsland Trading\nHelen Bennett\nUK\nKöniglich Essen\nPhilip Cramer\nGermany\nLaughing Bacchus Winecellars\nYoshi Tannamuri\nCanada\nMagazzini Alimentari Riuniti\nGiovanni Rovelli\nItaly\nTry it Yourself »\nCSS Table Borders\nThe CSS\nborder\nprope...\n~/MSG~", "code": "~FILE[example_3.code]~\n~LANG[Code]~\n~CODE~\nborder-width\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstables", "examples_count": 3, "has_tiy": false, "keywords": ["essen", "centro", "yourself", "island", "italy", "futterkiste", "comercial", "roland", "anders", "maria"], "css_properties": ["for", "borders", "values", "elements", "border"]}, "source_url": "https://www.w3schools.com/css/css_table.asp", "has_tiy": false}
{"question_id": "css_csstable_size_(width_and_height)_074", "category": "CSS", "topic": "csstable_size_(width_and_height)", "difficulty": "beginner", "question": "Como funciona CSSTable Size (Width and Height)?", "starter_code": "~MSG~\nAprenda sobre: CSSTable Size (Width and Height)\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Table Size (Width and Height) ❮ Previous\n\nCSS\nTable Size (Width and Height)\n❮ Previous\nNext ❯\nCSS Table Width\nThe CSS\nwidth\nproperty is used to set the width of a table.\nThe width can be set:\nin percent (%)\nas a fixed length (px)\nby the\nauto\nkeyword\nCSS Table Width in Percent\nTo create a table that spans the entire screen (full-width), use\nwidth: 100%;\n:\nFirstname\nLastname\nSavings\nPeter\nGriffin\n$100\nLois\nGriffin\n$150\nJoe\nSwanson\n$300\nExample\nFull-width table:\ntable \n{\nwidth: 100%;\n}\nTry it Yourself »\nTo create a table that spans half th...\n~/MSG~", "code": "~FILE[example_3.code]~\n~LANG[Code]~\n~CODE~\nwidth: 100%;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstable_size_(width_and_height)", "examples_count": 3, "has_tiy": false, "keywords": ["lastname", "percent", "savings", "yourself", "width", "peter", "firstname", "entire", "previous", "griffin"], "css_properties": ["table", "height", "px", "set", "auto"]}, "source_url": "https://www.w3schools.com/css/css_table_size.asp", "has_tiy": false}
{"question_id": "css_csstable_alignment_075", "category": "CSS", "topic": "csstable_alignment", "difficulty": "beginner", "question": "Explique o conceito de CSSTable Alignment em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSTable Alignment\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Table Alignment ❮ Previous\n\nCSS\nTable Alignment\n❮ Previous\nNext ❯\nHorizontal Alignment\nThe CSS\ntext-align\nproperty is used to set the horizontal alignment \nof the content in <th> or <td>.\nThis property can have one of the following values:\nleft\n- Aligns the text to the left\nright\n- Aligns the text to the right\ncenter\n- Centers the text\nNote:\nBy default, the content of <th> elements are \ncenter-aligned and the content of <td> elements are left-aligned!\nCSS text-align: center\nTo center-align the content of <td> elements, use...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-align\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstable_alignment", "examples_count": 2, "has_tiy": false, "keywords": ["table", "following", "firstname", "lastname", "peter", "aligns", "content", "center", "centers", "savings"], "css_properties": ["height", "text-align", "values", "elements", "vertical-align"]}, "source_url": "https://www.w3schools.com/css/css_table_align.asp", "has_tiy": false}
{"question_id": "css_csstable_styling_076", "category": "CSS", "topic": "csstable_styling", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSTable Styling e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSTable Styling\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Table Styling ❮ Previous\n\nCSS\nTable Styling\n❮ Previous\nNext ❯\nCSS Table Padding\nTo add some more space between the inner borders and the content in a table, use the\npadding\nproperty on \n<td> and <th> elements:\nFirst Name\nLast Name\nSavings\nPeter\nGriffin\n$100\nLois\nGriffin\n$150\nJoe\nSwanson\n$300\nExample\nth, td\n{\npadding: 10px;\ntext-align: left;\n}\nTry it Yourself »\nCSS Horizontal Dividers\nTo create horizontal dividers for a table, add the\nborder-bottom\nproperty to <th> and <td> \nelements:\nFirst Name\nLast Name\nSavings\nPeter\nGr...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nborder-bottom\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstable_styling", "examples_count": 3, "has_tiy": false, "keywords": ["savings", "yourself", "inner", "peter", "borders", "styling", "previous", "griffin", "horizontal", "create"], "css_properties": ["padding", "text-align", "tr", "color", "elements"]}, "source_url": "https://www.w3schools.com/css/css_table_style.asp", "has_tiy": false}
{"question_id": "css_cssresponsive_tables_077", "category": "CSS", "topic": "cssresponsive_tables", "difficulty": "beginner", "question": "Descreva CSSResponsive Tables com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSResponsive Tables\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Responsive Tables ❮ Previous\n\nCSS\nResponsive Tables\n❮ Previous\nNext ❯\nCSS Responsive Tables\nA responsive table will display a horizontal scrollbar if the screen is too \nsmall to display the full content.\nResize the browser window to see the effect:\nFirst Name\nLast Name\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nPoints\nJill\nSmith\n50\n50\n50\n50\n50\n50\n50\n50\n50\n50\n50\n50\nEve\nJackson\n94\n94\n94\n94\n94\n94\n94\n94\n94\n94\n94\n94\nAdam\nJohnson\n67\n67\n67\n67\n67\n67\n67\n67\n67\n67\n67\n67\nHow to do it:\nWrap the <table> e...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noverflow-x\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssresponsive_tables", "examples_count": 1, "has_tiy": false, "keywords": ["table", "responsive", "smith", "display", "browser", "window", "screen", "first", "resize", "previous"], "css_properties": ["it", "overflow-x", "effect", "element", "overflow"]}, "source_url": "https://www.w3schools.com/css/css_table_responsive.asp", "has_tiy": false}
{"question_id": "css_csstables_code_challenge_078", "category": "CSS", "topic": "csstables_code_challenge", "difficulty": "beginner", "question": "Descreva CSSTables Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSTables Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Tables Code Challenge ❮ Previous\n\nCSS\nTables Code Challenge\n❮ Previous\nNext ❯\nChallenge: Tables\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csstables_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "tables"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_table.asp", "has_tiy": false}
{"question_id": "css_cssthe_displayproperty_079", "category": "CSS", "topic": "cssthe_displayproperty", "difficulty": "beginner", "question": "Como funciona CSSThe displayProperty?", "starter_code": "~MSG~\nAprenda sobre: CSSThe displayProperty\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The display Property\n\nCSS\nThe display\nProperty\n❮ Previous\nNext ❯\nThe CSS display Property\nThe\ndisplay\nproperty is \nan important CSS property for controlling layout. It specifies whether an HTML \nelement is treated as a block or an inline element.\nEvery HTML element has a default display value, depending on what type of element it is. The default display value for most elements is\nblock\nor\ninline\n.\nThe\ndisplay\nproperty is used to change the default display behavior of HTML elements.\nBlock-level Elements\nA block-level ...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssthe_displayproperty", "examples_count": 0, "has_tiy": false, "keywords": ["block", "always", "elements", "every", "specifies", "default", "width", "treated", "element", "value"], "css_properties": ["elements", "used"]}, "source_url": "https://www.w3schools.com/css/css_display.asp", "has_tiy": false}
{"question_id": "css_csshideelements_080", "category": "CSS", "topic": "csshideelements", "difficulty": "beginner", "question": "Explique o conceito de CSSHideElements em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSHideElements\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Hide Elements\n\nCSS\nHide\nElements\n❮ Previous\nNext ❯\nCSS display: none;\nWhen using\ndisplay: none;\nthe element is completely hidden from the document flow \nand does not take \n up any space.\nIt is commonly used with JavaScript to hide \nor show elements without deleting and recreating them.\nClick to show hidden panel\nThis panel contains a <div> element, which is hidden by default, with display: none.\nWe use JavaScript to show it (change it to display: block).\nExample\nHow to use CSS and JavaScript to show a hidde...\n~/MSG~", "code": "~FILE[example_1.css]~\n~LANG[Css]~\n~CODE~\ndisplay: none;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshideelements", "examples_count": 3, "has_tiy": false, "keywords": ["click", "completely", "example", "document", "deleting", "elements", "using", "element", "commonly", "without"], "css_properties": ["visible", "display", "there", "visibility", "event"]}, "source_url": "https://www.w3schools.com/css/css_display_hide.asp", "has_tiy": false}
{"question_id": "css_cssdisplay_code_challenge_081", "category": "CSS", "topic": "cssdisplay_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSDisplay Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSDisplay Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Display Code Challenge ❮ Previous\n\nCSS\nDisplay Code Challenge\n❮ Previous\nNext ❯\nChallenge: Display\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssdisplay_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "display", "color", "picker", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_display.asp", "has_tiy": false}
{"question_id": "css_cssthe_max-width_property_082", "category": "CSS", "topic": "cssthe_max-width_property", "difficulty": "beginner", "question": "Explique o conceito de CSSThe max-width Property em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSThe max-width Property\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The max-width Property ❮ Previous\n\nCSS\nThe max-width Property\n❮ Previous\nNext ❯\nThe CSS max-width Property\nThe\nmax-width\nproperty defines the maximum width of an element.\nThis property prevents the element's width from being larger than the \nspecified value (it can be smaller, but not larger).\nThis property is useful for creating responsive layouts and to ensure \ncontent readability across various screen sizes.\nProblem with width:\nHere we have a horizontally centered <div> element with a specific\nwidth\n(600px):\nThis <div> element...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssthe_max-width_property", "examples_count": 0, "has_tiy": false, "keywords": ["layouts", "various", "ensure", "creating", "prevents", "being", "width", "specified", "larger", "element"], "css_properties": ["above", "instead", "border", "max-width", "windows"]}, "source_url": "https://www.w3schools.com/css/css_max-width.asp", "has_tiy": false}
{"question_id": "css_cssmax-width_code_challenge_083", "category": "CSS", "topic": "cssmax-width_code_challenge", "difficulty": "beginner", "question": "Descreva CSSMax-width Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSMax-width Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Max-width Code Challenge ❮ Previous\n\nCSS\nMax-width Code Challenge\n❮ Previous\nNext ❯\nChallenge: Max-width\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssmax-width_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_max-width.asp", "has_tiy": false}
{"question_id": "css_cssthe_positionproperty_084", "category": "CSS", "topic": "cssthe_positionproperty", "difficulty": "beginner", "question": "Descreva CSSThe positionProperty com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSThe positionProperty\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The position Property\n\nCSS\nThe position\nProperty\n❮ Previous\nNext ❯\nCSS Positioning\nCSS positioning is about controlling the placement of elements within a web page.\nWith CSS positioning, you can override the normal document flow.\nThe CSS position Property\nThe\nposition\nproperty specifies the positioning \ntype for an element.\nThis property can have one of the following values:\nstatic\n- This is default. Element is positioned according to the normal \ndocument flow\nrelative\n- Element is positioned relative to its normal po...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssthe_positionproperty", "examples_count": 0, "has_tiy": false, "keywords": ["positioned", "positioning", "static", "elements", "within", "position", "specifies", "following", "document", "element"], "css_properties": ["page", "left", "values", "border", "used"]}, "source_url": "https://www.w3schools.com/css/css_position.asp", "has_tiy": false}
{"question_id": "css_cssfixed_and_absolute_positioning_085", "category": "CSS", "topic": "cssfixed_and_absolute_positioning", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSFixed and Absolute Positioning e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSFixed and Absolute Positioning\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Fixed and Absolute Positioning ❮ Previous\n\nCSS\nFixed and Absolute Positioning\n❮ Previous\nNext ❯\nCSS position: fixed\nAn element with\nposition: fixed;\nis positioned relative to the viewport, which means it always \nstays in the same place even if the page is scrolled. The top, \nright, bottom, and left properties are used set the final location of the element.\nA fixed element does not leave a gap in the page where it would normally have been located.\nThis <div> element has\nposition: fixed;\nNotice the fixed element in the lower-right corner o...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nposition: fixed;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfixed_and_absolute_positioning", "examples_count": 3, "has_tiy": false, "keywords": ["positioned", "positioning", "corner", "always", "stays", "final", "leave", "location", "would", "element"], "css_properties": ["image", "example", "height", "bottom", "top"]}, "source_url": "https://www.w3schools.com/css/css_positioning_fixed_absolute.asp", "has_tiy": false}
{"question_id": "css_csssticky_positioning_086", "category": "CSS", "topic": "csssticky_positioning", "difficulty": "beginner", "question": "Qual e a funcao de CSSSticky Positioning em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSSticky Positioning\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Sticky Positioning ❮ Previous\n\nCSS\nSticky Positioning\n❮ Previous\nNext ❯\nCSS position: sticky\nAn element with\nposition: sticky;\ntoggles between \na\nrelative\nand\nfixed\nposition, depending on the scroll position.\nA sticky element is positioned relative until a certain scroll position is \nreached - then it \"sticks\" in that place (like position:fixed).\nNote:\nYou must specify at least one of the\ntop\n,\nright\n,\nbottom\nor\nleft\nproperties, for \nsticky positioning to work.\nIn this example, when the sticky element reach the top of the pag...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nposition: sticky;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csssticky_positioning", "examples_count": 1, "has_tiy": false, "keywords": ["sticky", "positioning", "positioned", "bottom", "right", "position", "sticks", "toggles", "element", "previous"], "css_properties": ["positioning", "for", "top", "border", "position"]}, "source_url": "https://www.w3schools.com/css/css_positioning_sticky.asp", "has_tiy": false}
{"question_id": "css_cssposition_code_challenge_087", "category": "CSS", "topic": "cssposition_code_challenge", "difficulty": "beginner", "question": "Descreva CSSPosition Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSPosition Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Position Code Challenge ❮ Previous\n\nCSS\nPosition Code Challenge\n❮ Previous\nNext ❯\nChallenge: Position\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssposition_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "position", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_position.asp", "has_tiy": false}
{"question_id": "css_csspositionoffsets_088", "category": "CSS", "topic": "csspositionoffsets", "difficulty": "beginner", "question": "Como funciona CSSPositionOffsets?", "starter_code": "~MSG~\nAprenda sobre: CSSPositionOffsets\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Position Offsets\n\nCSS\nPosition\nOffsets\n❮ Previous\nNext ❯\nPositioning with top, right, bottom, and left\nThe\ntop\n,\nright\n,\nbottom\n, and\nleft\nproperties are used to position elements.\nThese properties only work on\npositioned elements\n(elements with\nposition\nset to\nrelative\n,\nabsolute\n,\nfixed\n, or\nsticky\n).\nPositioning Text On an Image\nHow to position text on an image:\nExample\nBottom Left\nTop Left\nTop Right\nBottom Right\nCentered\nTry it Yourself:\nTop Left »\nTop Right »\nBottom Left »\nBottom Right »\nCentered »\nAll CSS P...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspositionoffsets", "examples_count": 0, "has_tiy": false, "keywords": ["positioned", "positioning", "sticky", "bottom", "elements", "right", "position", "offsets", "previous", "centered"], "css_properties": ["image", "ourself"]}, "source_url": "https://www.w3schools.com/css/css_position_offset.asp", "has_tiy": false}
{"question_id": "css_cssposition_offsets_code_challenge_089", "category": "CSS", "topic": "cssposition_offsets_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSPosition Offsets Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSPosition Offsets Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Position Offsets Code Challenge ❮ Previous\n\nCSS\nPosition Offsets Code Challenge\n❮ Previous\nNext ❯\nChallenge: Position Offsets\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssposition_offsets_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "offsets", "track", "previous", "completing", "small", "coding", "position"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_position_offset.asp", "has_tiy": false}
{"question_id": "css_cssthe_z-indexproperty_090", "category": "CSS", "topic": "cssthe_z-indexproperty", "difficulty": "beginner", "question": "Como funciona CSSThe z-indexProperty?", "starter_code": "~MSG~\nAprenda sobre: CSSThe z-indexProperty\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The z-index Property\n\nCSS\nThe z-index\nProperty\n❮ Previous\nNext ❯\nThe CSS z-index Property\nThe\nz-index\nproperty specifies the stack order of \npositioned elements.\nThe stack order defines which element should be placed in front or behind other \nelements.\nWhen elements are positioned, they can overlap other elements.\nAn element can have a positive or negative stack order (z-index):\nThis is a heading\nBecause the image has a z-index of -1, it will be placed behind the text.\nExample\nimg\n{\nposition: absolute;\nleft: 0px;\ntop...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssthe_z-indexproperty", "examples_count": 0, "has_tiy": false, "keywords": ["heading", "works", "positioned", "positive", "yourself", "elements", "specifies", "front", "element", "previous"], "css_properties": ["display", "height", "top", "left", "specified"]}, "source_url": "https://www.w3schools.com/css/css_z-index.asp", "has_tiy": false}
{"question_id": "css_cssz-index_code_challenge_091", "category": "CSS", "topic": "cssz-index_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSZ-index Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSZ-index Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Z-index Code Challenge ❮ Previous\n\nCSS\nZ-index Code Challenge\n❮ Previous\nNext ❯\nChallenge: Z-index\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssz-index_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_z-index.asp", "has_tiy": false}
{"question_id": "css_cssthe_overflow_property_092", "category": "CSS", "topic": "cssthe_overflow_property", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSThe overflow Property e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSThe overflow Property\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The overflow Property ❮ Previous\n\nCSS\nThe overflow Property\n❮ Previous\nNext ❯\nThe CSS overflow Property\nThe CSS\noverflow\nproperty controls what \nhappens to content that is too big to fit into an area.\nIt specifies whether to clip the content or to add scrollbars when the content of an element is too big.\nThe\noverflow\nproperty has the following values:\nvisible\n- Default. The overflow is not clipped. The content renders outside the element's box\nhidden\n- The overflow is clipped, and the rest of the content is hidden\nscroll\n- Scrol...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssthe_overflow_property", "examples_count": 0, "has_tiy": false, "keywords": ["specifies", "following", "visible", "content", "scroll", "element", "overflow", "previous", "outside", "property"], "css_properties": ["height", "values", "box", "overflow", "hidden"]}, "source_url": "https://www.w3schools.com/css/css_overflow.asp", "has_tiy": false}
{"question_id": "css_cssoverflow-x_and_overflow-y_093", "category": "CSS", "topic": "cssoverflow-x_and_overflow-y", "difficulty": "beginner", "question": "Descreva CSSoverflow-x and overflow-y com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSoverflow-x and overflow-y\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS overflow-x and overflow-y ❮ Previous\n\nCSS\noverflow-x and overflow-y\n❮ Previous\nNext ❯\nOverflow in Specific Directions\nThe\noverflow-x\nand\noverflow-y\nproperties allow you to control overflow behavior independently for horizontal and vertical directions.\nCSS overflow-x and overflow-y\nThe\noverflow-x\nand\noverflow-y\nproperties specifies \nwhether to change the overflow of content just horizontally or vertically (or \nboth):\noverflow-x\nspecifies what to do with the left/right edges of the \ncontent.\noverflow-y\nspecifies what to do with the to...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noverflow-x\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoverflow-x_and_overflow-y", "examples_count": 5, "has_tiy": false, "keywords": ["better", "specifies", "happens", "allow", "previous", "independently", "horizontal", "edges", "whether", "change"], "css_properties": ["overflow-x", "content", "overflow-y", "only", "scrollbar"]}, "source_url": "https://www.w3schools.com/css/css_overflow_xy.asp", "has_tiy": false}
{"question_id": "css_cssoverflow_code_challenge_094", "category": "CSS", "topic": "cssoverflow_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSOverflow Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSOverflow Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Overflow Code Challenge ❮ Previous\n\nCSS\nOverflow Code Challenge\n❮ Previous\nNext ❯\nChallenge: Overflow\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssoverflow_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "overflow", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_overflow.asp", "has_tiy": false}
{"question_id": "css_cssfloat_095", "category": "CSS", "topic": "cssfloat", "difficulty": "beginner", "question": "Explique o conceito de CSSFloat em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSFloat\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Float ❮ Previous\n\nCSS\nFloat\n❮ Previous\nNext ❯\nThe CSS float Property\nThe\nfloat\nproperty specifies how an element should float \nwithin its container.\nIt places an element on the left or right side of its container, allowing text and inline elements to wrap around it.\nThe\nfloat\nproperty can have one of the following values:\nleft\n- The element floats to the left of its container\nright\n- The element floats to the right of its container\nnone\n- Default. The element does not float \n and is displayed just where it occur...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfloat", "examples_count": 0, "has_tiy": false, "keywords": ["within", "elements", "right", "specifies", "following", "inherits", "element", "container", "previous", "inline"], "css_properties": ["values", "ip", "float"]}, "source_url": "https://www.w3schools.com/css/css_float.asp", "has_tiy": false}
{"question_id": "css_cssclear_and_clearfix_hack_096", "category": "CSS", "topic": "cssclear_and_clearfix_hack", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSclear and Clearfix Hack e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSclear and Clearfix Hack\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS clear and Clearfix Hack ❮ Previous\n\nCSS\nclear and Clearfix Hack\n❮ Previous\nNext ❯\nThe CSS clear Property\nThe\nclear\nproperty specifies what \nshould happen with the element that is NEXT to a floating element.\nThe\nclear\nproperty prevents elements from wrapping around or beside the floated content.\nThis property can have one of the \nfollowing values:\nnone\n- Default. Allows elements to float \n on either side\nleft\n- The element is pushed below \n floated elements on its left side\nright\n- The element is pushed below \n floated elements...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssclear_and_clearfix_hack", "examples_count": 0, "has_tiy": false, "keywords": ["pushed", "elements", "clear", "right", "prevents", "specifies", "either", "clearfix", "following", "floated"], "css_properties": ["clearfix", "display", "side", "content", "values"]}, "source_url": "https://www.w3schools.com/css/css_float_clear.asp", "has_tiy": false}
{"question_id": "css_cssfloat_examples_097", "category": "CSS", "topic": "cssfloat_examples", "difficulty": "beginner", "question": "Descreva CSSFloat Examples com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSFloat Examples\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Float Examples ❮ Previous\n\nCSS\nFloat Examples\n❮ Previous\nNext ❯\nCreate Equal Width Boxes\nWith the\nfloat\nproperty, it is easy to float boxes of content side by side:\nBox 1\nBox 2\nBox 1\nBox 2\nBox 3\nExample\n* {\nbox-sizing: border-box;\n}\n.box {\nfloat: left;\nwidth: 33.33%; /* three \n boxes (use 25% for four, and 50% for two, etc) */\npadding: \n 50px; /* if you want space between the images */\n}\nTry it Yourself »\nWhat is box-sizing?\nYou can easily create three floating boxes side by side. However, when you add something that en...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nbox-sizing\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfloat_examples", "examples_count": 1, "has_tiy": false, "keywords": ["example", "boxes", "equal", "content", "enlarges", "yourself", "images", "floating", "previous", "examples"], "css_properties": ["padding", "side", "height", "below", "box-sizing"]}, "source_url": "https://www.w3schools.com/css/css_float_examples.asp", "has_tiy": false}
{"question_id": "css_cssfloat_code_challenge_098", "category": "CSS", "topic": "cssfloat_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSFloat Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSFloat Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Float Code Challenge ❮ Previous\n\nCSS\nFloat Code Challenge\n❮ Previous\nNext ❯\nChallenge: Float\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssfloat_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "coding", "track", "previous", "completing", "float", "small", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_float.asp", "has_tiy": false}
{"question_id": "css_cssdisplay:_inline-block_099", "category": "CSS", "topic": "cssdisplay:_inline-block", "difficulty": "beginner", "question": "Descreva CSSdisplay: inline-block com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSdisplay: inline-block\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS display: inline-block ❮ Previous\n\nCSS\ndisplay: inline-block\n❮ Previous\nNext ❯\nThe CSS display: inline-block\nThe\ndisplay: inline-block\nproperty combines the features of both inline and block elements.\nAn element with\ndisplay: inline-block\nwill \nappear on the same line as other inline or inline-block elements. In addition, \nyou can set the\nwidth\n,\nheight\n,\nmargin-top\n, and\nmargin-bottom\nproperties for \nthe element (like block elements).\nThe following example shows the different behavior of\ndisplay: inline\n,\ndisplay: inline-block\na...\n~/MSG~", "code": "~FILE[example_1.css]~\n~LANG[Css]~\n~CODE~\ndisplay: inline-block\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssdisplay:_inline-block", "examples_count": 3, "has_tiy": false, "keywords": ["block", "combines", "solid", "features", "default", "width", "following", "element", "previous", "different"], "css_properties": ["padding", "display", "height", "menu", "font-size"]}, "source_url": "https://www.w3schools.com/css/css_inline-block.asp", "has_tiy": false}
{"question_id": "css_cssinline-block_code_challenge_100", "category": "CSS", "topic": "cssinline-block_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSInline-block Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSInline-block Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Inline-block Code Challenge ❮ Previous\n\nCSS\nInline-block Code Challenge\n❮ Previous\nNext ❯\nChallenge: Inline-block\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssinline-block_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_inline-block.asp", "has_tiy": false}
{"question_id": "css_csscenter_align_101", "category": "CSS", "topic": "csscenter_align", "difficulty": "beginner", "question": "Explique o conceito de CSSCenter Align em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSCenter Align\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Center Align ❮ Previous\n\nCSS\nCenter Align\n❮ Previous\nNext ❯\nCSS Centering Elements\nWith CSS, you can center elements (horizontally, vertically, or both) with several methods, depending on the type of element.\nI am vertically and horizontally centered.\nExample\nCenter a div element using flexbox:\n.center {\ndisplay: flex;\njustify-content: center;\nalign-items: center;\n}\nTry it Yourself »\nHorizontal Alignment\nThere are several ways to horizontally align elements:\nmargin: auto\n- Center block elements\ntext-align: center\n- Cent...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nalign-items: center\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscenter_align", "examples_count": 2, "has_tiy": false, "keywords": ["block", "center", "yourself", "centering", "elements", "alignment", "inside", "position", "element", "previous"], "css_properties": ["techniques", "display", "text-align", "elements", "place-items"]}, "source_url": "https://www.w3schools.com/css/css_align.asp", "has_tiy": false}
{"question_id": "css_csshorizontal_align_102", "category": "CSS", "topic": "csshorizontal_align", "difficulty": "beginner", "question": "Qual e a funcao de CSSHorizontal Align em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSHorizontal Align\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Horizontal Align ❮ Previous\n\nCSS\nHorizontal Align\n❮ Previous\nNext ❯\nHorizontal Centering\nThere are several ways to horizontally center elements in CSS, depending on the type of element.\nCenter Align Block Elements\nUse\nmargin: auto;\n, \nto horizontally center a block-level element (like <div>).\nAlso specify a\nwidth\nfor the element, to prevent it from stretching out to the edges of its container.\nNote:\nCenter aligning has no effect on block-level elements if the\nwidth\nproperty is not set \n(or set to 100%).\nBelow, the <div> ele...\n~/MSG~", "code": "~FILE[example_1.css]~\n~LANG[Css]~\n~CODE~\nmargin: auto;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshorizontal_align", "examples_count": 3, "has_tiy": false, "keywords": ["block", "center", "effect", "centering", "elements", "prevent", "equally", "width", "element", "previous"], "css_properties": ["margin-left", "padding", "display", "text-align", "margin-right"]}, "source_url": "https://www.w3schools.com/css/css_align_horizontal.asp", "has_tiy": false}
{"question_id": "css_cssvertical_align_103", "category": "CSS", "topic": "cssvertical_align", "difficulty": "beginner", "question": "Qual e a funcao de CSSVertical Align em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSVertical Align\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Vertical Align ❮ Previous\n\nCSS\nVertical Align\n❮ Previous\nNext ❯\nVertical Centering\nVertical centering in CSS can be achieved using modern layout techniques like Flexbox and Grid, or using positioning with transforms.\nCenter Align with Flexbox\nWith\nCSS flexbox\nyou can center elements, both horizontally and vertically, within a flex container.\nA flex container with both the\njustify-content\nand the\nalign-items\nproperties set to\ncenter\nwill align the item(s) in the center (in both axis):\nI am vertically and horizontally cente...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\njustify-content\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssvertical_align", "examples_count": 4, "has_tiy": false, "keywords": ["techniques", "positioning", "center", "yourself", "centering", "within", "solid", "container", "previous", "flexbox"], "css_properties": ["display", "height", "top", "left", "border"]}, "source_url": "https://www.w3schools.com/css/css_align_vertical.asp", "has_tiy": false}
{"question_id": "css_cssalign_code_challenge_104", "category": "CSS", "topic": "cssalign_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSAlign Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSAlign Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Align Code Challenge ❮ Previous\n\nCSS\nAlign Code Challenge\n❮ Previous\nNext ❯\nChallenge: Align\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssalign_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "align", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_align.asp", "has_tiy": false}
{"question_id": "css_csscombinators_105", "category": "CSS", "topic": "csscombinators", "difficulty": "beginner", "question": "Como funciona CSSCombinators?", "starter_code": "~MSG~\nAprenda sobre: CSSCombinators\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Combinators ❮ Previous\n\nCSS\nCombinators\n❮ Previous\nNext ❯\nCSS Combinators\nA combinator is something that defines the relationship between two or more selectors.\nA CSS selector can contain more than one selector. Between the selectors, we can include a combinator, to create a more specific selection.\nThere are four different combinators in CSS:\nDescendant combinator (space)\nChild combinator (>)\nNext sibling combinator (+)\nSubsequent-sibling combinator (~)\nDescendant Combinator (space)\nThe\ndescendant combinator\nmatches a...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscombinators", "examples_count": 0, "has_tiy": false, "keywords": ["elements", "inside", "descendant", "contain", "following", "specified", "selector", "previous", "different", "include"], "css_properties": ["background-color", "parent", "elements"]}, "source_url": "https://www.w3schools.com/css/css_combinators.asp", "has_tiy": false}
{"question_id": "css_csscombinators_code_challenge_106", "category": "CSS", "topic": "csscombinators_code_challenge", "difficulty": "beginner", "question": "Descreva CSSCombinators Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSCombinators Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Combinators Code Challenge ❮ Previous\n\nCSS\nCombinators Code Challenge\n❮ Previous\nNext ❯\nChallenge: Combinators\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscombinators_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "combinators", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_combinators.asp", "has_tiy": false}
{"question_id": "css_csspseudo-classes_107", "category": "CSS", "topic": "csspseudo-classes", "difficulty": "beginner", "question": "Qual e a funcao de CSSPseudo-classes em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-classes\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-classes ❮ Previous\n\nCSS\nPseudo-classes\n❮ Previous\nNext ❯\nCSS Pseudo-classes\nA CSS pseudo-class is a keyword that can be added to a selector, to define a style for a special state of an element.\nSome common use for pseudo-classes:\nStyle an element when a user moves the mouse over it\nStyle visited and unvisited links differently\nStyle an element when it gets focus\nStyle valid/invalid/required/optional form elements\nStyle an element that is the first child of its parent\nSyntax\nPseudo-classes are always denoted by a si...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-classes", "examples_count": 0, "has_tiy": false, "keywords": ["moves", "denoted", "always", "elements", "define", "style", "unvisited", "visited", "state", "mouse"], "css_properties": ["pseudo-classes", "selector", "name"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_classes.asp", "has_tiy": false}
{"question_id": "css_cssinteractive_pseudo-classes_108", "category": "CSS", "topic": "cssinteractive_pseudo-classes", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSInteractive Pseudo-classes e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSInteractive Pseudo-classes\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Interactive Pseudo-classes ❮ Previous\n\nCSS\nInteractive Pseudo-classes\n❮ Previous\nNext ❯\nInteractive Pseudo-classes\nInteractive pseudo-classes apply styles based on user interaction with elements.\nHere we use the\n:hover\npseudo-class and the\n:focus\npseudo-class:\nMouse Over Me\nPseudo-classes Used on Links\nFor HTML links, it is common to use the following pseudo-classes:\n:link\n- Styles unvisited links\n:visited\n- Styles visited links\n:hover\n- Styles a link on mouse over\n:active\n- Styles an activated link\nExample\nDisplay links in different...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssinteractive_pseudo-classes", "examples_count": 0, "has_tiy": false, "keywords": ["following", "mouse", "example", "display", "depending", "interactive", "colors", "common", "activated", "previous"], "css_properties": ["pseudo-classes", "classes", "display", "focus", "padding"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_classes_interactive.asp", "has_tiy": false}
{"question_id": "css_cssstructural_pseudo-classes_109", "category": "CSS", "topic": "cssstructural_pseudo-classes", "difficulty": "beginner", "question": "Explique o conceito de CSSStructural Pseudo-classes em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSStructural Pseudo-classes\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Structural Pseudo-classes ❮ Previous\n\nCSS\nStructural Pseudo-classes\n❮ Previous\nNext ❯\nStructural Pseudo-classes\nStructural pseudo-classes select elements based on their position in the document tree.\nThe CSS :first-child Pseudo-class\nThe\n:first-child\npseudo-class matches a specific element that is the first child of another element.\nStyle all first child <p> elements\nIn the following example, the selector matches all <p> elements that is the first child of any element:\nExample\np:first-child\n{\ncolor: blue;\n}\nTry it Yourself »\nStyle t...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n:first-child\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssstructural_pseudo-classes", "examples_count": 4, "has_tiy": false, "keywords": ["yourself", "elements", "style", "position", "select", "following", "document", "element", "their", "selector"], "css_properties": ["em", "p", "elements", "element", "available"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_classes_structural.asp", "has_tiy": false}
{"question_id": "css_csspseudo-classes_code_challenge_110", "category": "CSS", "topic": "csspseudo-classes_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSPseudo-classes Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-classes Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-classes Code Challenge ❮ Previous\n\nCSS\nPseudo-classes Code Challenge\n❮ Previous\nNext ❯\nChallenge: Pseudo-classes\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-classes_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_pseudo_classes.asp", "has_tiy": false}
{"question_id": "css_csspseudo-elements_111", "category": "CSS", "topic": "csspseudo-elements", "difficulty": "beginner", "question": "Descreva CSSPseudo-elements com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-elements\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-elements ❮ Previous\n\nCSS\nPseudo-elements\n❮ Previous\nNext ❯\nCSS Pseudo-Elements\nA CSS pseudo-element is a keyword that can be added to a selector, to style a \nspecific part of an element.\nSome common use for pseudo-elements:\nStyle the first letter or first line, of an element\nInsert content before or after an element\nStyle the markers of list items\nStyle the user-selected portion of an element\nStyle the viewbox behind a dialog box\nSyntax\nPseudo-elements are denoted by a double colon (::) followed by the pseudo-elemen...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n::first-line\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-elements", "examples_count": 2, "has_tiy": false, "keywords": ["viewbox", "denoted", "style", "after", "parts", "element", "previous", "added", "double", "markers"], "css_properties": ["name", "selector", "content", "pseudo-elements"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_elements.asp", "has_tiy": false}
{"question_id": "css_csspseudo-elementsfor_text_112", "category": "CSS", "topic": "csspseudo-elementsfor_text", "difficulty": "beginner", "question": "Descreva CSSPseudo-elementsfor Text com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-elementsfor Text\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-elements for Text\n\nCSS\nPseudo-elements\nfor Text\n❮ Previous\nNext ❯\nPseudo-elements for Text\nPseudo-elements for text, allow you to style specific parts of text content, such as the first line or first letter.\nThe CSS ::first-line Pseudo-element\nThe\n::first-line\npseudo-element is used to add a special style \nto the first line of a text.\nNote:\nThe\n::first-line\npseudo-element can only be applied to block-level \nelements.\nExample\nFormat the first line of text in all <p> \nelements:\np::first-line \n{\ncolor: red;\nfont-vari...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n::first-line\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-elementsfor_text", "examples_count": 4, "has_tiy": false, "keywords": ["example", "special", "first", "yourself", "allow", "specific", "applied", "style", "previous", "parts"], "css_properties": ["color", "size", "font-size", "elements", "p"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_elements_text.asp", "has_tiy": false}
{"question_id": "css_csspseudo-elementsfor_content_113", "category": "CSS", "topic": "csspseudo-elementsfor_content", "difficulty": "beginner", "question": "Descreva CSSPseudo-elementsfor Content com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-elementsfor Content\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-elements for Content\n\nCSS\nPseudo-elements\nfor Content\n❮ Previous\nNext ❯\nPseudo-elements for Content\nPseudo-elements for content allow you to insert content before or after elements, style list markers, and more.\nThe CSS ::before Pseudo-element\nThe\n::before\npseudo-element \nis used to insert some content before the content of a specified element.\nUse the\ncontent\nproperty to specify the content to insert.\nExample\nInsert an image before the content of each <h3> element:\nh3::before \n{\ncontent: url(smiley.gif);\n}\nTry it Yo...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-elementsfor_content", "examples_count": 0, "has_tiy": false, "keywords": ["image", "example", "content", "yourself", "allow", "specified", "style", "insert", "after", "previous"], "css_properties": ["background-color", "content", "font-size", "box", "element"]}, "source_url": "https://www.w3schools.com/css/css_pseudo_elements_content.asp", "has_tiy": false}
{"question_id": "css_csspseudo-elements_code_challenge_114", "category": "CSS", "topic": "csspseudo-elements_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSPseudo-elements Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSPseudo-elements Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Pseudo-elements Code Challenge ❮ Previous\n\nCSS\nPseudo-elements Code Challenge\n❮ Previous\nNext ❯\nChallenge: Pseudo-elements\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csspseudo-elements_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_pseudo_elements.asp", "has_tiy": false}
{"question_id": "css_cssopacity_115", "category": "CSS", "topic": "cssopacity", "difficulty": "beginner", "question": "Qual e a funcao de CSSOpacity em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSOpacity\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Opacity ❮ Previous\n\nCSS\nOpacity\n❮ Previous\nNext ❯\nCSS Image Opacity\nThe\nopacity\nproperty specifies the opacity/transparency of an element.\nThe\nopacity\nproperty can take a value from 0.0 - 1.0:\n0.0 - The element will be completely transparent\n0.5 - The element will be 50% transparent\n1.0 - Default. The element will be fully opaque\nopacity 0.2\nopacity 0.5\nopacity 1.0\n(default)\nExample\nimg {\nopacity: 0.5;\n}\nTry it Yourself »\nOpacity and :hover\nThe\nopacity\nproperty is often used with\n:hover\nto change the opacity on mou...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssopacity", "examples_count": 0, "has_tiy": false, "keywords": ["image", "completely", "opaque", "opacity", "transparent", "fully", "example", "yourself", "change", "often"], "css_properties": ["mouse-over", "opacity", "img", "effect", "read"]}, "source_url": "https://www.w3schools.com/css/css_image_transparency.asp", "has_tiy": false}
{"question_id": "css_cssopacity_code_challenge_116", "category": "CSS", "topic": "cssopacity_code_challenge", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSOpacity Code Challenge e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSOpacity Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Opacity Code Challenge ❮ Previous\n\nCSS\nOpacity Code Challenge\n❮ Previous\nNext ❯\nChallenge: Opacity\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssopacity_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "opacity", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_image_transparency.asp", "has_tiy": false}
{"question_id": "css_cssnavigation_bars_117", "category": "CSS", "topic": "cssnavigation_bars", "difficulty": "beginner", "question": "Qual e a funcao de CSSNavigation Bars em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSNavigation Bars\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Navigation Bars ❮ Previous\n\nCSS\nNavigation Bars\n❮ Previous\nNext ❯\nCSS Navigation Bars\nA navigation bar is an important component of web design.\nNavigation bars \nhelps users to easily navigate between different sections of a website.\nNavigation bars are typically built with HTML list elements ( <ul> and <li>), \nand then styled with CSS to get a great look.\nA navigation bar is typically located at the top or at the side of a webpage.\nA vertical navbar:\nHome\nNews\nContact\nAbout\nA horizontal navbar:\nHome\nNews\nContact\nAbout\nNavi...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nlist-style-type: none;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssnavigation_bars", "examples_count": 3, "has_tiy": false, "keywords": ["elements", "located", "component", "navigation", "contact", "previous", "easily", "different", "navigate", "basically"], "css_properties": ["padding", "sense", "element", "navbar", "list-style-type"]}, "source_url": "https://www.w3schools.com/css/css_navbar.asp", "has_tiy": false}
{"question_id": "css_cssvertical_navigation_bar_118", "category": "CSS", "topic": "cssvertical_navigation_bar", "difficulty": "beginner", "question": "Explique o conceito de CSSVertical Navigation Bar em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSVertical Navigation Bar\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Vertical Navigation Bar ❮ Previous\n\nCSS\nVertical Navigation Bar\n❮ Previous\nNext ❯\nCSS Vertical Navigation Bar\nIn a vertical navigation bar, the navigation links are stacked vertically (on \ntop of each other), and is typically aligned along the left or right side of a \nwebpage.\nThe basics of a vertical navigation bar is an unordered list (<ul>), with list \nitems (<li>), each holding a link (<a>), as shown in the\nNavbar Intro\npage.\nCSS Vertical Navbar Example\nHere, we create a basic vertical navigation bar with a gray background col...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ntext-align: center;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssvertical_navigation_bar", "examples_count": 2, "has_tiy": false, "keywords": ["right", "navigation", "color", "navbar", "previous", "shown", "intro", "links", "create", "change"], "css_properties": ["padding", "display", "text-decoration", "on", "text-align"]}, "source_url": "https://www.w3schools.com/css/css_navbar_vertical.asp", "has_tiy": false}
{"question_id": "css_csshorizontal_navigation_bar_119", "category": "CSS", "topic": "csshorizontal_navigation_bar", "difficulty": "beginner", "question": "Explique o conceito de CSSHorizontal Navigation Bar em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSHorizontal Navigation Bar\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Horizontal Navigation Bar ❮ Previous\n\nCSS\nHorizontal Navigation Bar\n❮ Previous\nNext ❯\nCSS Horizontal Navigation Bar\nIn a horizontal navigation bar, the navigation links are stacked horizontally (next \nto each other), and is typically aligned on the top of a \nwebpage.\nThe basics of a horizontal navigation bar is an unordered list (<ul>), with list \nitems (<li>), each holding a link (<a>), as shown in the\nNavbar Intro\npage.\nIt is also common to add a <nav> element around the <ul> element, that will \nserve as a container for your navig...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\noverflow: \n hidden;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csshorizontal_navigation_bar", "examples_count": 4, "has_tiy": false, "keywords": ["creating", "navigation", "element", "container", "navbar", "previous", "shown", "intro", "horizontal", "links"], "css_properties": ["padding", "display", "text-align", "text-decoration", "them"]}, "source_url": "https://www.w3schools.com/css/css_navbar_horizontal.asp", "has_tiy": false}
{"question_id": "css_cssnavbar_code_challenge_120", "category": "CSS", "topic": "cssnavbar_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSNavbar Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSNavbar Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Navbar Code Challenge ❮ Previous\n\nCSS\nNavbar Code Challenge\n❮ Previous\nNext ❯\nChallenge: Navbar\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssnavbar_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "navbar", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_navbar.asp", "has_tiy": false}
{"question_id": "css_cssdropdowns_121", "category": "CSS", "topic": "cssdropdowns", "difficulty": "beginner", "question": "Descreva CSSDropdowns com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSDropdowns\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Dropdowns ❮ Previous\n\nCSS\nDropdowns\n❮ Previous\nNext ❯\nCSS Dropdowns\nCSS dropdowns are used to display a list of options or content when a user \nclicks or hover over an element, like a button or a navigation link.\nA CSS dropdown consists of a trigger element (like <div>, <button>, <p>, <a>, \netc.).\nWhen the trigger element is clicked or hovered over, the dropdown content \nwill be displayed.\nThe dropdown content is a container element (e.g. <div>) that holds the hidden content \n(can be text, links, images, etc.).\nMouse...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nposition:relative\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssdropdowns", "examples_count": 3, "has_tiy": false, "keywords": ["dropdown", "options", "clicked", "hidden", "navigation", "three", "mouse", "clicks", "element", "container"], "css_properties": ["ther", "padding", "display", "below", "dropdown"]}, "source_url": "https://www.w3schools.com/css/css_dropdowns.asp", "has_tiy": false}
{"question_id": "css_cssadvanced_dropdowns_122", "category": "CSS", "topic": "cssadvanced_dropdowns", "difficulty": "advanced", "question": "Explique o conceito de CSSAdvanced Dropdowns em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSAdvanced Dropdowns\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Advanced Dropdowns ❮ Previous\n\nCSS\nAdvanced Dropdowns\n❮ Previous\nNext ❯\nCSS Right-aligned Dropdown\nLeft\nLink 1\nLink 2\nLink 3\nRight\nLink 1\nLink 2\nLink 3\nIf you want the dropdown menu to go from right to left, instead of left to right, add\nright: 0;\nExample\n.dropdown-content {\nright: 0;\n}\nTry it Yourself »\nCSS Dropdown Image\nHow to add an image and other content inside the dropdown box.\nExample\nHover over the image:\nBeautiful Cinque Terre\nTry it Yourself »\nCSS Dropdown Navbar\nHow to add a dropdown menu inside a navigation bar.\n...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssadvanced_dropdowns", "examples_count": 0, "has_tiy": false, "keywords": ["image", "cinque", "advanced", "example", "instead", "content", "dropdown", "yourself", "beautiful", "dropdowns"], "css_properties": ["image", "right"]}, "source_url": "https://www.w3schools.com/css/css_dropdowns_advanced.asp", "has_tiy": false}
{"question_id": "css_cssdropdowns_code_challenge_123", "category": "CSS", "topic": "cssdropdowns_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSDropdowns Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSDropdowns Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Dropdowns Code Challenge ❮ Previous\n\nCSS\nDropdowns Code Challenge\n❮ Previous\nNext ❯\nChallenge: Dropdowns\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssdropdowns_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "dropdowns", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_dropdowns.asp", "has_tiy": false}
{"question_id": "css_cssimage_gallery_124", "category": "CSS", "topic": "cssimage_gallery", "difficulty": "beginner", "question": "Descreva CSSImage Gallery com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSImage Gallery\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Image Gallery ❮ Previous\n\nCSS\nImage Gallery\n❮ Previous\nNext ❯\nCSS Image Gallery\nA CSS image gallery is a collection of images that is displayed in an organized, and often responsive way, on a web page.\nHere we use CSS to create an image gallery:\nCinque Terre\nGreen Forest\nNorthern Lights\nMountains\nThe HTML structure for an image gallery is:\nA container element to wrap the entire gallery (like a <div> with \n class=\"gallery\").\nAnother container element for each image (like a <div> with \n class=\"gallery-item\"), that contai...\n~/MSG~", "code": "~FILE[example_1.css]~\n~LANG[Css]~\n~CODE~\ndisplay: flex;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssimage_gallery", "examples_count": 1, "has_tiy": false, "keywords": ["terre", "often", "forest", "mountains", "collection", "cinque", "lights", "entire", "possibly", "element"], "css_properties": ["is", "display", "height", "gallery-item", "padding"]}, "source_url": "https://www.w3schools.com/css/css_image_gallery.asp", "has_tiy": false}
{"question_id": "css_cssimage_gallery_code_challenge_125", "category": "CSS", "topic": "cssimage_gallery_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSImage Gallery Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSImage Gallery Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Image Gallery Code Challenge ❮ Previous\n\nCSS\nImage Gallery Code Challenge\n❮ Previous\nNext ❯\nChallenge: Image Gallery\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssimage_gallery_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "image", "picker", "color", "track", "previous", "completing", "small", "coding", "gallery"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_image_gallery.asp", "has_tiy": false}
{"question_id": "css_cssimage_sprites_126", "category": "CSS", "topic": "cssimage_sprites", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSImage Sprites e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSImage Sprites\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Image Sprites ❮ Previous\n\nCSS\nImage Sprites\n❮ Previous\nNext ❯\nCSS Image Sprites\nAn image sprite is a collection of various small images put into one larger image \nfile, called a \"sprite image\".\nA sprite image is typically arranged in a grid-like way, like this:\nA web page with multiple images takes a longer time to load, and generates \nmultiple server requests.\nSo, instead of downloading each image separately, the browser downloads the \nsingle sprite image file, which will reduce the number of server requests and \nreduce...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\nbackground-image\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssimage_sprites", "examples_count": 3, "has_tiy": false, "keywords": ["longer", "various", "generates", "browser", "instead", "multiple", "collection", "arranged", "server", "requests"], "css_properties": ["height", "are", "background-position", "explained", "this"]}, "source_url": "https://www.w3schools.com/css/css_image_sprites.asp", "has_tiy": false}
{"question_id": "css_cssimage_sprites_code_challenge_127", "category": "CSS", "topic": "cssimage_sprites_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSImage Sprites Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSImage Sprites Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Image Sprites Code Challenge ❮ Previous\n\nCSS\nImage Sprites Code Challenge\n❮ Previous\nNext ❯\nChallenge: Image Sprites\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssimage_sprites_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "image", "picker", "color", "sprites", "track", "previous", "completing", "small", "coding"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_image_sprites.asp", "has_tiy": false}
{"question_id": "css_cssattributeselectors_128", "category": "CSS", "topic": "cssattributeselectors", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSAttributeSelectors e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSAttributeSelectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Attribute Selectors\n\nCSS\nAttribute\nSelectors\n❮ Previous\nNext ❯\nCSS Attribute Selectors\nCSS attribute selectors are used to select and style HTML elements with \na specific attribute or attribute value, or both.\nAttribute selectors are enclosed in square brackets\n[]\n.\nCSS has the following attribute selectors:\n[attribute]\n- Select elements with the specified attribute\n[attribute=\"value\"]\n- Select elements with a specific attribute and an exact value\n[attribute~=\"value\"]\n- Select elements with an attribute value contai...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\n[attribute]\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssattributeselectors", "examples_count": 4, "has_tiy": false, "keywords": ["containing", "start", "elements", "style", "select", "enclosed", "following", "selectors", "specified", "value"], "css_properties": ["selectors", "border", "xample", "attribute", "background-color"]}, "source_url": "https://www.w3schools.com/css/css_attribute_selectors.asp", "has_tiy": false}
{"question_id": "css_cssadvanced_attribute_selectors_129", "category": "CSS", "topic": "cssadvanced_attribute_selectors", "difficulty": "advanced", "question": "Descreva CSSAdvanced Attribute Selectors com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSAdvanced Attribute Selectors\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Advanced Attribute Selectors ❮ Previous\n\nCSS\nAdvanced Attribute Selectors\n❮ Previous\nNext ❯\nAdvanced Attribute Selectors\nAdvanced attribute selectors match elements based on partial attribute values using special operators.\nCSS [attribute^=\"value\"] Selector\nThe\n[attribute^=\"value\"]\nselector \nis used to select elements with the specific attribute, whose value\nstarts with\na specific value.\nThe following example selects all elements with a class attribute value that \nstarts with \"top\":\nExample\n[class^=\"top\"] {\nbackground: yellow;\n}\nTry it...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n[attribute^=\"value\"]\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssadvanced_attribute_selectors", "examples_count": 3, "has_tiy": false, "keywords": ["advanced", "yourself", "values", "elements", "select", "following", "special", "selectors", "selector", "previous"], "css_properties": ["background-color", "padding", "type", "background", "ip"]}, "source_url": "https://www.w3schools.com/css/css_attribute_selectors_advanced.asp", "has_tiy": false}
{"question_id": "css_cssattribute_selectors_code_challenge_130", "category": "CSS", "topic": "cssattribute_selectors_code_challenge", "difficulty": "beginner", "question": "Descreva CSSAttribute Selectors Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSAttribute Selectors Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Attribute Selectors Code Challenge ❮ Previous\n\nCSS\nAttribute Selectors Code Challenge\n❮ Previous\nNext ❯\nChallenge: Attribute Selectors\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssattribute_selectors_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "selectors", "track", "previous", "attribute", "completing", "small", "coding"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_attribute_selectors.asp", "has_tiy": false}
{"question_id": "css_cssforms_131", "category": "CSS", "topic": "cssforms", "difficulty": "beginner", "question": "Qual e a funcao de CSSForms em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSForms\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Forms ❮ Previous\n\nCSS\nForms\n❮ Previous\nNext ❯\nCSS Styling Forms\nCSS is used to style HTML forms. The look of an HTML form can be greatly improved with CSS:\nFirst Name\nLast Name\nCountry\nAustralia\nCanada\nUSA\nTry it Yourself »\nStyling Form Input Fields\nWith CSS, you can style most of the different input types, like text fields, \npassword fields, checkboxes, radio buttons, and file inputs. You can also style \ninput labels and form buttons.\nSome commonly used CSS properties for styling input fields, are:\nwidth\npadding...\n~/MSG~", "code": "~FILE[example_5.code]~\n~LANG[Code]~\n~CODE~\nborder-radius\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssforms", "examples_count": 1, "has_tiy": false, "keywords": ["yourself", "style", "color", "labels", "canada", "improved", "width", "styling", "previous", "different"], "css_properties": ["are"]}, "source_url": "https://www.w3schools.com/css/css_forms.asp", "has_tiy": false}
{"question_id": "css_cssform_inputs_132", "category": "CSS", "topic": "cssform_inputs", "difficulty": "beginner", "question": "Qual e a funcao de CSSForm Inputs em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSForm Inputs\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Form Inputs ❮ Previous\n\nCSS\nForm Inputs\n❮ Previous\nNext ❯\nStyling Form Input Fields\nWith CSS, you can style most of the different input types, like text fields, \npassword fields, checkboxes, radio buttons, and file inputs. You can also style \ninput labels and form buttons.\nSome commonly used CSS properties for styling input fields, are:\nwidth\npadding\nmargin\nborder\nborder-radius\nbackground-color\ncolor\nfont-size\nStyle Input Width\nThe\nwidth\nproperty \nis used to set the width of an input field.\nTip:\nThe default width of an...\n~/MSG~", "code": "~FILE[example_5.code]~\n~LANG[Code]~\n~CODE~\nborder-radius\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssform_inputs", "examples_count": 1, "has_tiy": false, "keywords": ["style", "color", "default", "labels", "width", "styling", "previous", "different", "first", "border"], "css_properties": ["padding", "border-radius", "them", "are", "box-sizing"]}, "source_url": "https://www.w3schools.com/css/css_form_inputs.asp", "has_tiy": false}
{"question_id": "css_cssform_focus_and_icons_133", "category": "CSS", "topic": "cssform_focus_and_icons", "difficulty": "beginner", "question": "Explique o conceito de CSSForm Focus and Icons em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSForm Focus and Icons\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Form Focus and Icons ❮ Previous\n\nCSS\nForm Focus and Icons\n❮ Previous\nNext ❯\nStyle Input with Focus\nBy default, some browsers will add a blue outline around the input when it gets \nfocus (clicked on). You can remove this behavior by adding\noutline: none;\nto the input.\nUse the\n:focus\nselector to do something with the input field when it gets focus:\nExample\ninput[type=text]:focus\n{\nbackground-color: lightblue;\n}\nTry it Yourself »\nExample\ninput[type=text]:focus\n{\nborder: 3px solid #555;\n}\nTry it Yourself »\nStyle Input with icon/ima...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\noutline: none;\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssform_focus_and_icons", "examples_count": 4, "has_tiy": false, "keywords": ["yourself", "solid", "style", "inside", "position", "adding", "selector", "previous", "remove", "around"], "css_properties": ["outline", "focus", "background-position", "background-repeat", "padding-left"]}, "source_url": "https://www.w3schools.com/css/css_form_focus.asp", "has_tiy": false}
{"question_id": "css_cssform_elements_134", "category": "CSS", "topic": "cssform_elements", "difficulty": "beginner", "question": "Descreva CSSForm Elements com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSForm Elements\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Form Elements ❮ Previous\n\nCSS\nForm Elements\n❮ Previous\nNext ❯\nStyle Textarea\nBy default, a <textarea> can be resized with a \"grabber\" in the bottom right \ncorner. To remove the grabber, set the\nresize\nproperty to\nnone\n:\nSome text...\nExample\ntextarea\n{\nwidth: 100%;\nheight: 150px;\npadding: 12px 20px;\nbox-sizing: border-box;\nborder: 2px solid #ccc;\nborder-radius: 4px;\nbackground-color: #f8f8f8;\nresize: none;\n}\nTry it Yourself »\nStyle a Dropdown Menu\nAustralia\nCanada\nUSA\nExample\nselect\n{\nwidth: 100%;\npadding: 16px 20px;\nbord...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssform_elements", "examples_count": 0, "has_tiy": false, "keywords": ["example", "buttons", "bottom", "dropdown", "yourself", "solid", "elements", "select", "resize", "textarea"], "css_properties": ["padding", "border-radius", "height", "text-decoration", "box-sizing"]}, "source_url": "https://www.w3schools.com/css/css_form_elements.asp", "has_tiy": false}
{"question_id": "css_cssform_styling_code_challenge_135", "category": "CSS", "topic": "cssform_styling_code_challenge", "difficulty": "beginner", "question": "Qual e a funcao de CSSForm Styling Code Challenge em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSForm Styling Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Form Styling Code Challenge ❮ Previous\n\nCSS\nForm Styling Code Challenge\n❮ Previous\nNext ❯\nChallenge: Form Styling\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssform_styling_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "styling", "track", "previous", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_form_styling.asp", "has_tiy": false}
{"question_id": "css_csscounters_136", "category": "CSS", "topic": "csscounters", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSCounters e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSCounters\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Counters ❮ Previous\n\nCSS\nCounters\n❮ Previous\nNext ❯\nCSS Counters\nWith CSS counters, you can create dynamic numbering of elements (like \nheadings, sections, or list items) without using JavaScript.\nCSS counters are \"variables\" maintained by CSS, and their values can \nbe incremented (or decremented) by CSS rules.\nPizza\nHamburger\nHotdogs\nCSS Automatic Numbering With Counters\nCSS counters are like \"variables\". The variable values can be incremented \n(or decremented) by CSS rules.\nTo work with CSS counters we will use th...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ncounter-reset\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscounters", "examples_count": 3, "has_tiy": false, "keywords": ["automatic", "values", "elements", "generated", "increments", "counters", "decrements", "counter", "following", "inserts"], "css_properties": ["counter-increment", "counter-reset", "content", "element", "properties"]}, "source_url": "https://www.w3schools.com/css/css_counters.asp", "has_tiy": false}
{"question_id": "css_cssnested_counters_137", "category": "CSS", "topic": "cssnested_counters", "difficulty": "beginner", "question": "Qual e a funcao de CSSNested Counters em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSNested Counters\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Nested Counters ❮ Previous\n\nCSS\nNested Counters\n❮ Previous\nNext ❯\nCSS Using Two Counters\nYou can create multiple counters for different levels of numbering. The following example creates one counter for the page (named \"section\") and one \ncounter for each <h1> element (named \"subsection\"):\nExample\nbody {\ncounter-reset: section;\n}\nh1 {\ncounter-reset: subsection;\n}\nh1::before {\ncounter-increment: \nsection;\ncontent: \"Section \" counter(section) \". \";\n}\nh2::before {\ncounter-increment: subsection;\ncontent: \ncounter(section) \".\" ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\ncounters()\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssnested_counters", "examples_count": 2, "has_tiy": false, "keywords": ["returns", "yourself", "values", "counters", "current", "multiple", "counter", "following", "element", "previous"], "css_properties": ["counter-increment", "counter-reset", "content", "li", "list-style-type"]}, "source_url": "https://www.w3schools.com/css/css_counters_nested.asp", "has_tiy": false}
{"question_id": "css_csscounters_code_challenge_138", "category": "CSS", "topic": "csscounters_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSCounters Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSCounters Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Counters Code Challenge ❮ Previous\n\nCSS\nCounters Code Challenge\n❮ Previous\nNext ❯\nChallenge: Counters\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "csscounters_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "counters", "completing", "small", "coding", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_counters.asp", "has_tiy": false}
{"question_id": "css_cssunits_139", "category": "CSS", "topic": "cssunits", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSUnits e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSUnits\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Units ❮ Previous\n\nCSS\nUnits\n❮ Previous\nNext ❯\nCSS Units\nCSS units are used to define the length and size of several properties.\nSeveral CSS properties take \"length\" values, such as\nfont-size\n,\nwidth\n,\nmargin\n,\npadding\n,\nborder\n, etc.\nCSS has two types of units:\nAbsolute units\nRelative units\nCSS Absolute Units\nAbsolute units are fixed, and the length expressed in any of these will appear exactly that size.\nAbsolute units do NOT change when the screen size change, and are not recommended for websites. \nHowever, the...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssunits", "examples_count": 0, "has_tiy": false, "keywords": ["medium", "define", "types", "width", "previous", "length", "appear", "change", "absolute", "exactly"], "css_properties": ["ip", "units"]}, "source_url": "https://www.w3schools.com/css/css_units.asp", "has_tiy": false}
{"question_id": "css_cssabsolute_units_140", "category": "CSS", "topic": "cssabsolute_units", "difficulty": "beginner", "question": "Qual e a funcao de CSSAbsolute Units em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSSAbsolute Units\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Absolute Units ❮ Previous\n\nCSS\nAbsolute Units\n❮ Previous\nNext ❯\nCSS Absolute Units\nAbsolute units are fixed, and the length expressed in any of these will appear exactly that size.\nAbsolute units do not change when the screen size change, and are not recommended for websites. \nHowever, they can be used if the output medium is known, such \nas for print layout.\nThe most used absolute unit is\npx\n(pixels).\nUnit\nName\nDescription\npx\nPixels\nThe most used absolute unit for screens (1px = 1/96th of 1in)\nTry it\ncm\nCentimeters\nPrima...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssabsolute_units", "examples_count": 0, "has_tiy": false, "keywords": ["screens", "medium", "centimeters", "pixels", "previous", "print", "length", "stylesheet", "description", "appear"], "css_properties": ["font-size", "px", "when", "ote", "ip"]}, "source_url": "https://www.w3schools.com/css/css_units_absolute.asp", "has_tiy": false}
{"question_id": "css_cssrelative_units_141", "category": "CSS", "topic": "cssrelative_units", "difficulty": "beginner", "question": "Qual e a diferenca entre CSSRelative Units e outros elementos?", "starter_code": "~MSG~\nAprenda sobre: CSSRelative Units\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Relative Units ❮ Previous\n\nCSS\nRelative Units\n❮ Previous\nNext ❯\nCSS Relative Units\nRelative units specify a length relative to another length property (like parent element, root element, or viewport).\nRelative length units scale better between different screen sizes.\nTip:\nThe\nem\nand\nrem\nunits are perfect for creating scalable and responsive websites!\nUnit\nDescription\nem\nRelative to the font-size of the parent element\nTry it\nrem\nRelative to the font-size of the root HTML element\nTry it\nvw\nRelative to 1% of the width of the...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssrelative_units", "examples_count": 0, "has_tiy": false, "keywords": ["scalable", "creating", "better", "scale", "width", "perfect", "element", "previous", "different", "length"], "css_properties": ["em", "ip", "font-size"]}, "source_url": "https://www.w3schools.com/css/css_units_relative.asp", "has_tiy": false}
{"question_id": "css_cssunits_code_challenge_142", "category": "CSS", "topic": "cssunits_code_challenge", "difficulty": "beginner", "question": "Como funciona CSSUnits Code Challenge?", "starter_code": "~MSG~\nAprenda sobre: CSSUnits Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Units Code Challenge ❮ Previous\n\nCSS\nUnits Code Challenge\n❮ Previous\nNext ❯\nChallenge: Units\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssunits_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_units.asp", "has_tiy": false}
{"question_id": "css_cssinheritance_143", "category": "CSS", "topic": "cssinheritance", "difficulty": "beginner", "question": "Descreva CSSInheritance com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSInheritance\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Inheritance ❮ Previous\n\nCSS\nInheritance\n❮ Previous\nNext ❯\nCSS Inheritance\nCSS inheritance is about what happens if no value is specified for a \nproperty on an element.\nIf no value is specified for a property, the value can either be inherited \nfrom the parent element, or be set to its initial (default) value.\nFor CSS inheritance, properties are categorized in two types:\ninherited properties\nnon-inherited properties\nInherited Properties\nInherited properties are, by default, set to the computed value of the parent elemen...\n~/MSG~", "code": "~FILE[example_2.code]~\n~LANG[Code]~\n~CODE~\nfont-family\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssinheritance", "examples_count": 3, "has_tiy": false, "keywords": ["color", "computed", "specified", "inherited", "related", "initial", "value", "previous", "parent", "properties"], "css_properties": ["font-size", "border", "inherited", "color", "types"]}, "source_url": "https://www.w3schools.com/css/css_inheritance.asp", "has_tiy": false}
{"question_id": "css_cssinheritance_code_challenge_144", "category": "CSS", "topic": "cssinheritance_code_challenge", "difficulty": "beginner", "question": "Explique o conceito de CSSInheritance Code Challenge em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSInheritance Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Inheritance Code Challenge ❮ Previous\n\nCSS\nInheritance Code Challenge\n❮ Previous\nNext ❯\nChallenge: Inheritance\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssinheritance_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "inheritance"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_inheritance.asp", "has_tiy": false}
{"question_id": "css_cssspecificity_145", "category": "CSS", "topic": "cssspecificity", "difficulty": "beginner", "question": "Como funciona CSSSpecificity?", "starter_code": "~MSG~\nAprenda sobre: CSSSpecificity\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Specificity ❮ Previous\n\nCSS\nSpecificity\n❮ Previous\nNext ❯\nCSS Specificity\nCSS specificity is an algorithm that determines which style declaration is ultimately applied to an element.\nIf two or more CSS rules point to the same element, the declaration with the highest specificity will \"win\", and \nthat style will be applied to the HTML element.\nLook at the following examples:\nExample\nHere, we have specified a red color for <p> elements.\nResult:\nThe text will be red:\n<html>\n<head>\n<style>\np {color: red;}\n</style>\n</head>\n...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssspecificity", "examples_count": 0, "has_tiy": false, "keywords": ["following", "rules", "example", "highest", "determines", "yourself", "ultimately", "declaration", "applied", "algorithm"], "css_properties": ["esult", "example", "red", "examples", "specificity"]}, "source_url": "https://www.w3schools.com/css/css_specificity.asp", "has_tiy": false}
{"question_id": "css_cssspecificity_hierarchy_146", "category": "CSS", "topic": "cssspecificity_hierarchy", "difficulty": "beginner", "question": "Explique o conceito de CSSSpecificity Hierarchy em CSS", "starter_code": "~MSG~\nAprenda sobre: CSSSpecificity Hierarchy\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Specificity Hierarchy ❮ Previous\n\nCSS\nSpecificity Hierarchy\n❮ Previous\nNext ❯\nSpecificity Hierarchy\nEach type of CSS selector has a position in the specificity hierarchy, and the selector types carry different \"weights\".\nSelector\nExample\nDescription\nWeight\nInline styles\n<h1 style=\"color: pink;\">\nHighest priority, will override all other selectors\nId selectors\n#navbar\nSecond highest priority\n1-0-0\nClasses, attribute selectors and pseudo-classes\n.test, [type=\"text\"], :hover\nThird highest priority\n0-1-0\nElements and pseudo-elements...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssspecificity_hierarchy", "examples_count": 0, "has_tiy": false, "keywords": ["elements", "three", "position", "types", "third", "highest", "priority", "selectors", "selector", "previous"], "css_properties": ["background-color", "scenarios", "applied", "weight", "specificity"]}, "source_url": "https://www.w3schools.com/css/css_specificity_hierarchy.asp", "has_tiy": false}
{"question_id": "css_cssspecificity_code_challenge_147", "category": "CSS", "topic": "cssspecificity_code_challenge", "difficulty": "beginner", "question": "Descreva CSSSpecificity Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSSSpecificity Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS Specificity Code Challenge ❮ Previous\n\nCSS\nSpecificity Code Challenge\n❮ Previous\nNext ❯\nChallenge: Specificity\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "cssspecificity_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "coding", "track", "previous", "completing", "small", "specificity", "progress"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_specificity.asp", "has_tiy": false}
{"question_id": "css_css_the!important_rule_148", "category": "CSS", "topic": "css_the!important_rule", "difficulty": "beginner", "question": "Qual e a funcao de CSS The!important Rule em CSS?", "starter_code": "~MSG~\nAprenda sobre: CSS The!important Rule\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS The !important Rule ❮ Previous\n\nCSS The\n!important Rule\n❮ Previous\nNext ❯\nCSS !important Rule\nThe\n!important\nrule is used to give the \nvalue of a specific property the highest priority.\nThe\n!important\nrule will override ALL previous styling rules for that \nspecific property on that element!\nThe\n!important\nkeyword is added to the end \nof a CSS declaration, before the semicolon.\nSyntax\nselector {\nproperty: value !important;\n}\nCSS !important Rule Example\nIn the following example, all three paragraphs will get a yellow background ...\n~/MSG~", "code": "~FILE[example_1.code]~\n~LANG[Code]~\n~CODE~\n!important\n~/CODE~", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css_the!important_rule", "examples_count": 5, "has_tiy": false, "keywords": ["though", "higher", "three", "following", "rules", "highest", "styling", "value", "previous", "added"], "css_properties": ["like", "rule", "property", "background-color", "important"]}, "source_url": "https://www.w3schools.com/css/css_important.asp", "has_tiy": false}
{"question_id": "css_css!important_code_challenge_149", "category": "CSS", "topic": "css!important_code_challenge", "difficulty": "beginner", "question": "Descreva CSS!important Code Challenge com exemplos praticos", "starter_code": "~MSG~\nAprenda sobre: CSS!important Code Challenge\nCategoria: CSS\n~/MSG~", "response": "~MSG~\nCSS !important Code Challenge ❮ Previous\n\nCSS\n!important Code Challenge\n❮ Previous\nNext ❯\nChallenge: !important\nTest your understanding of CSS by completing a small coding challenge.\n❮ Previous\nNext ❯\n\n+1\nSign in to track progress\nCOLOR PICKER...\n~/MSG~", "code": "", "verified": false, "is_passed": false, "variables": {"source": "w3schools", "category": "CSS", "topic": "css!important_code_challenge", "examples_count": 0, "has_tiy": false, "keywords": ["understanding", "picker", "color", "track", "previous", "completing", "small", "coding", "progress", "challenge"], "css_properties": ["hallenge"]}, "source_url": "https://www.w3schools.com/css/css_challenges_important.asp", "has_tiy": false}