Current Papers
CS420 - CS420
04 Jun 2026 at 11:05 PM
SHORT QUESTIONS 1-what will happened if the width and max-width of the images are set to 100% in responsive web design 2-write a css3 rule on the following html element that become flex container ac…
SHORT QUESTIONS 1-what will happened if the width and max-width of the images are set to 100% in responsive web design 2-write a css3 rule on the following html element that become flex container across all modern browsers and distributes its items with equal space between them div class ="container"> div item -1 div div LONG QUESTION 1-Write media query for the webpage will have a light blue background of the orientation is landscape mode @media(){ body{ } } 2-Do you agree that mobile first approach is most effective design strategy today support your answer with three justification based on what you have studied on this course