Day 30. Still thinking if I should celebrate this or not. We take another 10 steps today still on Picasso drawing (I have a question, is it possible to loss interest in a project as a programmer, what causes it and what should one do such a condition? Maybe I should do I blog post on this). Here are next 10 steps:
- We start with the triangles id. We give it a width and a height.
- Then I styled the class triangle by giving it a height and width of 0.
- Then I style the border by giving it a border style of solid and width stated below
- Further styled the border by giving the borders colors.
- Adjusted the layout of the triangle using the display property.
- Time to style the id guitar starting with the width and height.
- In the spirit of styling, I further styled the id guitar by adjusting its positioning.
- After positioning, to determine the order of overlapping, I used z-index.
- Back to the class guitar, I styled it further.
- Last step, I positioned the id guitar-left.
That's were we draw the curtain for today. Thanks for reading.