Discuss Scratch

H_Dur
Scratcher
100+ posts

CSS

What is CSS

Is it a coding language

Check my projects!
dertermenter
Scratcher
1000+ posts

CSS

CSS stands for Cascading Style Sheets.

No, it is not a programming language. It is for styling web pages.


The2000 wrote:

All suggestions are unnecessary. If a suggestion is necessary then it's a bug report.

dertermenter wrote:

April Fools Day on the forums has been a repeated privilege, not an expectation
Steve0Greatness
Scratcher
1000+ posts

CSS

In order to explain CSS, I'll use an example.

So lets say that I make a site in html:
html isn't for coding, use JS for that
<p><a href="https://scratch.mit,edu">Scratch's Site</a></p>
<!-- the next part is a preview -->
html isn't for coding, use JS for that
Scratch's Site

and then lets say that I want to make the link… red… I'd add in a new scss(or just css idk, i just use <style>) file.
a {
  color: #ff0000;
}
/* now the site will look like */
html isn't for coding, use JS for that
Scratch's Site

Last edited by Steve0Greatness (May 10, 2021 01:01:07)


/hj is the worst tone indicator. It's confusing and ambiguous. I hate it. The point of tone indicators is to indicate tone, or the way that a piece of text should be read, but what does “half joking” mean? Do you just wake up in the morning and think “wow, I really have something I want to talk about seriously but also kinda not, IDK you decide.” It's useless. I hate it. It just provokes a deep rooted anger within me whenever I see it. People just comment /hj as if it makes any sense. It doesn't. Oh wow, it's a tone indicator that's has a relative meaning, how useful, I'll use it in every comment I post. NO. STOP IT. You're a tone indicator, you have only one job, and yet you sit there doing nothing apart angering me.

/srs

^^^ (there's more below)
This one is useful because it tells you that this signature is fully 100% serious. (/srs) Who would've thought that tone indicators needed to tell you something about the piece of text they're attached to? /s

I'm serious, I'm not even going to put multiple (/hj)s a the end of my signature as to mock the previous paragraph for not getting the point of something(like previous version of my signature). /srs
PkmnQ
Scratcher
1000+ posts

CSS

dertermenter wrote:

CSS stands for Cascading Style Sheets.

No, it is not a programming language. It is for styling web pages.
Are you sure?

This is an account that exists.

Here, have a useful link:
The Official List of Rejected Suggestions by Za-Chary

Steve0Greatness
Scratcher
1000+ posts

CSS

PkmnQ wrote:

dertermenter wrote:

CSS stands for Cascading Style Sheets.

No, it is not a programming language. It is for styling web pages.
Are you sure?
(confusion)

/hj is the worst tone indicator. It's confusing and ambiguous. I hate it. The point of tone indicators is to indicate tone, or the way that a piece of text should be read, but what does “half joking” mean? Do you just wake up in the morning and think “wow, I really have something I want to talk about seriously but also kinda not, IDK you decide.” It's useless. I hate it. It just provokes a deep rooted anger within me whenever I see it. People just comment /hj as if it makes any sense. It doesn't. Oh wow, it's a tone indicator that's has a relative meaning, how useful, I'll use it in every comment I post. NO. STOP IT. You're a tone indicator, you have only one job, and yet you sit there doing nothing apart angering me.

/srs

^^^ (there's more below)
This one is useful because it tells you that this signature is fully 100% serious. (/srs) Who would've thought that tone indicators needed to tell you something about the piece of text they're attached to? /s

I'm serious, I'm not even going to put multiple (/hj)s a the end of my signature as to mock the previous paragraph for not getting the point of something(like previous version of my signature). /srs
Chiroyce
Scratcher
1000+ posts

CSS

PkmnQ wrote:

dertermenter wrote:

CSS stands for Cascading Style Sheets.

No, it is not a programming language. It is for styling web pages.
Are you sure?
Yes, even HTML isn't a programming language, it is a markup language.

HTML and CSS are actually not technically programming languages; they're just page structure and style information.
source







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
Sheep_maker
Scratcher
1000+ posts

CSS

HTML + CSS are Turing complete using the CSS :checked psuedo-class and sibling combinators, I would think, though it requires user input to make it work (kind of like in Powerpoint). However, whether this makes them a programming language is arguable because HTML/CSS aren't used for programming even though they could theoretically execute any program on their own

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
PkmnQ
Scratcher
1000+ posts

CSS

Sheep_maker wrote:

I would think, though it requires user input to make it work (kind of like in Powerpoint).
Yeah, the user is acting as a forever loop.

This is an account that exists.

Here, have a useful link:
The Official List of Rejected Suggestions by Za-Chary

H_Dur
Scratcher
100+ posts

CSS

Ok

Check my projects!

Powered by DjangoBB