馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

Task #2711 - Transforming

Let鈥檚 practice with 2d transforming an element This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #1 - The Cube

Let鈥檚 make a cube of three squares. In our projection, the top side of the cube will be visible to us and it will be rotated 45 degrees. Let鈥檚 get to work!...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #2 - The Cube

Now let鈥檚 move on to the left side. First, rotate it 15 degrees clockwise. Then we will distort the same by 15 degrees. Now it remains to put it in place - along the horizontal axis, it should be shifted by half its width....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #3 - The Cube

The right side should be mirrored to the left. So we鈥檒l first rotate it 15 degrees counterclockwise. We will also distort it by 15 degrees, but only in a different direction....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2713 - Rotation controller

The index.html file has two buttons: # left and # right. When the #left button is pressed, the .box element must rotate 30 degrees counterclockwise. When the #right button is pressed, the ....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2714, Stage #1 - 3D Cube

Let鈥檚 build a full-fledged 3D cube Do not change already added styles, add all new styles only to existing classes. First of all, turn all the necessary sides to the desired angle....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2714, Stage #2 - 3D Cube

After the sides are turned, we only see the front of the cube. Well, the back, thanks to the transparency of the background. To make all the sides visible, we need to add a perspective with a depth of 400px....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2714, Stage #3 - 3D Cube

Let鈥檚 rotate our cube a little so that the inscriptions do not merge. The cube will be rotated around the X axis by -5 degrees. Do not forget that all other elements that we have transformed must remain in their 3D space....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2715 - What a view !!!

Let鈥檚 write a script and transformations that will open the window. When clicking on the button of an element with the class .blind, you need to add the class .opened....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2721 - Netflix

Hovering over any item in the Netflix shows list should cause transition: the value of the margin-left property should become -300px; the value of the font-size property should be 32px....

August 15, 2020 路 1 min 路 Coderslang Master