About Lesson
This video is embedded from Youtube and here’s the original one.
0:00
0:50
2:00
2:30
3:30
4:00
4:30
4:50
5:20
5:50
6:45
6:50
7:00
Resources:
Custom CSS:
selector{
width: 100px;
position:fixed;
}
@media all and (max-width: 767px){
selector{
width:100%;
height:100px;
}
}
@media all and (min-width:767px){
selector{
writing-mode: vertical-rl;
transform: scale(-1);
}
}