Posts

Showing posts with the label css interview questions

Css Basics , Css interview questions and answers

                                      CSS NOTES ----------------------------------------------------------------------------------------------------------  background-color=  specifies the background color of an element. background-repeat: repeat-x;= repeated only horizontally background-repeat: repeat-y;=repeated only vertically  background-position: right top;= change the position of the image  background-attachment: scroll|fixed|local|initial|inherit;(image are fixed and                                            content are move) -------------------------------------------------...