mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Small change: remove unintentional whitespace (#34418)
On other challenges, only the affected places would have a placeholder whitespace, if there is one. Removed the unnecessary ones from this challenge.
This commit is contained in:
committed by
Manish Giri
parent
a0c00de32b
commit
16eb18954e
-2
@@ -44,14 +44,12 @@ tests:
|
|||||||
background-color: dodgerblue;
|
background-color: dodgerblue;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#box-2 {
|
#box-2 {
|
||||||
background-color: orangered;
|
background-color: orangered;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div id="box-container">
|
<div id="box-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user