Skip to content

Instantly share code, notes, and snippets.

View Croc-Prog-github's full-sized avatar

Croc-Prog-github Croc-Prog-github

  • Italy
  • 10:44 (UTC +02:00)
View GitHub Profile
@Croc-Prog-github
Croc-Prog-github / Rapid_Personal_Fonts.css
Last active March 23, 2024 20:42
A small CSS file to summarize font combinations and apply them quickly.
/*
To make it work: copy this code, create a file: style.css, paste it and use this in HTML:
<body style="font-family: var(--FontSet-1);">
Test of text
</body>
Finally attach the style.css in HTML, like this:
<link rel="stylesheet" href="style.css">
*/

Hi, I'm Croc-Prog-github a self-taught programmer and this is my mini bio:

I started my programming experience way back in 2017 when I discovered the block editor: Scratch. Over the next 2 years I learned 78% of the block language and started making games and publishing them in the local community.

After 2020 I started to understand that I needed to expand my knowledge; in fact I wanted to create more and more complex things and Scratch started to not be enough for me... I started doing research and discovered how to program HTML, I started right away and from there my knowledge increases exponentially day by day.

Today I know these languages; of which I expressed the percentages:

  • 70% HTML,
  • 46% JS,