mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-08-31 01:14:08 +08:00
fix(curriculum): fixed missing semicolons in .price declaration (#69204)
This commit is contained in:
@@ -109,7 +109,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -116,6 +116,6 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -135,7 +135,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -129,6 +129,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -167,7 +167,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -140,6 +140,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -150,7 +150,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -147,6 +147,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -147,7 +147,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -146,6 +146,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -185,7 +185,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -161,7 +161,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -161,7 +161,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -161,7 +161,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -161,7 +161,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -152,7 +152,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -157,7 +157,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -156,7 +156,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -163,7 +163,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -160,7 +160,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -171,7 +171,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -144,7 +144,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
@@ -161,7 +161,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -153,6 +153,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -190,7 +190,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
@@ -119,7 +119,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -158,6 +158,6 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -118,7 +118,7 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -97,6 +97,6 @@ h1, h2, p {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -125,6 +125,6 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -156,7 +156,7 @@ h1, h2 {
|
||||
|
||||
.price {
|
||||
text-align: right;
|
||||
width: 25%
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
Reference in New Issue
Block a user