Skip to content

Commit 2b340d9

Browse files
authored
Merge pull request #590 from LordCat0/main
Remove "custom CSS" block from Project Interfaces docs
2 parents b5ef069 + 0dff5ba commit 2b340d9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/lib/Documentation/ProjectInterfaces.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,10 @@ Lets take an input element for example, under the "Inputs" section of the extens
4343
## Advanced
4444
It's important to note that Project Interfaces uses [HTML elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements) to create GUI's in projects.
4545

46-
This extension has several blocks to further customize elements for those who have a deeper understanding of HTML and CSS.
47-
4846
The "Create html element" block will allow you to create an element based of a HTML tag of your choice.
49-
The "Set custom CSS" block will override an elements CSS properties.
5047

5148
```scratch
5249
Create html element [h1] with ID [HTML header] :: #707eff
53-
Set custom CSS of [HTML header] to [background-color: red] :: #707eff
5450
```
5551

5652
## Security

0 commit comments

Comments
 (0)