Search
 
SCRIPT & CODE EXAMPLE
 

CSS

inherit class in sass

.button-new  {
  @extend .button-basic; // all property of button-basic class will be inherit
  background-color: red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: transition shorthand 
Css :: css linear gradient 25% of page 
Css :: jest test try catch 
Css :: Capitalize the first letter of string using CSS 
Css :: Resetting Default Table Styles 
Css :: fixed div with scrollable content 
Css :: Make the cursor appear as a crosshair on all links of the web page: 
Css :: box model css 
Css :: hide scroll bar but still be scrollable. 
Css :: png image background transparent css 
Css :: css no wrap 
Css :: add icon to input field 
Css :: position absolute horizontally center 
Css :: css img src 
Css :: media screen hp 
Css :: css for background color 
Css :: mix color using css 
Css :: how to use css transform matrix 
Css :: nth of type for every 4th after the 1st 
Css :: html css tilt text 
Css :: tailwind css installation 
Css :: css grid take 2 columns 
Css :: css color black 
Css :: make form scrollable 
Css :: html input type colour internal border 
Css :: css absolute position inside div 
Css :: input type (submit, button, reset) css 
Css :: conic gradient in css 
Css :: button transparent using css 
Css :: css tricks stretch content full witdh 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =