html - Once an element has been clipped how to you un-clipp it -


I am working on a web page for a class and we have to clip an image so that only a small box will appear But when we finish it, it has to return to full size.

.marker page {background color: RGB (70,76,222); Width: 150px; Height: 170px; White color; Status: Completed; Range radius: 15px; Overflow: visible; Z-index: 1; Clip: Rect (0 pixels, 20px, 20px, 0px); }. Marker P: Hover {}

The original dimension is 150 x 170, then it is cut in 0,20,20,0 how do I return it to my full dimensions when the mouse is 20x20

 . Marker page: Hover {width: 140px; Height: 170px; }  

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -