You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
You should re read the task. You created seven extra <div> elements. This is good.
However, they are not inside of the <div class=".keys"> </div> as they should be. There is a typo on this line also, you must have added a period before the class name. You can select classes using CSS with a . but in HTML it does not belong.
Finally once all seven <div class="keys"> </div> are inside of the corrected <div class="keys"> </div> element…there is still one more typo. You gave each <div> a class of keys, but re read the instructions. Shouldn’t it be something else?