- Open the following CodePen link: http://codepen.io/EggDice/pen/GpKJMZ. It will contain an HTML example, that shows four yellow boxes on the bottom.
- Please fork the project and provide the link of the new project.
- The assignment is to modify the code of your forked project, to make the 3rd box's border blue and its background purple.
- Create a fifth box with orange background and pink border
- There is a list of numbers: 4, 3, 2, 5, 1, We sort the list with the Bubble algorithm, to get 1, 2, 3, 4, 5.
- Please describe the state of the list in the first four steps.
- Open the following CodeAcademy link: https://www.codecademy.com/learn/python
- Start the lesson