Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After creating a profile on Code Project, I saw under "My Settings" there is a tab labelled "Customisation".

I would like to customise my profile, but I have no idea how the CSS code should look. Could anyone perhaps post an example of the code that would work.

The only instructions that I could find was the following:

Optional: Add CSS class definitions to customise your profile page. Do not include <STYLE > tags - just the class definitions.


The above line does not provide me with much information, for someone with as little experience as I have.

Any help would really be appreciated.

Kind regards
Posted

1 solution

I have designed my page yesterday only. I faced the same situation. I found that,suppose you want to design left navigation bar,then right click on that,click Inspect Element.

Find the class that is used there and apply customization to that class. e.g.

Refer to my profile page,i have used
C#
.nav-left {
border: 1px solid #000;
BackGround-Color:#000;
}

for left navigation pan.

Regards..:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900