Search
 
SCRIPT & CODE EXAMPLE
 

CSS

negative border radius

.player {
    width: 480px;
    height: 80px;
    border-radius:0 40px 40px 0;
    background-color:#0000FF;
    position:relative;    
    color:#FFF;
}

.player:before
{
    width: 80px;
    height: 80px;
    border-radius:0 40px 40px 0;
    background-color:#FFF;    
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
}
Comment

PREVIOUS NEXT
Code Example
Css :: laravel 7 css loading slow 
Css :: css multiline comment 
Css :: Scrollbar inside a website 
Css :: disable all animation divi for mobile 
Css :: aclocal: not found 
Css :: How to replace broken image CSS? 
Css :: how to change a checkbox to be selected 
Css :: how to make the position of a div always stay while scrolling 
Css :: hover 
Css :: divs overlapping on mobile landscape 
Css :: text-align transform 
Css :: set background as an image 
Css :: css stopper une animation 
Css :: CSS The !important 
Css :: blue gradient 
Css :: css styles responsive password input eye 
Css :: ohmyzsh shortcut to oepn folder with vscode 
Css :: Responsive Web Design - Frameworks 
Css :: ionic slidesperview not working 
Css :: 3d rotating text css 
Css :: chrome extension css 
Css :: blockquote quotation marks css 
Css :: vim unset number 
Css :: css border sides 
Css :: display flex vertical align center css 
Css :: css pseudo-elements 
Css :: css aplying everything 
Css :: AMP Keyframes styles 
Css :: Add animated GIF when hovering an image 
Css :: change button color ultimate member plugin 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =