illbethe_end's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Simple way to tweak your profile without knowing CSS (Using Inspect)

1. Go to your profile.

2. right click in the middle somewhere.

3. Click "inspect"

4. Alien language appears in the sidebar to your right.

  • If you hover over it, you'll notice that certain areas of the code cause related areas of your profile to be highlighted.
  • But fuck that, I digress.

5. Find the "Styles" tab in the bottom left.

6. Click on that bitch.

7. Here you will find how your profile is aesthetically assembled. You can change the colors, font sizes, padding, etc. using this window.

*IMPORTANT* If you refresh the page, all your changes will straight disappear. In order to keep the changes you've made, and for them to be viewable by other users,  you have to copy the code you just magically created.

8. At the bottom of that Style window, there is a small link to the right that starts with  "my.css?v= ...". Double click that.

9. A new window pops up with your very own CSS style sheet that you will need to copy and paste into your "Hero" section.

10. Don't forget your <style> </style> tags at the beginning and end. 

 






3 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )