chore(curriculum): remove fixed position from building a quiz projects (#58002)

This commit is contained in:
Anna
2025-01-09 01:14:41 -05:00
committed by GitHub
parent 6ad2f63ff6
commit 109accf301
40 changed files with 0 additions and 56 deletions
@@ -9,8 +9,6 @@ dashedName: step-48
Tidy up the `header`, by using _Flexbox_ to put space between the children, and vertically center them.
Then, fix the `header` to the top of the viewport.
# --hints--
You should give the `header` a `justify-content` of `space-between`.
@@ -25,12 +23,6 @@ You should give the `header` an `align-items` of `center`.
assert.equal(new __helpers.CSSHelp(document).getStyle('header')?.alignItems, 'center');
```
You should give the `header` a `position` of `fixed`.
```js
assert.equal(new __helpers.CSSHelp(document).getStyle('header')?.position, 'fixed');
```
You should give the `header` a `top` of `0`.
```js
@@ -183,7 +183,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -194,7 +194,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -199,7 +199,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -167,7 +167,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -185,7 +185,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -265,7 +265,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -178,7 +178,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -178,7 +178,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -182,7 +182,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -199,7 +199,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -185,7 +185,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -175,7 +175,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -181,7 +181,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -213,7 +213,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -179,7 +179,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -193,7 +193,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -191,7 +191,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -173,7 +173,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -193,7 +193,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -509,7 +508,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -9,8 +9,6 @@ dashedName: step-48
Tidy up the `header`, by using _Flexbox_ to put space between the children, and vertically center them.
Then, fix the `header` to the top of the viewport.
# --hints--
You should give the `header` a `justify-content` of `space-between`.
@@ -25,12 +23,6 @@ You should give the `header` an `align-items` of `center`.
assert.equal(new __helpers.CSSHelp(document).getStyle('header')?.alignItems, 'center');
```
You should give the `header` a `position` of `fixed`.
```js
assert.equal(new __helpers.CSSHelp(document).getStyle('header')?.position, 'fixed');
```
You should give the `header` a `top` of `0`.
```js
@@ -183,7 +183,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -194,7 +194,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -199,7 +199,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -167,7 +167,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -185,7 +185,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -265,7 +265,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -178,7 +178,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -178,7 +178,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -182,7 +182,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -199,7 +199,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -185,7 +185,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -175,7 +175,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -181,7 +181,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -213,7 +213,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -179,7 +179,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -193,7 +193,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -191,7 +191,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -173,7 +173,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -193,7 +193,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}
@@ -509,7 +508,6 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
}