CSS3 Interview Questions | CSS3 Interview Questions and Answers

CSS3 Interview Questions

border[round]: 30px; corner-effect: round; border-radius: 30px; alpha-effect: round-corner;

box-shadow: 10px 10px 5px grey; shadow-right: 10px shadow-bottom: 10px; shadow-color: grey; alpha-effect[shadow]: 10px 10px 5px grey;

border: url(image.png); border-variable: image url(image.png); border-image: url(border.png) 30 30 round;

background-size: 80px 60px; bg-dimensions: 80px 60px; background-proportion: 80px 60px; alpha-effect: bg-resize 80px 60px;

font: shadowed 5px 5px 5px grey; font-shadow: 5px 5px 5px grey; text-shadow: 5px 5px 5px grey; shadow: text 5px 5px 5px grey;

word-wrap: break-word; text-wrap: break-word; text-wrap: force; text-width: set;

matrix() modify() skip() simulate()

object-rotation: 30deg; transform: rotate(30deg); rotate-object: 30deg; transform: rotate-30deg-clockwise;

transform: scale(2,4); scale-object: 2,4; scale: (2,4);

a) transition: width 2s; b) transition-duration: 2s; transition-effect: width; c) alpha-effect: transition (width,2s);

All rights reserved by WsCube Tech