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 5222d48 commit 669c3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/emotion.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function picture(picture){
img.setAttribute('alt','picture');
img.style.width = '200px';
img.style.height = '200px';
img.style.borderRadius = '10%';
img.src = `${picture}`;

document.body.append(img)
Expand Down

0 comments on commit 669c3f7

Please sign in to comment.