In this article I am going to share “What I have learned from the course videos”
From the video-1:Introduction to Why This is The Only Design Development Course You’ll Ever Need
- From these videos I learnt about the photoshop using different tools.
- next I participated in photoshop quiz and secured 100%marks
video-2: Introduction to web design
From these videos I learned about
- The Basic Element Principles Of Visual Design are
- balance
- Rhythm
- Proportion
- Space
- Dominance
- Hierarchy
- Unity
- CRAP Principles
- where
- C-CONTRAST
- R-REPETION
- A-ALIGNMENT
- P-PROXIMITY
- Typography Basics
- In this video I learned about What is Serif?
- Designing with grids
Olden Days: The grid before “graphic design”
video-3: Introduction to photoshop.
From the video-3: I have learned about “The four phases of a Web Design Project Cost Estimates”. Some tools used in UX DESIGN like OmniGraffe(Mac only), Visio(PC only) etc..
Video-5: Advanced Web Design Challenge
video-6: Introduction to HTML
I have learned about “The Basics Elements of HTML”
and this is my sample program in html.
In the next video I learned about CSS where there are some important properties of css like.
The CSS background properties are used to define the background effects for elements.
CSS background properties:
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
This is the sample css baackgruond program.
h1 {
background-color: green;
}
div {
background-color: lightblue;
}
p {
background-color: yellow;
}