Discuss Scratch

kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

Code For Life


Code For Life is a project that will teach people how to code anything from HTML to C++ and many more.

We are currently needing editors to help finish the current pages and add more.

Our Website: CodeForLife
Account: CodeForLifeDemo
Editors:
  • kRxZy_kRxZy
  • Arto123
  • Snoopythe3

Last edited by kRxZy_kRxZy (Feb. 16, 2025 09:10:16)

kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

Bump
kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

Bump
BigNate469
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

kRxZy_kRxZy wrote:

Bump
Please only bump once it's been 24 hours and your topic is off the front page (neither of which applied when you just bumped your topic)
kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

BigNate469 wrote:

kRxZy_kRxZy wrote:

Bump
Please only bump once it's been 24 hours and your topic is off the front page (neither of which applied when you just bumped your topic)
Sorry, it's cos I was going to sleep and I knew that this was going to be on the second page and I don't have much time in the morning.
kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

Bump
snoopythe3
Scratcher
500+ posts

[Need Editors] Code For Life | Teaching People How To Code!

can someone help me there's lines over the background where the typing is. if you can help me here's the code:
<!DOCTYPE html>
<html>
<head>
<title>
snoopythe3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {background-color:#ffffff;background-image:url(https://u.cubeupload.com/snoopythe3rd/site.png);background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{text-align:center;font-family:Impact, sans-serif;font-variant:small-caps;color:#000000;background-color:#ffffff;}
p {text-align:center;font-family:Verdana, sans-serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>Snoopythe3</h1>
<p>I'm a pro coder who likes coding and finds it easy </p>
<p>Favourite Emoji: </p>
</body>
</html>

Last edited by snoopythe3 (Feb. 17, 2025 09:22:23)

kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

snoopythe3 wrote:

can someone help me there's lines over the background where the typing is. if you can help me here's the code:
<!DOCTYPE html>
<html>
<head>
<title>
snoopythe3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {background-color:#ffffff;background-image:url(https://u.cubeupload.com/snoopythe3rd/site.png);background-repeat:no-repeat;background-position:top left;background-attachment:fixed;}
h1{text-align:center;font-family:Impact, sans-serif;font-variant:small-caps;color:#000000;background-color:#ffffff;}
p {text-align:center;font-family:Verdana, sans-serif;font-size:14px;font-style:normal;font-weight:normal;color:#000000;background-color:#ffffff;}
</style>
</head>
<body>
<h1>Snoopythe3</h1>
<p>I'm a pro coder who likes coding and finds it easy </p>
<p>Favourite Emoji: </p>
</body>
</html>
I changed the words to be in white or else they would blend in with the background, i also cleaned the code so it is easier to read cos it literally scrambled my brain
<!DOCTYPE html>
<html>
<head>
<title>Snoopythe3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
    background-color: #ffffff;
    background-image: url(https://u.cubeupload.com/snoopythe3rd/site.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
h1 {
    text-align: center;
    font-family: Impact, sans-serif;
    font-variant: small-caps;
    color: #ffffff;
}
p {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
}
</style>
</head>
<body>
<h1>Snoopythe3</h1>
<p>I'm a pro coder who likes coding and finds it easy </p>
<p>Favourite Emoji: </p>
</body>
</html>
kRxZy_kRxZy
Scratcher
1000+ posts

[Need Editors] Code For Life | Teaching People How To Code!

bump

Powered by DjangoBB