Junior Technical Interview Workshop Register to github CSS Assignment 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. 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 Algorithm Assignment 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. Python Assignment Open the following CodeAcademy link: https://www.codecademy.com/learn/python Start the lesson