Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

many className module css

function Footer( props) {
    return (
        <div className={styles.footer}>
            <div className={`${styles.description} ${styles.yellow}`}>
              <p>this site was created by me</p>
            </div>
        </div>
    );
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #className #module #css
ADD COMMENT
Topic
Name
4+3 =