file
stringlengths
16
94
text
stringlengths
32
24.4k
vector
list
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Centered text - HTML: Example: <p class="example"> Integer elementum massa at nulla placerat varius. Suspendisse in libero risus, in interdum massa. Vestibulum ac leo vitae metus faucibus gravida ac in neque. Nullam est eros, suscipit sed dictum quis, accumsan a ligula...
[ -0.1338559091091156, 0.8281906247138977, -0.5949101448059082, -0.3558395206928253, -0.510331392288208, -1.1354879140853882, -0.18370428681373596, 1.32755446434021, -0.03820166736841202, 0.2844061851501465, 0.5706477165222168, 0.5427097082138062, -1.0873901844024658, -0.3865250051021576, ...
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Centered text - CSS: Example: .example { text-align: center; border: solid; }
[ -0.3300970494747162, 0.3888793885707855, -0.7337681651115417, -1.0582793951034546, -0.20430678129196167, -0.7920942902565002, 0.8694478869438171, 1.8397724628448486, 0.318685919046402, 0.1848503202199936, 0.267456978559494, 0.08252257108688354, -1.3062833547592163, 0.029899433255195618, ...
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Example using "justify" - HTML: Example: <p class="example"> Integer elementum massa at nulla placerat varius. Suspendisse in libero risus, in interdum massa. Vestibulum ac leo vitae metus faucibus gravida ac in neque. Nullam est eros, suscipit sed dictum quis, accumsa...
[ 0.05543508008122444, 0.591841459274292, -0.3790181279182434, -0.43677818775177, -0.456768274307251, -1.0835968255996704, 0.10104839503765106, 1.2200478315353394, 0.33499929308891296, 0.293646901845932, 0.5914286375045776, 0.1152830570936203, -0.4443698227405548, -0.37168049812316895, -0....
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Example using "justify" - CSS: Example: .example { text-align: justify; border: solid; }
[ -0.2517579197883606, 0.45593389868736267, -0.7330529093742371, -0.9670212864875793, -0.3565075695514679, -0.7850520014762878, 0.7827543616294861, 1.1680586338043213, 0.3291524350643158, -0.07017207890748978, 0.2447221577167511, -0.6113536357879639, -0.9115258455276489, 0.23613855242729187,...
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Table alignment: This example demonstrates the use of `text-align` on `table` elements: - The `caption` is set to right-aligned. - The first two `th` elements inherit the left alignment from the `text-align: left` set on the `thead`, while the third is set to right-aligned. ...
[ 0.0651201382279396, -0.2651856541633606, -1.550514817237854, 0.21027088165283203, -0.1101752519607544, -0.411702424287796, 1.7820955514907837, 1.7562230825424194, 0.2714718282222748, 0.07029606401920319, -0.6861106157302856, -0.6639403104782104, -0.9028616547584534, 0.34196776151657104, ...
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Table alignment - HTML: Example: <table> <caption> Example table </caption> <thead> <tr> <th>Col 1</th> <th>Col 2</th> <th class="right">Col 3</th> </tr> </thead> <tbody> <tr class="right"> <td>11</td> <td class="center...
[ -1.1803463697433472, 0.007469655945897102, -0.6350162029266357, -0.6064956784248352, -0.4763845205307007, -0.632501482963562, 1.5323164463043213, 0.8523417115211487, -0.4967677891254425, 0.2685543894767761, -0.3978578448295593, -0.6427198648452759, -0.8645196557044983, 0.27942541241645813,...
css/reference/properties/text-align/index.md
CSS - Properties - text-align - Examples - Table alignment - CSS: Example: table { border-collapse: collapse; border: solid black 1px; width: 250px; height: 150px; } thead { text-align: left; } td, th { border: solid 1px black; } .center { text-align: center; } .right, caption { text-align: right;...
[ -0.9284256100654602, 0.46734705567359924, -1.4143540859222412, -0.8876585364341736, 0.26598644256591797, 0.030196156352758408, 0.8388456106185913, 1.1247310638427734, 0.02887897938489914, 0.6092056035995483, 0.01673022285103798, -0.09986187517642975, -0.9923802018165588, 0.5247800350189209...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width: The `column-rule-width` CSS property defines the widths of the lines drawn between columns in multi-column grid, flex, and multi-col layouts. Example: column-rule-width: thin; Example: column-rule-width: 4px; Example: column-rule-width: thin, medium, thick; Example: column...
[ -0.7012009620666504, 0.36872535943984985, -1.215708613395691, -0.4985158145427704, 0.6911240220069885, -2.1132700443267822, -0.7208970785140991, 1.5946142673492432, 0.15775826573371887, -0.18888629972934723, 0.5899039506912231, 0.029404975473880768, -0.8383048176765442, 0.38388916850090027...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Syntax: Example: /* Keyword values */ column-rule-width: thin; column-rule-width: medium; column-rule-width: thick; column-rule-width: thin, medium, thick; column-rule-width: thick, repeat(5, thin), thick; column-rule-width: thick, repeat(auto, thin, medium), thick; /* Length v...
[ -0.8087254166603088, 0.2633078098297119, -0.5085578560829163, 0.12478670477867126, 0.7676251530647278, -1.0030019283294678, -0.003483641892671585, 1.4304485321044922, -0.3576395511627197, -0.061451204121112823, -0.15281905233860016, 0.28116539120674133, -0.8527017831802368, 0.5066304802894...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Syntax - Values: The `column-rule-width` property accepts a comma-separated list of values, including: - `&lt;line-width&gt;`: Defines the width of the line, either as an explicit non-negative `&lt;length&gt;` or the keywords: `thin`, `medium`, or `thick`. The default is `medium...
[ -1.2201118469238281, -0.17142455279827118, -0.202809140086174, -0.0934746190905571, 0.7788894176483154, -0.5317337512969971, 0.5525898933410645, 1.0173934698104858, 0.3523619771003723, -0.1611892431974411, -0.6361013650894165, -0.5058286190032959, -0.2198372632265091, -0.03009004518389702,...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Description: The `column-rule-width` property defines the widths of any column rule lines drawn in the gutters between adjacent columns in multi-column, flex, and grid containers with more than one column. Note: The `column-rule-width` only defines the width of the lines painted...
[ -1.4892504215240479, -0.0052703795954585075, -0.7200452089309692, -0.13371703028678894, 0.8117259740829468, -1.937483549118042, -0.7170708775520325, 1.772670865058899, -0.07809554785490036, -0.20765571296215057, 0.005874034017324448, 0.3150414526462555, -0.7190855145454407, 0.3931438326835...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Description - Repeated line widths: The `repeat()` function, with an integer of `1` or greater as the first argument, can be used to repeat a valid list of CSS `&lt;line-width&gt;` values passed as subsequent arguments the specified number of times. This allows the same width to ...
[ -1.1497975587844849, 0.5272972583770752, -1.2122633457183838, -0.17994461953639984, 1.1165107488632202, -1.6359912157058716, -0.54152512550354, 1.722564458847046, -0.469042032957077, 0.06118455156683922, -0.08418883383274078, 0.302882581949234, -0.29732683300971985, 0.6350502967834473, -...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Description - Auto-repeating line widths: The `repeat()` function also accepts `auto` as the first argument instead of a positive integer. With `auto` as the first argument, the list of `<line-width>` values passed as subsequent arguments will be repeated as many times as needed ...
[ -1.0223255157470703, 0.12736006081104279, -1.0791243314743042, 0.22072556614875793, 0.6051186919212341, -1.3622210025787354, -0.0032134391367435455, 1.3226165771484375, -0.39142516255378723, 0.3731904625892639, -0.1936219036579132, -0.1834377646446228, -0.6269549131393433, 0.38540834188461...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Basic usage: This example demonstrates using a single keyword value, setting all the column rules to the same size.
[ -1.2637654542922974, 0.14905767142772675, -1.4495993852615356, -0.18618933856487274, -0.8256549835205078, -0.33819082379341125, 1.0875272750854492, 1.4704060554504395, -0.22244834899902344, -0.3342967927455902, -1.037739872932434, 0.44306355714797974, -0.10746680945158005, -0.4432264864444...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Basic usage - HTML: We include a paragraph of text: Example: <p> This is a bunch of text split into three columns. The `column-rule-width` property is used to change the width of the line that is drawn between columns. Don't you think that's wonderful? </p>
[ -1.6110899448394775, 0.34421420097351074, -0.8856515884399414, 0.0552225261926651, -0.5914300680160522, -1.1307708024978638, 0.8333678841590881, 1.4042350053787231, -0.06357035040855408, -0.28864070773124695, -1.258052110671997, 0.37363889813423157, -0.39962923526763916, -0.632639229297637...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Basic usage - CSS: We create a multi-column container with the `column-count` property. As the `column-rule-style` property defaults to `none`, we have to set it to a visible value for the column rules to be drawn. We then set the `column-rule-width` to `thick`, lettin...
[ -1.1224132776260376, -0.007032980676740408, -0.2293359935283661, -0.2385101020336151, 0.5043423175811768, -1.166798710823059, -0.1914753019809723, 1.495093822479248, -0.5115490555763245, 0.3608861565589905, 0.28507760167121887, 0.0265921950340271, -0.4750446677207947, 0.21510130167007446, ...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Multiple values: This example demonstrates using multiple values for the `column-rule-width` property. It also demonstrates rules that overflow gaps are painted behind the content.
[ -1.2917269468307495, 0.09481146186590195, -0.9284707307815552, 0.269901305437088, -0.5347317457199097, -1.0305789709091187, 0.8138386011123657, 1.562778115272522, -0.4726608395576477, -0.38434866070747375, -0.8617767095565796, 0.6385912299156189, -0.06798584759235382, -0.4400585889816284, ...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Multiple values - HTML: We include a list of authors: Example: <ul> <li>Kimberlé Crenshaw</li> <li>Angela Y. Davis</li> <li>Bernardine Evaristo</li> <li>Audre Lorde</li> <li>Cathy Park Hong</li> <li>Zoya Patel</li> <li>Juno Mac</li> <li>Molly Smith</l...
[ -1.5645002126693726, -0.06967083364725113, -0.8549348711967468, -0.5408217310905457, -0.36333125829696655, -1.3583239316940308, 0.6449486017227173, -0.5179307460784912, 0.3254552185535431, 0.2557407319545746, 0.1200193464756012, 0.8839839100837708, -0.1652618795633316, -0.5210784673690796,...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Multiple values - CSS: We define the list to be a flex container, creating columns by setting the `flex-direction` to `row` using the `flex-flow` shorthand. We include a `column-rule-width` with ten `<line-width>` values, each larger than the previous. Example: ul { ...
[ -0.82635498046875, -0.3168690800666809, -1.0773770809173584, -0.2889983654022217, 0.5322442054748535, -1.075039267539978, 0.056432947516441345, 1.4880846738815308, -0.6512422561645508, 0.09842576831579208, 0.3036585748195648, -0.003858029842376709, -0.2612936198711395, 0.43937575817108154,...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Repeating values: This example demonstrates how, when there are fewer values in the list of widths than column rules, the values are repeated. Using the same HTML and CSS as in the previous example, we include three comma-separated widths as the `column-rule-width` va...
[ -1.3865258693695068, 0.4166207015514374, -0.5304033160209656, -0.372622013092041, 0.8021090626716614, -1.3410764932632446, 0.5867992043495178, 1.4062525033950806, -0.26374614238739014, -0.24404090642929077, 0.24518325924873352, 0.48575401306152344, -0.48542648553848267, 0.29325875639915466...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Using the `repeat()` function: This example demonstrates using the `repeat()` function within the `column-rule-width` property value and how this function can help reduce the verbosity of value declarations. We use the same HTML and CSS as in the previous examples. To...
[ -0.9650881290435791, 0.233244389295578, -1.0451971292495728, 0.004899885505437851, 0.5622212886810303, -1.2638554573059082, 0.510876476764679, 1.1275683641433716, -0.6760168075561523, 0.05549798533320427, -0.08712084591388702, 0.4116573631763458, -0.17603477835655212, 0.2465626299381256, ...
css/reference/properties/column-rule-width/index.md
CSS - Properties - column-rule-width - Examples - Using `auto` within `repeat()`: This example demonstrates using `auto` instead of an integer within the `repeat()` function. Using `repeat(auto, <line-width>)` we set all column rules to `1px`, except the first and last, which we set to `5px`. Example: ul { column...
[ -1.2336355447769165, 0.05186087638139725, -0.8854411840438843, 0.3919028639793396, 0.505078911781311, -1.0759326219558716, 0.579876720905304, 1.3349637985229492, -0.6711649894714355, -0.4182162880897522, -0.10534855723381042, -0.10148617625236511, -0.2624053657054901, 0.5538002848625183, ...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside: Deprecated: This feature is no longer recommended. Warning: This property has been replaced by the `break-inside` property. The `page-break-inside` CSS property adjusts page breaks inside the current element. Example: page-break-inside: auto; Example: page-break-inside: avoi...
[ -0.4940660297870636, 0.6266539692878723, -0.911444365978241, 0.4997948408126831, 0.895953357219696, -1.1894062757492065, -0.06751054525375366, 1.7574760913848877, -0.11997371166944504, 0.44488486647605896, 0.015145532786846161, 0.6760516166687012, -0.34771478176116943, -0.05862080305814743...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside - Syntax: Example: /* Keyword values */ page-break-inside: auto; page-break-inside: avoid; /* Global values */ page-break-inside: inherit; page-break-inside: initial; page-break-inside: revert; page-break-inside: revert-layer; page-break-inside: unset;
[ -1.5500338077545166, 0.1999264657497406, 0.08153048902750015, 0.14583469927310944, 0.6498675346374512, -0.49978575110435486, 0.7171801924705505, 1.3774690628051758, 0.014689847826957703, 0.07603850960731506, -0.7154650688171387, 0.20322200655937195, 0.4028691351413727, 0.18541394174098969,...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside - Syntax - Values: This property is specified as one of the following keyword values: - `auto`: Initial value. Automatic page breaks (neither forced nor forbidden). - `avoid`: Avoid page breaks inside the element.
[ -0.4081392288208008, 0.060224927961826324, -1.0613969564437866, 0.5825054049491882, 0.02668289840221405, -0.5974968075752258, 1.4137815237045288, 1.8386437892913818, 0.22748413681983948, 0.2947639226913452, -0.6962446570396423, -0.203868567943573, 0.018554165959358215, -0.38829588890075684...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside - Page break aliases: The `page-break-inside` property is now a legacy property, replaced by `break-inside`. For compatibility reasons, `page-break-inside` should be treated by browsers as an alias of `break-inside`. This ensures that sites using `page-break-inside` continue to wo...
[ -1.476162075996399, 0.18439510464668274, -0.4623626172542572, 0.6207653880119324, 0.5703765749931335, -0.8642509579658508, 0.9994221925735474, 1.6868129968643188, 0.27624645829200745, 0.6613222360610962, -0.16711236536502838, 0.7825741171836853, -0.20542089641094208, -0.3075278103351593, ...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside - Examples - Avoiding page breaks inside elements - HTML: Example: <div class="page"> <p>This is the first paragraph.</p> <section class="list"> <span>A list</span> <ol> <li>one</li> <!-- <li>two</li> --> </ol> </section> <ul> <li>one</li> <...
[ -0.8369694948196411, 0.43750616908073425, -0.9363806247711182, 0.4733344316482544, 0.36392226815223694, -0.6821252107620239, 1.6335176229476929, 1.097902774810791, 0.05898810923099518, 0.6953340172767639, -0.4095563590526581, 0.1314946711063385, 0.1888493448495865, -0.9676660299301147, -...
css/reference/properties/page-break-inside/index.md
CSS - Properties - page-break-inside - Examples - Avoiding page breaks inside elements - CSS: Example: .page { background-color: #8cffa0; height: 90px; width: 200px; columns: 1; column-width: 100px; } .list, ol, ul, p { break-inside: avoid; } p { background-color: #8ca0ff; } ol, ul, .list { margin:...
[ -0.8848886489868164, 0.35710224509239197, -1.2754356861114502, -0.6419321298599243, 0.7532403469085693, -0.6526880264282227, 0.15797989070415497, 1.22774338722229, -0.9481557607650757, 0.5673699378967285, 0.03165874630212784, 0.23528745770454407, 0.24572929739952087, 0.02297840267419815, ...
css/reference/properties/border-block-end-style/index.md
CSS - Properties - border-block-end-style: The `border-block-end-style` CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-ri...
[ -0.2518822252750397, 0.2947224974632263, -0.4869227707386017, -0.22940537333488464, 0.2170124650001526, -1.3346772193908691, -0.4428565800189972, 1.265753984451294, 0.43817591667175293, -0.38092467188835144, 0.2540757656097412, 0.25600147247314453, -0.19690938293933868, 0.6767269968986511,...
css/reference/properties/border-block-end-style/index.md
CSS - Properties - border-block-end-style - Syntax: Example: /* Keyword values */ border-block-end-style: dashed; border-block-end-style: dotted; border-block-end-style: groove; /* Global values */ border-block-end-style: inherit; border-block-end-style: initial; border-block-end-style: revert; border-block-end-styl...
[ -0.021681929007172585, 0.6741978526115417, -0.3073948919773102, -0.06687916070222855, -0.4790712893009186, -1.1725554466247559, 0.19214388728141785, 2.0397400856018066, 0.19682347774505615, 0.25588443875312805, -0.3852959871292114, 1.2631422281265259, -0.241556778550148, 0.4934506416320801...
css/reference/properties/border-block-end-style/index.md
CSS - Properties - border-block-end-style - Syntax - Values: - `&lt;line-style&gt;`: The line style of the border. See `border-style`.
[ -0.2210610806941986, 0.32644495368003845, -1.1490973234176636, -0.4033339321613312, -0.1391405463218689, -0.6093043088912964, -0.592330813407898, 2.6368887424468994, 0.8836625218391418, -0.6273139119148254, -0.5495508313179016, 0.9241946339607239, -0.43015775084495544, 0.29330211877822876,...
css/reference/properties/border-block-end-style/index.md
CSS - Properties - border-block-end-style - Examples - Dashed border with vertical text - HTML: Example: <div> <p class="exampleText">Example text</p> </div>
[ -0.25669971108436584, 0.17695200443267822, -0.2878614664077759, -0.2587432265281677, -1.0623451471328735, -0.8005242347717285, 1.0840671062469482, 2.192180633544922, -0.08249130845069885, 0.01995272934436798, -0.5282886028289795, 0.6016824841499329, -0.17450958490371704, -0.093628063797950...
css/reference/properties/border-block-end-style/index.md
CSS - Properties - border-block-end-style - Examples - Dashed border with vertical text - CSS: Example: div { background-color: yellow; width: 120px; height: 120px; } .exampleText { writing-mode: vertical-lr; border: 5px solid blue; border-block-end-style: dashed; }
[ -0.9103769063949585, 0.18430860340595245, -0.2980361878871918, -0.4619181454181671, -0.5324798822402954, -0.18289850652217865, 0.6631376147270203, 1.61159348487854, -0.34187278151512146, 0.19484728574752808, -0.4666937291622162, 0.4824185371398926, 0.02050362154841423, 0.5961157083511353, ...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color: The `flood-color` CSS property defines the color of the current filter primitive subregion in `feFlood` and `feDropShadow` elements within a `filter`. If present, it overrides the element's `flood-color` attribute. Note: The `flood-color` property only applies to `feFlood` and `feDropS...
[ -1.1869529485702515, -0.7073827385902405, -0.03562980890274048, -0.26114970445632935, 1.0009281635284424, -2.920332431793213, 0.3732852637767792, 1.4977710247039795, -0.43154415488243103, 0.5807400345802307, 0.03200735151767731, -0.07938254624605179, 0.03364798426628113, 0.0336728468537330...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color - Syntax: Example: /* <color> values */ flood-color: red; flood-color: hsl(120deg 75% 25% / 60%); flood-color: currentColor; /* Global values */ flood-color: inherit; flood-color: initial; flood-color: revert; flood-color: revert-layer; flood-color: unset;
[ -1.48836350440979, 0.33841800689697266, -0.37456926703453064, -0.5495240092277527, -0.6424455046653748, -2.2955992221832275, -0.3019271790981293, 2.241682767868042, 0.051476508378982544, -0.22059959173202515, -0.6090636253356934, 0.8438485264778137, 0.10881233215332031, -0.4655084013938904...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color - Syntax - Values: This property is specified as one `<color>` value: - `&lt;color>`: The flood's color. This can be any valid CSS `&lt;color>` value.
[ -0.8069034218788147, 0.2928081750869751, -1.3831279277801514, -0.4256832003593445, -0.2631041407585144, -2.7894365787506104, 0.3398513197898865, 2.7486648559570312, 0.2773579955101013, -0.23075442016124725, 0.1732250601053238, 0.7047775387763977, -0.33590683341026306, -0.45715028047561646,...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color - Examples - Defining the color of a filters flood: This example demonstrates the basic use case of `flood-color`, and how the CSS `flood-color` property takes precedence over the `flood-color` attribute.
[ -0.7182016372680664, -0.028081189841032028, -1.3362901210784912, -0.0512390062212944, -0.0479312427341938, -2.7777040004730225, 0.11908513307571411, 2.230567693710327, -0.041774600744247437, 0.3582264184951782, 0.5747730135917664, -0.3767756521701813, -0.3627835512161255, -0.31776559352874...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color - Examples - Defining the color of a filters flood - HTML: We have an SVG with two `filter` elements, each with a `feFlood` child. Each `<feFlood>` element includes the SVG `flood-color` attribute defining the flood color as `seagreen`. We included two `rect` elements with a filter attri...
[ -1.8122669458389282, -0.7883442640304565, -0.8018216490745544, -0.3065776228904724, 0.11626052856445312, -2.703263521194458, 0.3700525760650635, 1.5187487602233887, -0.11291822046041489, 0.9201518893241882, 0.6116997003555298, 0.26376059651374817, -0.15243089199066162, -0.47773805260658264...
css/reference/properties/flood-color/index.md
CSS - Properties - flood-color - Examples - Defining the color of a filters flood - CSS: We define the size and position of our `<rect>` using the CSS `height`, `width`, `x`, and `y` properties: Example: rect { width: 100px; height: 100px; x: 10px; y: 10px; } #r2 { x: 150px; } We then apply different floo...
[ -0.8794552087783813, -0.4099210202693939, -0.6351868510246277, -0.1753339022397995, 0.3022001385688782, -2.452479600906372, -0.11789927631616592, 1.2145456075668335, -0.6682592630386353, 0.36481931805610657, 0.5252069234848022, 0.21562111377716064, 0.03981415182352066, -0.12092871218919754...
css/reference/properties/text-justify/index.md
CSS - Properties - text-justify: The `text-justify` CSS property sets what type of justification should be applied to text when `text-align: justify;` is set on an element.
[ -0.8536179661750793, -0.41541871428489685, -0.5899734497070312, 0.06192048639059067, -0.2626355290412903, -2.1135451793670654, 0.7050447463989258, 1.2283048629760742, 0.7058209180831909, 0.17018525302410126, -0.15036439895629883, -1.0930739641189575, -0.6458191871643066, 0.3178724944591522...
css/reference/properties/text-justify/index.md
CSS - Properties - text-justify - Syntax: Example: text-justify: none; text-justify: auto; text-justify: inter-word; text-justify: inter-character; text-justify: distribute; /* Deprecated value */ /* Global values */ text-justify: inherit; text-justify: initial; text-justify: revert; text-justify: revert-layer; text...
[ -0.29438045620918274, 0.03719134256243706, 0.1076107919216156, 0.3563035726547241, -0.8609983921051025, -1.5452502965927124, 0.9479081630706787, 1.9037957191467285, 0.7698578238487244, 0.24409429728984833, -0.17743755877017975, -0.5922165513038635, -0.8834978938102722, -0.05128873884677887...
css/reference/properties/text-justify/index.md
CSS - Properties - text-justify - Syntax - Values: This property is specified as one of the following keyword values: - `none`: The text justification is turned off. This has the same effect as not setting `text-align` at all, although it is useful if you need to turn justification on and off for some reason. - `auto...
[ -0.5156724452972412, 0.14007703959941864, 0.07340788096189499, -0.34852105379104614, 0.8997350931167603, -0.965599000453949, 0.18703265488147736, 1.0163016319274902, 0.1057777851819992, 0.14122536778450012, 0.2912847101688385, 0.002242356538772583, -0.7983981966972351, 0.07020512223243713,...
css/reference/properties/text-justify/index.md
CSS - Properties - text-justify - Examples - Demonstration of the different values of text-justify: Example: <p class="none"> <code>text-justify: none</code> —<br />Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ornare maximus vehicula. Duis nisi velit, dictum id mauris vitae, lobortis pretium qu...
[ -0.9172950387001038, 0.00693056546151638, 0.4868640899658203, 0.24761751294136047, 0.4129974842071533, -1.437603235244751, 0.23332259058952332, 1.159468173980713, -0.4373733103275299, 0.29330453276634216, 0.8826674818992615, 0.07358451187610626, -0.5383948683738708, -0.11217567324638367, ...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style: The `column-rule-style` CSS property defines the line style of the lines drawn between columns in multi-column grid, flex, and multi-col layouts. Example: column-rule-style: dotted; Example: column-rule-style: dashed, dotted; Example: column-rule-style: repeat(2, inset, outs...
[ -0.870893120765686, -0.008191559463739395, -1.0521416664123535, -0.3401321470737457, 0.8536744117736816, -1.7401598691940308, -1.0627028942108154, 1.958265781402588, -0.0951729565858841, -0.2791813313961029, 0.43363282084465027, -0.1590583324432373, -0.4579675793647766, 0.28495463728904724...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Syntax: Example: /* Keyword values */ column-rule-style: none; column-rule-style: hidden; column-rule-style: dotted; column-rule-style: dashed; column-rule-style: solid; column-rule-style: double; column-rule-style: groove; column-rule-style: ridge; column-rule-style: inset; col...
[ -1.2709310054779053, 0.0594051256775856, -0.26254287362098694, -0.1857369840145111, 0.4941479563713074, -0.6777294874191284, -0.3240056037902832, 1.77394700050354, -0.5355647802352905, -0.28592386841773987, 0.12347151339054108, -0.34633082151412964, -0.561955451965332, 0.2897440195083618, ...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Syntax - Values: The `column-rule-style` property accepts a comma-separated list of values, including: - `<line-style>`: A `&lt;line-style&gt;`: one of `none`, `hidden`, `dotted`, `dashed`, `solid`, `double`, `groove`, `ridge`, `inset`, or `outset`. The default value is `none`. ...
[ -1.1314746141433716, -0.25214987993240356, -0.79770827293396, -0.06784415990114212, 0.8564868569374084, -0.6319254636764526, -0.021841857582330704, 1.927271842956543, -0.39511027932167053, -0.16930478811264038, 0.033526718616485596, -0.0940476581454277, -0.2855512499809265, -0.101514585316...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Description: The `column-rule-style` property defines the line style of any column rule lines drawn in the gaps between columns in multi-column, flex, and grid containers with more than one column. The value is a comma-separated list of components, which can include `<line-style...
[ -1.6338318586349487, -0.43652012944221497, -1.2878419160842896, 0.5883195996284485, 0.5469178557395935, -0.2864156663417816, -0.12213458865880966, 2.3736777305603027, -0.18395504355430603, -0.3467476963996887, -0.48818331956863403, 0.6859902143478394, -0.02287251502275467, -0.3582469224929...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Description - Repeated line styles: The `repeat()` function, with an integer of `1` or greater as the first argument, can be used to repeat a valid list of CSS `&lt;line-style&gt;` values passed as subsequent arguments the specified number of times. This allows the same style to ...
[ -1.5931354761123657, 0.11709195375442505, -1.3434218168258667, 0.4366898238658905, 0.2500019073486328, -2.119365930557251, 0.06118126958608627, 1.4134068489074707, -1.3852814435958862, -0.005453953519463539, -0.34220069646835327, 0.48133987188339233, -0.40834441781044006, 0.234567642211914...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Description - Auto-repeating line styles: The `repeat()` function also accepts `auto` as the first argument instead of a positive integer. With `auto` as the first argument, the `<line-style>` values passed as subsequent parameters will be repeated as many times as needed to fill...
[ -1.2188814878463745, -0.4379904270172119, -1.1366666555404663, 0.7532826066017151, -0.012017510831356049, -1.5692498683929443, 0.6684848070144653, 1.9316916465759277, -0.9141042232513428, 0.179279625415802, -0.7033883929252625, -0.16438281536102295, -0.03386720269918442, -0.398119598627090...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Basic usage - HTML: Example: <p> This is a bunch of text split into three columns. The `column-rule-style` property is used to change the style of the line that is drawn between columns. Don't you think that's wonderful? </p>
[ -1.6306504011154175, 0.05562375485897064, -0.7935364842414856, 0.23693275451660156, -0.15207993984222412, -0.6278941035270691, 0.3844171464443207, 1.9392025470733643, -0.42076727747917175, -0.11625099182128906, -0.7654479742050171, 0.39333808422088623, -0.15245164930820465, -0.956676423549...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Basic usage - CSS: Example: p { column-count: 3; column-rule-style: dashed; }
[ -0.765969455242157, -0.3055309057235718, -1.141294002532959, -0.16288141906261444, -0.7921282052993774, -0.298595130443573, 1.4198282957077026, 1.9093444347381592, -0.9027085304260254, 1.0834097862243652, -0.8634058833122253, 0.16851909458637238, -0.34761422872543335, -0.280309796333313, ...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Multiple values - HTML: We include a list of authors: Example: <ul> <li>Kimberlé Crenshaw</li> <li>Angela Y. Davis</li> <li>Bernardine Evaristo</li> <li>Audre Lorde</li> <li>Cathy Park Hong</li> <li>Zoya Patel</li> <li>Juno Mac</li> <li>Molly Smith</l...
[ -1.513252854347229, -0.05010470002889633, -0.8472772836685181, -0.3743279278278351, -0.26836705207824707, -1.3026697635650635, 0.4675425887107849, -0.17283448576927185, 0.144741952419281, 0.32113730907440186, 0.26802435517311096, 0.7022303938865662, -0.11238658428192139, -0.542765617370605...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Multiple values - CSS: We define the list to be a flex container, creating columns by setting the `flex-direction` to `row` using the `flex-flow` shorthand. We include a `gap` of `5px` to provide enough room between the columns to fit our `3px` double teal rule: Examp...
[ -0.9034532904624939, -0.2565138339996338, -0.7218456268310547, 0.0028557851910591125, 0.6357797384262085, -0.8342323899269104, -0.16809414327144623, 1.5949841737747192, -0.7260950803756714, 0.22532162070274353, 0.6928460001945496, -0.29422104358673096, -0.21506041288375854, 0.3033992946147...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Repeating values: This example demonstrates how, when there are fewer values in the list of styles than column rules, the values are repeated. Using the same HTML and CSS as in the previous example, we include three comma-separated styles as the `column-rule-style` va...
[ -1.7084012031555176, 0.3334123194217682, -0.6447339057922363, -0.305111289024353, 0.9516416788101196, -0.8802205324172974, 0.28046005964279175, 1.696226716041565, -1.0469112396240234, -0.18205681443214417, 0.562484860420227, 0.05799781531095505, -0.32489585876464844, 0.24597123265266418, ...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Using the `repeat()` function: This example demonstrates using the `repeat()` function within the `column-rule-style` property value. We use the same HTML and CSS as in the previous examples. We include a `repeat()` function, setting the list of two `<line-style>` valu...
[ -2.5005998611450195, 0.07926314324140549, -1.5033725500106812, 0.5806787014007568, 0.11503660678863525, -0.8503995537757874, 0.8981004357337952, 2.022867202758789, -1.3990232944488525, 0.025488555431365967, -0.15629634261131287, 1.0261307954788208, -0.22199960052967072, -0.3019891381263733...
css/reference/properties/column-rule-style/index.md
CSS - Properties - column-rule-style - Examples - Using `auto` within `repeat()`: This example demonstrates using `auto` instead of an integer within the `repeat()` function. Using `repeat(auto, <line-style>)` we set all column rules to `groove`, except the first and last, which we set to `solid`. Example: ul { c...
[ -1.3797646760940552, 0.2787182331085205, -0.7489413022994995, 0.18651650846004486, 0.35581305623054504, -0.7984578609466553, 0.30603885650634766, 1.7484232187271118, -0.9749468564987183, -0.15311133861541748, 0.3653883635997772, -0.13989607989788055, -0.15978696942329407, 0.304103016853332...
css/reference/properties/text-orientation/index.md
CSS - Properties - text-orientation: The `text-orientation` CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertica...
[ -2.4518871307373047, -0.009634672664105892, -0.616557240486145, 0.8966866731643677, -0.2116994559764862, -0.9465169310569763, 0.21671433746814728, 1.0394287109375, 0.2881275713443756, 0.2676824927330017, -0.29294905066490173, -0.4291841387748718, 0.597373902797699, -0.1764078587293625, 0...
css/reference/properties/text-orientation/index.md
CSS - Properties - text-orientation - Syntax: Example: /* Keyword values */ text-orientation: mixed; text-orientation: upright; text-orientation: sideways-right; text-orientation: sideways; text-orientation: use-glyph-orientation; /* Global values */ text-orientation: inherit; text-orientation: initial; text-orienta...
[ -1.4501765966415405, 0.23275978863239288, 0.12669970095157623, 0.22162365913391113, -0.5550142526626587, -1.2456499338150024, 0.5477996468544006, 1.3524280786514282, 0.3678296208381653, 0.08704878389835358, -0.5509141683578491, -0.02670975774526596, 0.4515877366065979, -0.3040692210197449,...
css/reference/properties/text-orientation/index.md
CSS - Properties - text-orientation - Syntax - Values: This property is specified as one of the following keyword values: - `mixed`: Rotates the characters of horizontal scripts 90° clockwise. Lays out the characters of vertical scripts naturally. Default value. - `upright`: Lays out the characters of horizontal scri...
[ -2.4895143508911133, -0.4846266806125641, -0.24059386551380157, 0.17597618699073792, -0.03204010799527168, -1.1160658597946167, 1.059135913848877, 0.840949296951294, 0.7154895663261414, -0.554148256778717, -0.6461924314498901, 0.3748820126056671, -0.1163426861166954, -0.002707153558731079,...
css/reference/properties/text-orientation/index.md
CSS - Properties - text-orientation - Examples - HTML: Example: <p>Lorem ipsum dolet semper quisquam.</p>
[ -1.0906667709350586, 0.2740476429462433, -0.2745512127876282, 0.006955679506063461, -1.189462661743164, -0.8129183053970337, 1.2410749197006226, 0.8105847835540771, 0.24141204357147217, 0.12310737371444702, 0.15333613753318787, -0.15078043937683105, -0.2893473207950592, -0.663587749004364,...
css/reference/properties/text-orientation/index.md
CSS - Properties - text-orientation - Examples - CSS: Example: p { writing-mode: vertical-rl; text-orientation: upright; }
[ -1.7582257986068726, -0.08680809289216995, 0.028864961117506027, 0.29156434535980225, -0.5333515405654907, -0.1649780124425888, 0.8451499938964844, 1.6504112482070923, 0.36200323700904846, -0.12575754523277283, -0.3590719401836395, 0.017924539744853973, 0.5268839597702026, -0.4982502162456...
css/reference/properties/caption-side/index.md
CSS - Properties - caption-side: The `caption-side` CSS property puts the content of a table's `caption` on the specified side. The values are relative to the `writing-mode` of the table. Example: caption-side: top; Example: caption-side: bottom; Example: <section class="default-example" id="default-example"> ...
[ -1.0695909261703491, 0.29612424969673157, -0.9181656837463379, 0.11605685949325562, 0.043314993381500244, -1.1826590299606323, -0.31943926215171814, 1.8712226152420044, -0.03368039429187775, -0.18005354702472687, 0.07449294626712799, -0.2644546627998352, -0.6837694048881531, 0.414301097393...
css/reference/properties/caption-side/index.md
CSS - Properties - caption-side - Syntax: Example: /* Directional values */ caption-side: top; caption-side: bottom; /* Global values */ caption-side: inherit; caption-side: initial; caption-side: revert; caption-side: revert-layer; caption-side: unset;
[ -1.2780505418777466, 0.497844934463501, -0.017355868592858315, 0.08832591772079468, -0.6018267273902893, -0.5749611854553223, 0.4131403863430023, 2.2459535598754883, 0.3342953622341156, 0.6084955930709839, -0.5971508026123047, 0.2632690668106079, 0.0006359778344631195, 0.232309490442276, ...
css/reference/properties/caption-side/index.md
CSS - Properties - caption-side - Syntax - Values: This property is specified as one of the following keyword values: - `top`: The caption box should be positioned at the block start side of the table. - `bottom`: The caption box should be positioned at the block end side of the table. Note: The CSS logical properti...
[ -1.1356104612350464, 0.0167440976947546, -0.29335886240005493, 0.36770638823509216, 0.20721295475959778, -1.1272460222244263, 0.6762037873268127, 1.8398513793945312, 0.6648796796798706, 0.5261369943618774, 0.209503635764122, 0.12882868945598602, 0.5672314763069153, 0.6479769349098206, 0....
css/reference/properties/caption-side/index.md
CSS - Properties - caption-side - Examples - Setting captions above and below - HTML: Example: <table class="top"> <caption> Caption ABOVE the table </caption> <tbody> <tr> <td>Some data</td> <td>Some more data</td> </tr> </tbody> </table> <br /> <table class="bottom"> <caption> ...
[ -1.2023603916168213, -0.7120994925498962, -0.418033629655838, 0.4679994583129883, -0.08373536169528961, -0.9430697560310364, 1.0886718034744263, 1.6290500164031982, 0.039786338806152344, 0.061698734760284424, -0.5949901938438416, 0.08281348645687103, -0.43888145685195923, 0.229010075330734...
css/reference/properties/caption-side/index.md
CSS - Properties - caption-side - Examples - Setting captions above and below - CSS: Example: .top caption { caption-side: top; } .bottom caption { caption-side: bottom; } table { border: 1px solid red; } td { border: 1px solid blue; }
[ -1.0498623847961426, -0.026958711445331573, -0.4516434371471405, -0.02760624885559082, 0.07075968384742737, -0.6872040629386902, 0.7405206561088562, 2.1301064491271973, 0.014378108084201813, 0.3397384583950043, -0.26702412962913513, 0.10951100289821625, -0.10741756111383438, 0.323403120040...
css/reference/properties/font/index.md
CSS - Properties - font: The `font` CSS shorthand property sets all the different properties of an element's font. Alternatively, it sets an element's font to a system font. Example: font: 1.2rem "Fira Sans", sans-serif; Example: font: italic 1.2rem "Fira Sans", serif; Example: font: italic small-caps bo...
[ -0.23555023968219757, 0.6524056196212769, -0.7980429530143738, -0.2972932755947113, 0.4284474849700928, -2.4058754444122314, 0.049391597509384155, 1.850978970527649, -0.12855678796768188, 0.09753557294607162, 0.13378188014030457, -0.2786681652069092, -0.7204969525337219, 0.2845838069915771...
css/reference/properties/font/index.md
CSS - Properties - font - Constituent properties: This property is a shorthand for the following CSS properties: - `font-family` - `font-size` - `font-width` - `font-style` - `font-variant` - `font-weight` - `line-height`
[ -1.335045337677002, 0.6515458822250366, -1.2493040561676025, 0.05574706196784973, 0.012484364211559296, -2.0833213329315186, 0.8100986480712891, 2.460038900375366, 0.6169186234474182, -0.10077560693025589, -0.11979539692401886, 0.4275933802127838, -0.14391586184501648, -0.5558485984802246,...
css/reference/properties/font/index.md
CSS - Properties - font - Syntax: Example: /* font-size font-family */ font: 1.2em sans-serif; /* font-size/line-height font-family */ font: 1.2em/2 "Fira Sans", sans-serif; /* font-style font-weight font-size font-family */ font: italic bold 1.2em monospace; /* font-width font-variant font-size font-family */ fon...
[ -1.4292054176330566, -0.0076218158937990665, -0.16455702483654022, -0.23955269157886505, 0.5464019179344177, -1.577051043510437, 0.4000931978225708, 1.4252817630767822, 0.3284715712070465, -0.2986382246017456, 0.1811889261007309, -0.18119597434997559, -0.700798511505127, -0.226763293147087...
css/reference/properties/font/index.md
CSS - Properties - font - Syntax - Values: The value is either a shorthand specifying the various font-related properties or a single `<system-font-family-name>` keyword: - `<'font-style'>` (optional): See the `font-style` CSS property. Defaults to `normal`. - `<font-variant-css2>` (optional): Either the `normal` or ...
[ -0.21505573391914368, 0.4680442214012146, -1.880176067352295, -0.3463359475135803, 0.29072239995002747, -1.6387032270431519, 0.043611444532871246, 2.4015157222747803, 0.1038437932729721, -0.31967446208000183, 0.46457329392433167, -0.30800116062164307, -0.03196878731250763, 0.25922617316246...
css/reference/properties/font/index.md
CSS - Properties - font - Description: The `font` property value is either a single keyword representing a system-font-family-name or multiple longhand property values used to set all the different properties of an element's font.
[ -0.6669064164161682, -0.5711066722869873, -1.443514347076416, 0.2854292392730713, -0.10866624116897583, -1.633920669555664, 0.6720020174980164, 1.9943392276763916, 0.482509970664978, -0.9582839608192444, -0.7904503345489502, 0.2833963632583618, -0.5145866870880127, -0.22500456869602203, ...
css/reference/properties/font/index.md
CSS - Properties - font - Description - System font declarations: If `font` is specified as a `<system-font-family-name>` keyword, the full property value must be set to that single, case-insensitive keyword. Valid values include `caption`, `icon`, `menu`, `message-box`, `small-caption`, or `status-bar`. Browsers als...
[ -1.3201180696487427, -0.2732233703136444, -0.7864453196525574, -0.07283404469490051, 0.43069082498550415, -1.126139521598816, 0.43288320302963257, 1.6370718479156494, -0.14398321509361267, -0.22072677314281464, 0.11933016777038574, -0.1837839037179947, -0.15531016886234283, 0.1087483614683...
css/reference/properties/font/index.md
CSS - Properties - font - Description - Shorthand font declarations: If `font` is specified as a shorthand for several font-related properties, then: - it must include values for: - `font-size` - `font-family` - it may optionally include values for: - `font-style` - `font-variant` - `font-weight` - `font-...
[ -0.5621005296707153, 0.5767323970794678, -0.5819553732872009, -0.4743227958679199, 0.6123135685920715, -1.384259819984436, 0.4350987374782562, 1.7995253801345825, 0.3796272277832031, 0.020780576393008232, 0.4513424336910248, -0.07050590962171555, 0.08210310339927673, -0.31421855092048645, ...
css/reference/properties/font/index.md
CSS - Properties - font - Description - Shorthand property order: The order of some of the longhand values within the shorthand `font` declaration must follow a few rules: - Both the `font-size` and `font-family` components are required (except for system font declarations). - The `font-style`, `font-variant` and `fo...
[ -1.1185686588287354, -0.3606530427932739, -1.4029985666275024, 0.29778242111206055, -0.19394204020500183, -0.7272416949272156, 0.48599934577941895, 1.5171233415603638, -0.28136566281318665, 0.053768306970596313, -0.04669861122965813, 0.2691734731197357, 0.14638902246952057, -0.423741787672...
css/reference/properties/font/index.md
CSS - Properties - font - Description - Components with limited values: For backward compatibility, the valid values of the `font-variant` and `font-width` components do not include all the valid values or the longhand equivalents. The valid values for the `font-variant` component are limited to `normal` or `small-ca...
[ -1.2218314409255981, 0.697780966758728, -0.6200605630874634, -0.8121939897537231, 0.2487604022026062, -1.2290863990783691, 0.39219629764556885, 1.8701289892196655, 0.35926488041877747, -0.1374417245388031, 0.015610210597515106, -0.07067245244979858, -0.18569892644882202, 0.1357102543115615...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - Basic usage: This example defines the `font` for all `p` elements. We set the `font-size` to `12px` and the `line-height` to `14px`, separating them with a forward slash (`/`). The declaration also sets the `font-family` to `sans-serif`. Example: p { font: 12px / 14px sans-seri...
[ -0.22470185160636902, 0.5863263010978699, -0.8496098518371582, -0.13337713479995728, 0.4905911087989807, -1.3257009983062744, 1.1158078908920288, 1.2312109470367432, 0.0228794664144516, 0.11966931074857712, 0.24120497703552246, 0.02645939588546753, -0.5269291400909424, -0.20077183842658997...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - Multiple properties: In this example, we set the `font-weight` to `bold`, the `font-style` to `italic`, the `font-size` to `large`, the `line-height` to `1.6`, and the `font-family` to `serif`. Example: p { font: bold italic large / 1.6 serif; } Example: <p> In this example...
[ -0.7302616238594055, 0.5959280133247375, -0.417670339345932, 0.03895612061023712, 0.1113625317811966, -0.9086864590644836, 1.4966117143630981, 2.164853572845459, 0.8644229769706726, -0.5033483505249023, 0.1230757087469101, 0.582832932472229, -0.9085920453071594, -0.6189147233963013, 0.36...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - System font: This example demonstrates using the `font` property to set a system font.
[ -0.4278339445590973, 0.4987444281578064, -0.9530488848686218, 0.40748846530914307, -0.594744086265564, -1.7851427793502808, 1.3070377111434937, 2.216522693634033, 0.9524714946746826, -0.6446629762649536, 0.09160462766885757, -0.1733710914850235, -0.25520384311676025, -0.3148512542247772, ...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - System font - CSS: We set the paragraph's font to have the same `font-family`, `line-height`, `font-size`, etc., as the status bar of the window, then we set the `line-height` to `1.6`. Example: p { font: status-bar; line-height: 1.6; }
[ -0.8614524006843567, 0.09344656020402908, -1.1835124492645264, -0.02246692217886448, -0.1166711300611496, -2.191054582595825, 0.45636019110679626, 2.2093324661254883, 0.7848473191261292, 0.26436567306518555, -0.36210572719573975, 0.19334858655929565, -0.21113236248493195, 0.236389040946960...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - System font - HTML: Our HTML includes a paragraph (`p`) containing a link (`a`) with a convoluted `href` attribute value. When you hover or focus the rendered link, your browser's status bar should display the value of the `href` attribute. Example: <p> <a href="/%20The%20f...
[ -1.7234020233154297, 0.301702618598938, -0.7480832934379578, 0.06234055012464523, -0.2590916156768799, -0.7905385494232178, 0.8144975304603577, 1.2836861610412598, 0.27484142780303955, -0.15077944099903107, -0.383851557970047, 0.47874224185943604, -0.6106466054916382, 0.31600379943847656, ...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - System font - JavaScript: As the URL in our HTML link is not good practice, we include a script that prevents the document from redirecting to a non-existent page when the link is clicked. Example: const aElem = document.querySelector("a"); aElem.addEventListener("click", (e) => ...
[ -1.6406145095825195, 0.5315949320793152, -0.8109580278396606, -0.30776435136795044, -0.8591386675834656, -1.5231565237045288, 0.6438591480255127, 1.2590646743774414, -0.7215628027915955, 0.2293168157339096, -0.7369186878204346, 0.3764505088329315, -0.7036572098731995, -0.5685307383537292, ...
css/reference/properties/font/index.md
CSS - Properties - font - Examples - Shorthand declaration creator: In this live demonstration, you can select different radio buttons to generate different shorthand values, while visualizing the effects of the shorthand declarations you create. Example: <p> Change the radio buttons below to see the generated sho...
[ 0.3102457821369171, 0.5760623216629028, -0.4197820723056793, 0.40551087260246277, 0.7945572733879089, -0.9661835432052612, 1.0143235921859741, 1.6636013984680176, -0.3525291383266449, 0.09276764839887619, 0.22947359085083008, 0.624389111995697, -0.3770833909511566, -0.024188999086618423, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape: The `caret-shape` CSS property sets the shape of the insertion caret, the visible marker that appears in editable elements to indicate where the next character will be inserted or deleted. The `caret-shape` property can also be set as part of the `caret` shorthand property. Example: ...
[ -0.6467021703720093, -0.13573814928531647, -1.03304922580719, -0.061646681278944016, 0.7402128577232361, -2.253657579421997, 0.05596797168254852, 1.8634058237075806, 0.26722514629364014, -0.1247464120388031, 1.3274624347686768, -0.08230601251125336, -0.10905294120311737, -0.252690911293029...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Syntax: Example: /* Keyword values */ caret-shape: auto; caret-shape: bar; caret-shape: block; caret-shape: underscore; /* Global values */ caret-shape: inherit; caret-shape: initial; caret-shape: revert; caret-shape: revert-layer; caret-shape: unset;
[ -0.7801100015640259, 0.2001822143793106, -0.3912560045719147, 0.7631080150604248, -0.07464615255594254, -0.830540120601654, 0.5231739282608032, 1.7462942600250244, 0.2086925208568573, 0.18028394877910614, 0.1510389745235443, 0.8681959509849548, -0.6823098659515381, 0.25360536575317383, 0...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Syntax - Values: This property is specified as one of the following keyword values: - `auto`: The default value. The browser determines the caret shape. This typically follows platform conventions and may change based on context. - `bar`: The caret appears as a thin vertical line at t...
[ -1.4022384881973267, -0.5512099266052246, -1.1094295978546143, 0.28944310545921326, 0.4850769639015198, -0.21639873087406158, 0.9927818775177002, 1.2332675457000732, -0.2207195907831192, -0.035825204104185104, 0.5099227428436279, 0.5412745475769043, -0.41394826769828796, 0.3633933961391449...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Description: The insertion caret is the blinking cursor that indicates where text will be inserted when typing. Different caret shapes can provide visual feedback about the current editing mode or offer visual customization.
[ -1.4470025300979614, -0.38440483808517456, -1.0249367952346802, 1.0181167125701904, 0.9995676279067993, -0.3687938451766968, 0.4868500232696533, 1.2350977659225464, 0.144716277718544, 0.4376165568828583, 0.5541523098945618, -0.007836595177650452, 0.12418751418590546, -0.18555666506290436, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Description - Editing modes and caret shapes: Text editors typically operate in one of two modes: - Insert mode: New characters are inserted at the caret position, pushing existing text to the end of the line. This is the default behavior in most modern applications. - Overtype mode (...
[ -1.7299487590789795, -0.497183233499527, -0.5671125054359436, 0.5545353293418884, 0.8362269401550293, -0.47474405169487, 0.1349981129169464, 0.9326655864715576, 0.41445860266685486, -0.08978160470724106, 0.06794526427984238, -0.3266407251358032, 1.0160846710205078, 0.37237662076950073, -...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Description - Caret positioning and behavior: The `caret-shape` property affects how the caret is visually rendered but doesn't change its logical position in the text. The caret always represents the insertion point between characters, regardless of its visual shape.
[ -1.243484377861023, -0.48914635181427, -0.471884161233902, 0.29997333884239197, -0.03177065774798393, -0.28414952754974365, 0.6154680848121643, 0.7624098658561707, 0.19028028845787048, -0.21270401775836945, 0.8965694904327393, -0.03412053734064102, -0.8372777700424194, -0.1466185450553894,...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Description - Interaction with writing modes: The caret shape adapts to the `writing-mode` of the text. In vertical writing modes, bar carets become horizontal, and underscore carets position themselves appropriately relative to the text direction.
[ -1.551401972770691, -0.24176864326000214, -0.5438219308853149, 0.7191684246063232, 0.3193959593772888, -0.42892417311668396, 0.14534907042980194, 1.580705165863037, 0.7307615280151367, -0.05391818284988403, 0.1513012945652008, 0.4213982820510864, -0.5486626029014587, 0.004968129098415375, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Retro terminal with animated caret: This example shows how to create a vintage terminal interface using `caret-shape: block` with animated caret color, replacing the old technique of using borders. The key part is using the modern caret properties instead of the old border-...
[ -1.2825766801834106, -0.31585294008255005, -0.47481483221054077, 0.5563885569572449, 0.20757830142974854, -0.6704795956611633, 0.7620090246200562, 1.5186564922332764, 0.20904621481895447, 0.6021947264671326, 0.36090734601020813, 0.5360704660415649, 0.23997759819030762, 0.2703554928302765, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Retro terminal with animated caret - HTML: Example: <label for="terminal">Enter a command</label> <div class="old-screen"> <span>></span> <textarea id="terminal" class="terminal-input"></textarea> </div>
[ -1.6959857940673828, 0.5953159332275391, -0.7642970681190491, 0.05018752068281174, -0.11067688465118408, -0.4362508952617645, 0.5678179860115051, 1.481893539428711, -0.6105157136917114, 0.040257491171360016, 0.3903518617153168, 0.46403640508651733, -0.20237833261489868, -0.1004457622766494...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Retro terminal with animated caret - CSS: Example: label { background: #092104; display: block; padding: 10px 20px; color: #00ad00; font-weight: bold; font-family: monospace; } .old-screen { background: repeating-linear-gradient( #092104, #092104 2px,...
[ -1.0852493047714233, 0.6082273721694946, -1.03452467918396, -0.5562289953231812, 0.12340949475765228, -0.8277791738510132, -0.16960689425468445, 1.5008797645568848, -0.8951998949050903, 0.2805477976799011, 0.5768875479698181, 0.24875134229660034, -0.10397414118051529, 0.44232919812202454, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Console interface with underscore caret: This example demonstrates using `caret-shape: underscore` to create a console-style interface where the underscore caret complements the terminal aesthetic.
[ -0.6553862690925598, 0.13193413615226746, -1.2810940742492676, 0.3817038834095001, -0.04825717210769653, -0.4801614582538605, 0.8994435667991638, 1.4136675596237183, 0.4112360179424286, 0.5777376294136047, 1.104759693145752, 0.4187229871749878, -0.387160062789917, -0.18889088928699493, -...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Console interface with underscore caret - HTML: Example: <label for="console">Enter a command</label> <div class="console-demo"> <div class="console-output"> <p>user@host:css-ui-4 $ ls -a</p> <p>. .. Overview.bs Overview.html</p> </div> <div class="console-inp...
[ -2.0623373985290527, 0.10476798564195633, -0.7812330722808838, 0.07579225301742554, 0.5134342312812805, -0.6859467029571533, 0.5013765692710876, 0.44481194019317627, -0.3510107100009918, -0.231466144323349, 0.7106263637542725, 0.08851110935211182, 0.15699845552444458, 0.3835362493991852, ...
css/reference/properties/caret-shape/index.md
CSS - Properties - caret-shape - Examples - Console interface with underscore caret - CSS: Example: label { background: #2a2a2c; color: white; display: block; padding: 10px 20px; font-weight: bold; font-family: monospace; } .console-demo { background: black; color: white; font-family: monospace; ...
[ -0.915681004524231, 0.05090007930994034, -0.934363603591919, -0.989823579788208, 0.04121263325214386, -0.39899465441703796, 0.05984535813331604, 1.8011629581451416, -0.38220125436782837, 0.33700352907180786, 1.0100868940353394, 0.5901297926902771, -0.04388764500617981, 0.3293118476867676, ...
css/reference/properties/interpolate-size/index.md
CSS - Properties - interpolate-size: The `interpolate-size` CSS property allows you to enable animations and transitions between a `&lt;length-percentage&gt;` value and an `intrinsic size`, `fit-content`, or `max-content`. This property is typically used to animate the `width` and/or `height` of a container between a...
[ -1.7269039154052734, -0.2869604229927063, -0.40250635147094727, 0.14085426926612854, -0.30667537450790405, -1.8607090711593628, 0.5991346836090088, 0.6535114645957947, -0.16328051686286926, 0.49630865454673767, 0.2649886906147003, 0.4320143163204193, -0.4563533067703247, 0.0998921543359756...
css/reference/properties/interpolate-size/index.md
CSS - Properties - interpolate-size - Syntax: Example: /* Keyword values */ interpolate-size: allow-keywords; interpolate-size: numeric-only; /* Global values */ interpolate-size: inherit; interpolate-size: initial; interpolate-size: revert; interpolate-size: revert-layer; interpolate-size: unset;
[ -0.8553453683853149, 0.6378533244132996, -0.22714073956012726, 0.014343004673719406, -0.8199199438095093, -0.8849749565124512, 0.6323484182357788, 1.8258434534072876, 0.39020130038261414, -0.21548272669315338, -0.3918454945087433, 0.5310200452804565, -0.2229919731616974, -0.263445675373077...
css/reference/properties/interpolate-size/index.md
CSS - Properties - interpolate-size - Syntax - Values: This property is specified as one of the following keyword values: - `allow-keywords`: Enables interpolation between a `length-percentage` value and an intrinsic size value, to allow animation between the two. - `numeric-only`: The default behavior — intrinsic si...
[ -1.3140976428985596, -0.2667153775691986, -0.4249526262283325, -0.23362213373184204, -0.745948076248169, -0.5879477262496948, 0.9601098299026489, 1.324160099029541, 0.12159667909145355, -0.41767799854278564, -0.34020212292671204, 0.07873913645744324, 0.26812607049942017, -0.289238512516021...
css/reference/properties/interpolate-size/index.md
CSS - Properties - interpolate-size - Description: Setting `interpolate-size: allow-keywords` enables interpolation between a `length-percentage` value and an intrinsic size value. Note that it does not enable animating between two intrinsic size values. One end of the animation must be a `<length-percentage>`. The `...
[ -0.32331526279449463, 0.06229863315820694, -0.2670881748199463, 0.05183681100606918, 0.16653591394424438, -0.8458794951438904, 0.5384097695350647, 1.615967035293579, -0.4820232689380646, -0.34992504119873047, 0.1917910873889923, 0.37906405329704285, -0.62015700340271, 0.2491416037082672, ...
css/reference/properties/interpolate-size/index.md
CSS - Properties - interpolate-size - Description - Values that can be interpolated: The following intrinsic values can currently be opted-in to animations: - `auto` - `min-content` - `max-content` - `fit-content` - `content` (for containers sized using `flex-basis`).
[ -1.0212407112121582, -0.8412701487541199, -0.5428453683853149, 0.5700271725654602, -0.8468049168586731, -1.325400948524475, 0.5130506157875061, 1.1773366928100586, -0.023420389741659164, 0.44395989179611206, 0.20056955516338348, -0.34599530696868896, 0.37521836161613464, 0.5595070123672485...