Answers for "write css inside jsx component"

1

jsx style styling

style={{color: "white",
        backgroundColor: '#f1356d',
        borderRadius: '8px'
       }}
Posted by: Guest on March-23-2022
0

create a style in div jsx

<div style={{direction: 'left'}}> </div>
Posted by: Guest on December-24-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language