adill
UI/UX - Design Button
Change the Code!
1
<button>
2
3
style={{
4
width:
100px
;
5
height:
100px
;
6
color:
white
;
7
backgroundColor:
red
;
8
fontSize:
16px
;
9
fontWeight:
normal
;
10
fontFamily:
Arial
;
11
borderWidth:
3px
;
12
borderStyle:
solid
;
13
borderColor:
black
;
14
borderRadius:
0px
;
15
}}
16
</button>
17