CSE :: CSS - CS
- Which of the following option best explain this code “background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%);”?
- Which of the following option best explain this code “background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px);”?
- Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?
- Which of the following media feature describes the number of entries in the color lookup table of the output device
- Which of the following Viewport Property sets the initial scaling factor?
- Which of the following Viewport Property determines whether the display can be zoomed in and out?
- Which of the following @viewport Property sets the viewport height in the same way as width?
- Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
- Which of the following Media Query describe the ratio of the device width to the device height of the media?
- Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?