just a list of things i wanna tweak on my own page so i can keep track of it!
i'm pretty new to CSS so it will likely take a while to figure out how to do everything. but if you are feeling generous and think you can help with something... well i'm not going to refuse it :p
i'll check the ones i get fixed + add the solution as time goes on;
make font size bigger without the words from the contact box breaking out of container FIXED (sorta)
add this after the contact + nav info and before the about code. it will make the letters of the contact box stay small so you can resize the rest.
.contact {
font-size: 85%
}
font-size: 85%
}
fix padding of the blog entries section FIXED!
add this after the codes for the contact box and before the about info
.blog-preview {
padding-left: 20px !important; <-change number if its too close/far away
padding-left: 20px !important; <-change number if its too close/far away
add an icon with transparent background FIXED!
add heart dividers to the header links FIXED!
add this between the footer and nav.top codes
nav .links li:not(:last-child)::after,
footer .links li:not(:last-child)::after{
content: " ♡"; color: white; <-can change color if you want
footer .links li:not(:last-child)::after{
content: " ♡"; color: white; <-can change color if you want
change icon of pinned entries FIXED!
.blog-preview p .pinned .icon {
content: url(put the image link here) !important;}
content: url(put the image link here) !important;}
change name of topics in interests box FIXED!
add a pretty divider between blog entries and about page
add a box just for blinkies! =)
change colors of links when hovering them
fix color + letter size of friend list
Comments
Displaying 0 of 0 comments ( View all | Add Comment )