Skip to content

Commit

Permalink
borderRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
rickcomics authored Feb 7, 2024
1 parent 669c3f7 commit fbac249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/emotion.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function picture(picture){
img.setAttribute('alt','picture');
img.style.width = '200px';
img.style.height = '200px';
img.style.borderRadius = '10%';
img.style.borderRadius = 10 +'%';
img.src = `${picture}`;

document.body.append(img)
Expand Down

0 comments on commit fbac249

Please sign in to comment.