Search
 
SCRIPT & CODE EXAMPLE
 

CSS

background-image linear gradient and border radius

.rounded-corners-gradient-borders {
  width: 300px;
  height: 80px;
  border: double 4px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to add background image in styled components 
Css :: css media queries pc and mobile 
Css :: how to remove border of a specific side of td in css 
Css :: cemter absolute elemetn 
Css :: make a paragraph fit in div 
Css :: display none transition 
Css :: how to hide scrollbar overflow 
Css :: import maxcdn.bootstrapcdn.com not in index.html in specific component file 
Css :: css shadow border 
Css :: change color of mark tag in html 
Css :: css fill div with background image 
Css :: how to outline text in css 
Css :: css selector excluding last child 
Css :: ! [remote rejected] master - master (Working directory has unstaged changes) 
Css :: div not larger than its content 
Css :: button onclick open video in new window 
Css :: left and right box shadow only 
Css :: add cursor to html button 
Css :: center items 
Css :: how to fix the nav bar to the left of the page 
Css :: css use value of attribute 
Css :: underline css still there after text-decoration: none 
Css :: circular div css 
Css :: opacity color 
Css :: tint image with background color css 
Css :: padding for text in html 
Css :: why do we need hexadecimal number system 
Css :: css module multiple classes 
Css :: css align text 
Css :: css transparent background color 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =