Assessment wanted for Float skill test by frozinFayaGh

Assessment wanted for Float skill test.
Test 1
Test 2
Test 3

Link to the questions

THANK YOU!!!

@Frozin_Faya_Gh hello,i am not pretty sure about the assessment that i did.but,these codes below worked fine.
Floats One:
.float1 {
float:left;
}

.float2 {
float:right;
}

Floats Two:

.float {
float:left;
}

.below {
clear:left;
}

Floats Three:

.float {
float: right;
}

.box {
display: flow-root;

}