Skip to content

Instantly share code, notes, and snippets.

@hamidKMB
Created December 1, 2021 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamidKMB/2fd2b940a5df455c5e88c18f0a5a8d70 to your computer and use it in GitHub Desktop.
Save hamidKMB/2fd2b940a5df455c5e88c18f0a5a8d70 to your computer and use it in GitHub Desktop.
Put Image on Console
console.log(
'%c ',
'background-size: 20px 20px; background: url(https://salmatrip.ir/images/Group.png); padding: 100px 100px; background-repeat: no-repeat ',
);
@hamidKMB
Copy link
Author

hamidKMB commented Dec 1, 2021

1- just Change the URL of Background to change the image ;
2- to set the specific Size to see the picture on Console Just Change the Padding Size ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment