CSS log & questions

just wanted to make a post about my progress editing the CSS on my page!


so far i'm happy with it, but i'm stuck on a couple things:
  1. how do i change the alignment/padding for the text titles in the about interests section?
  2. the text size is very tiny in a couple places, i'm not sure why
please leave some advice in the comments if you know!



4 Kudos

Comments

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

𝓵𝓸𝓼𝓮𝓻 𝓫𝓸𝓲

𝓵𝓸𝓼𝓮𝓻 𝓫𝓸𝓲's profile picture

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