CSE :: CSS - CS
- Which of the following css property defines whether or not an element should be visible when not facing the screen?
- Which of the following selector is used to select and style when you place mouse over it?
- Which of the following method increases or decreases the size of an element using tranform?
- Which of the following method moves an element from its current position using tranform?
- Which of the following property specifies the speed curve of the transition effect?
- Which of the following method skews an element along the X-axis by the given angle using tranform?
- Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
- Which of the following transition-timing-function property specifies a transition effect with a slow start?
- Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
- Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function