Search
 
SCRIPT & CODE EXAMPLE
 

CSS

for sass

@for $i from 10 through 30 {
    .mb-#{$i} {
        margin-bottom: #{$i}px;
    }
    .mt-#{$i} {
        margin-top: #{$i}px;
    }
}
Comment

PREVIOUS NEXT
Code Example
Css :: outside padding css 
Css :: css right 
Css :: how to margin placeholdr text 
Css :: flex margin between items 
Css :: hover border bottom css fixed 
Css :: css border shorthand 
Css :: inline text and image 
Css :: css background image with url 
Css :: css_background_img 
Css :: convert firebase created_at to Date string 
Css :: css space between child elements 
Css :: div color overlay css 
Css :: change size material checkbox 
Css :: Capitalize the first letter of string using CSS 
Css :: css transform origin 
Css :: custom scrollbar css 
Css :: jquery add external css to head 
Css :: ionic mobile always dark theme in web 
Css :: flex justify-content 
Css :: css max width media 
Css :: css banner image 
Css :: css translate x and y 
Css :: grid template rows 
Css :: media query for mobile min and max width both 
Css :: hide featured image in wordpress 
Css :: css grid take 2 columns 
Css :: stop anchor tag scroll to top of page 
Css :: css move inline image up 
Css :: container transparent text opaque 
Css :: css code for green 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =