Search
 
SCRIPT & CODE EXAMPLE
 

CSS

to cut a box in cs

div {
    height: 300px;
    background: red;
    position: relative;
}

div:before {
    content: '';
    position: absolute;
    top: 1; right: 1;
    border-top: 80px solid white;
    border-left: 80px solid red;
    width: 0;
}
Comment

PREVIOUS NEXT
Code Example
Css :: Ul or ol with no indent 
Css :: inherit styles 
Css :: ecto generator create new mvc 
Css :: css black neomorphism 
Css :: text-align: left; width: 100%; 
Css :: Understanding ' sign in css selector 
Css :: change button color ultimate member plugin 
Css :: how css is structured 
Css :: fix materialize form label not working 
Css :: emotion select all childrens 
Css :: css change scroll anchor point under navbar 
Css :: list-style-type flex 
Css :: line on the text color css 
Css :: Protéger les fichiers .htaccess et .htpasswds 
Css :: revert workflow version servicenow 
Css :: Creating Hashnode logo with CSS 
Css :: nginx proxy_pass pass css asset not loading 
Css :: Table Print Cut off right side 
Css :: horizontal checkbox css 
Css :: css borrar 
Css :: ignore default css for react Link 
Css :: csshx iterm2 
Css :: saas mixin 
Css :: how long since 1993 
Css :: tailwindcss class order 
Css :: types of margin in css 
Css :: css battle 54 char 
Css :: tslib.es6 
Css :: remove line breaks css 
Css :: how to change line colors in css 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =