my_custom_styled_buttons
Version:
create stylish buttons with little code
109 lines (76 loc) • 1.87 kB
JavaScript
let btnStye = [{
id:"btn3",
position: "absolute",
width: "314px",
height: "90px",
left: "1005px",
top: "809px",
filter: "drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))"
},
{
id:"btn1 ",
position: "absolute",
width: "314px",
height: "90px",
left: "1005px",
top: "809px",
},
{
id:"btnManualControl",
position: "absolute",
width: "314px",
height: "90px",
left: "1005px",
top: "809px",
},
{
id:"Rectangle 1",
position: "absolute",
width: "314px",
height: "90px",
left: "1005px",
top: "809px",
background: "#FFFFF",
"border-radius": "20px",
}
,{
id:"Camera",
position: "absolute",
width: "89px",
height:" 22.7px",
left: "1117px",
top: "842.65px",
"font-family": "Inter",
"font-style": "normal",
"font-weight": "400px",
"font-size:" : "24px",
"line-height": "29px",
color: "#000000"
}
,{
id:"Icon",
position: "absolute",
left: "77.31%",
right: "19.9%",
top: "81.68%",
bottom: "15.14%"
},
{
position: "absolute",
left: "77.31%",
right: "19.9%",
top: "81.68%",
bottom: "15.14%",
},
{
id:"vector",
position: "absolute",
left: "77.31%",
right: "19.9%",
top: "81.68%",
bottom: "15.14%",
background:"#000000",
"border-radius": "20px",
}
]
export default btnStye