Menu
×
×
Correct!
Exercise:With the
<style>
div {
width: 100px;
height: 100px;
background-color: lightblue;
border: 1px solid black;
transform: @(15);
}
</style>
<body>
<div>This is a div</div>
</body>
<style>
div {
width: 100px;
height: 100px;
background-color: lightblue;
border: 1px solid black;
transform: rotateY(120deg);
}
</style>
<body>
<div>This is a div</div>
</body>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?