just wanted to make a post about my progress editing the CSS on my page!
- this is a very helpful tool to preview your profile edits: spacehey css test
- i started with meh!!'s tutorial
so far i'm happy with it, but i'm stuck on a couple things:
- how do i change the alignment/padding for the text titles in the about interests section?
- the text size is very tiny in a couple places, i'm not sure why
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
𝓵𝓸𝓼𝓮𝓻 𝓫𝓸𝓲
1. text-align when applied to a table or section typically does the trick for text and pics.
2. I use this and it seems to work fine.
P, ol li {
font-size: 1em;
}
Report Comment