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
@ -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