Last active
July 2, 2023 17:04
-
-
Save GumroadHelp/64f06e0ec484ba0a95d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- CHANGE THE COLOR, SIZE, OR FONT OF YOUR NAME --> | |
#user_page .user-follow-content h1 { color: red; font-size: 500px; font-family: Arial; } | |
<!-- CHANGE THE COLOR, SIZE, OR FONT OF YOUR BIO/DESCRIPTION --> | |
#user_page .user-follow-content p { color: red; font-size: 500px; font-family: Arial; } | |
<!-- CHANGE THE SIZE OF YOUR PROFILE PICTURE --> | |
.user-follow-content .profile-picture { width: 500px; height: 500px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment