Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how use befor after for image

/* for child  */

.custom_img:after {
    content: "";
    background-color: #2359cf;
    height: 400px;
    width: 70%;
    top: -15px;
    right: -6px;
    position: absolute;
    z-index: 999;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css two classes together 
Css :: react wrapper component 
Css :: How to keep same background-image ratio/size on all different screen sizes? 
Css :: box shadow example 
Css :: background css image 
Css :: font-size 
Css :: css break text no whitespace 
Css :: send element to center of div 
Css :: nth-child 
Css :: remove required effect in css 
Css :: modern css fonts 
Css :: css id selector 
Css :: css 16 9 ratio 
Css :: wordpress style.css not updating 
Css :: html transition 
Css :: tel css 
Css :: tailwind css colors not working 
Css :: easyui datagrid header field color 
Css :: padding is make biger elment 
Css :: change the background of an element in a loop using css 
Css :: values play state animation css 
Css :: sass immediate child 
Css :: css pagedList 
Css :: css flex 
Css :: css cursor pointer 
Css :: hover bg change 
Css :: text align in materialize css 
Css :: linking in css 
Css :: display block 
Css :: how to apply a transition to a child element when hovering over parent element 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =