hey do you any of you guys know any good websites/apps to learn code??
seen from Malaysia
seen from Malaysia
seen from United States
seen from Türkiye
seen from United States

seen from China

seen from Japan

seen from T1

seen from United States
seen from Lithuania
seen from Türkiye
seen from Malaysia
seen from China
seen from China

seen from Malaysia

seen from Lithuania

seen from United States
seen from China

seen from Malaysia
seen from China
hey do you any of you guys know any good websites/apps to learn code??
Please ignore
http://effbot.org/zone/python-for-statement.htm
Just thought I'd post my Code ref here, just in case it should be needed. And because I like how it came out. 💚 Also added humor in the corner bc I'm a nerd.
hi :) im using your avalon theme, and its wonderful. just a couple q's. one, how would i put a title? above the sidebar image, and so it shows in the chrome tab? i cant seem to figure it out. also, the numerals will not link omg. i've tried EVERYTHING. the pages are there, i can go to my ask, submit, faq etc manually, but no matter what i do to the html, i can't seem to get the links to work right. please help me haha. have a gr8 day!
ah i’m glad you like it!
okay so for a basic title, paste this anywhere in the CSS (you can play around with the styling too ofc);
#title { position:absolute; width:220px; height:auto; margin-left:14px; margin-top:-150px; padding:-1px; text-align:center; font-size:13px; font-family:cambria; font-style:italic;}
and then go down under the
in the HTML and paste
{Title}
That'll make the title you've got on your page show up (like the one on the main edit screen). Also, seems I missed a bit writing the code, so you'll want to go right above the sidebar HTML to where it says
mgmstrs
and type right after 'mgmstrs' so the title doesn't show up as a link :p
I'm not sure about the links, did you just type them in on the main screen or go right to HTML? You may have just accidentally deleted a bracket or something. Would you mind copying that section of the HTML or screenshotting it and submitting it to me? That way I can get a better idea of what the problem is uwu
omg sarah i love your new everything it's so pretty!!! how do you get your top updates tab to do the thing with the hover/slide out thing?
hey thank you!!! i'd glad you like it uwu
basically for my thing where i have all my updates typed (mine's called like #updatesbox or something generic idk), i have it at the exact dimensions of the branch image with the same margins and everything so it's all lined up, and then i have a #updatesbox:hover where i kept everything the same but changed the height to however tall it has to be, so it extends downward! (oh and i added overflow:hidden to the normal #updatesbox that is VERY IMPORTANT i learned that the hard way)
how do you get the colors in your update tab?
i'm glad you asked, anon! (i'm assuming u mean the headers?)
welp, i went into the code for my tab and pasted in this;
and then typed the header here
and then i went here and slooowwwwwly moved the slider up to get different shades to replace the #28A1C9
hope that helps :)
Silly note to self for more theme work tomorrow
Don’t be a dumb butt and think there’s no way to fix the problem ok
Is it always uppercase no matter what? Look for the text transform attribute thing doofus
Link won’t fade out when you unhover? Well did you try putting the transition thing in the link tag, not just a:hover? No? I didn’t think so!!
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #000000;
}
::-webkit-scrollbar-thumb {
background: #111111;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
background: #ffffff;
}