Day 3 of Java Full Stack Learning
Display flex: It is a value of a CSS attribute that turns an element into a flex container. When display: flex is applied to an HTML element, it enables flexbox layout, which allows to control the alignment, direction and spacing of the elements. Syntax for display flex: .container { display: flex; } Flex properties: display:…