Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into work
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Feb 11, 2025
2 parents 9a03b0c + ef3bf9a commit 1cfc0f0
Show file tree
Hide file tree
Showing 451 changed files with 2,306 additions and 1,384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ div {

```css
.layered-image {
background: linear-gradient(to right, transparent, mistyrose),
url("critters.png");
background:
linear-gradient(to right, transparent, mistyrose), url("critters.png");
}
```

Expand All @@ -350,11 +350,8 @@ div {

```css
.stacked-linear {
background: linear-gradient(
217deg,
rgba(255, 0, 0, 0.8),
rgba(255, 0, 0, 0) 70.71%
),
background:
linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%),
linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%),
linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);
}
Expand Down Expand Up @@ -705,7 +702,8 @@ div {

```css
.multi-repeating-linear {
background: repeating-linear-gradient(
background:
repeating-linear-gradient(
190deg,
rgba(255, 0, 0, 0.5) 40px,
rgba(255, 153, 0, 0.5) 80px,
Expand Down Expand Up @@ -760,7 +758,8 @@ div {

```css
.plaid-gradient {
background: repeating-linear-gradient(
background:
repeating-linear-gradient(
90deg,
transparent,
transparent 50px,
Expand Down Expand Up @@ -805,7 +804,8 @@ div {
rgba(143, 77, 63, 0.25) 10px
);

background: repeating-linear-gradient(
background:
repeating-linear-gradient(
90deg,
transparent 0 50px,
rgba(255, 127, 0, 0.25) 50px 56px,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Si haces esto, las imágenes de fondo pueden quedar superpuestas entre sí. Los
Las otras propiedades `background-*` también pueden tener valores múltiples separados por comas, de la misma manera que `background-image`:

```css
background-image: url(image1.png), url(image2.png), url(image3.png),
url(image1.png);
background-image:
url(image1.png), url(image2.png), url(image3.png), url(image1.png);
background-repeat: no-repeat, repeat-x, repeat;
background-position:
10px 20px,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ Ahora que has explorado lo básico de CSS, empieza por añadir información y al
```css
html {
font-size: 10px; /* px quiere decir 'píxeles': el tamaño de la fuente base es ahora de 10 píxeles de altura */
font-family: "Open Sans", sans-serif; /* Este debe ser el resto del resultado que obtuviste de Google fonts */
font-family:
"Open Sans", sans-serif; /* Este debe ser el resto del resultado que obtuviste de Google fonts */
}
```

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-float-edge/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-float-edge"
title: -moz-float-edge
slug: Web/CSS/-moz-float-edge
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-force-broken-image-icon/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-force-broken-image-icon"
title: -moz-force-broken-image-icon
slug: Web/CSS/-moz-force-broken-image-icon
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-image-rect/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-image-rect"
title: -moz-image-rect
slug: Web/CSS/-moz-image-rect
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-image-region/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-image-region"
title: -moz-image-region
slug: Web/CSS/-moz-image-region
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-orient/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-orient"
title: -moz-orient
slug: Web/CSS/-moz-orient
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-user-focus/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-user-focus"
title: -moz-user-focus
slug: Web/CSS/-moz-user-focus
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-moz-user-input/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-moz-user-input"
title: -moz-user-input
slug: Web/CSS/-moz-user-input
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-border-before/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-border-before"
title: -webkit-border-before
slug: Web/CSS/-webkit-border-before
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-box-reflect/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-box-reflect"
title: -webkit-box-reflect
slug: Web/CSS/-webkit-box-reflect
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-box-image/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-box-image"
title: -webkit-mask-box-image
slug: Web/CSS/-webkit-mask-box-image
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-composite/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-composite"
title: -webkit-mask-composite
slug: Web/CSS/-webkit-mask-composite
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-position-x/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-position-x"
title: -webkit-mask-position-x
slug: Web/CSS/-webkit-mask-position-x
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-position-y/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-position-y"
title: -webkit-mask-position-y
slug: Web/CSS/-webkit-mask-position-y
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-repeat-x/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-repeat-x"
title: -webkit-mask-repeat-x
slug: Web/CSS/-webkit-mask-repeat-x
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-mask-repeat-y/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-mask-repeat-y"
title: -webkit-mask-repeat-y
slug: Web/CSS/-webkit-mask-repeat-y
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-tap-highlight-color/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-tap-highlight-color"
title: -webkit-tap-highlight-color
slug: Web/CSS/-webkit-tap-highlight-color
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-text-fill-color/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-text-fill-color"
title: -webkit-text-fill-color
slug: Web/CSS/-webkit-text-fill-color
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-text-stroke-color/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-text-stroke-color"
title: -webkit-text-stroke-color
slug: Web/CSS/-webkit-text-stroke-color
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-text-stroke-width/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-text-stroke-width"
title: -webkit-text-stroke-width
slug: Web/CSS/-webkit-text-stroke-width
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-text-stroke/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-text-stroke"
title: -webkit-text-stroke
slug: Web/CSS/-webkit-text-stroke
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/-webkit-touch-callout/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "-webkit-touch-callout"
title: -webkit-touch-callout
slug: Web/CSS/-webkit-touch-callout
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-broken/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-broken"
title: :-moz-broken
slug: Web/CSS/:-moz-broken
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-drag-over/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-drag-over"
title: :-moz-drag-over
slug: Web/CSS/:-moz-drag-over
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-first-node/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-first-node"
title: :-moz-first-node
slug: Web/CSS/:-moz-first-node
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-handler-blocked/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-handler-blocked"
title: :-moz-handler-blocked
slug: Web/CSS/:-moz-handler-blocked
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-handler-crashed/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-handler-crashed"
title: :-moz-handler-crashed
slug: Web/CSS/:-moz-handler-crashed
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-handler-disabled/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-handler-disabled"
title: :-moz-handler-disabled
slug: Web/CSS/:-moz-handler-disabled
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-last-node/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-last-node"
title: :-moz-last-node
slug: Web/CSS/:-moz-last-node
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-loading/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-loading"
title: :-moz-loading
slug: Web/CSS/:-moz-loading
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-locale-dir_ltr/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-locale-dir(ltr)"
title: :-moz-locale-dir(ltr)
slug: Web/CSS/:-moz-locale-dir_ltr
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-locale-dir_rtl/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-locale-dir(rtl)"
title: :-moz-locale-dir(rtl)
slug: Web/CSS/:-moz-locale-dir_rtl
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-only-whitespace/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-only-whitespace"
title: :-moz-only-whitespace
slug: Web/CSS/:-moz-only-whitespace
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-submit-invalid/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-submit-invalid"
title: :-moz-submit-invalid
slug: Web/CSS/:-moz-submit-invalid
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-suppressed/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-suppressed"
title: :-moz-suppressed
slug: Web/CSS/:-moz-suppressed
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-user-disabled/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-user-disabled"
title: :-moz-user-disabled
slug: Web/CSS/:-moz-user-disabled
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_-moz-window-inactive/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-moz-window-inactive"
title: :-moz-window-inactive
slug: Web/CSS/:-moz-window-inactive
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_active/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":active"
title: :active
slug: Web/CSS/:active
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_any-link/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":any-link"
title: :any-link
slug: Web/CSS/:any-link
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_autofill/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":-webkit-autofill"
title: :-webkit-autofill
slug: Web/CSS/:autofill
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_blank/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":blank"
title: :blank
slug: Web/CSS/:blank
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_checked/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":checked"
title: :checked
slug: Web/CSS/:checked
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_default/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":default"
title: :default
slug: Web/CSS/:default
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_defined/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":defined"
title: :defined
slug: Web/CSS/:defined
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_dir/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":dir()"
title: :dir()
slug: Web/CSS/:dir
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_disabled/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":disabled"
title: :disabled
slug: Web/CSS/:disabled
---

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/css/_colon_empty/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ":empty"
title: :empty
slug: Web/CSS/:empty
---

Expand Down
Loading

0 comments on commit 1cfc0f0

Please sign in to comment.