Skip to content

Commit

Permalink
Frontend terms; lets start using this again
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Jun 26, 2024
1 parent 4dfc9e2 commit e473938
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/Public/Math/LaTeX cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
`\emptyset`: $\emptyset$

`\begin{enumerate}`: Creates a numerated list

![[enumerate.png]]

`\exists`: $\exists$
Expand Down Expand Up @@ -79,3 +79,7 @@ in a large scale, everywhere we look at.
There's a picture of a galaxy above
\end{document}
```

`/times`: $/times$

`/label{}` / `/ref{}`: To label, then reference that label's value
3 changes: 3 additions & 0 deletions docs/Public/Software/Engineering/Tech Stack/CSS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Cascading Style Sheets* (CSS) is a [[stylesheet language]] used for describing the visual presentation of a web page. It allows developers and designers to create visually appealing, consistent, and responsive websites.

Examples of frameworks for CSS are [[Tailwind CSS]].
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Tailwind CSS* is a utility-first [[CSS]] framework that streamlines web development by providing a set of pre-designed, atomic classes. In other words, you can write CSS within [[frontend]] files without having to go back to an external CSS file to make repetitive changes.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

`cmd + left_arrow / right_arrow`: Select everything to left / right of cursor

``
`opt` + `shift` + `-`: Creates an em dash

0 comments on commit e473938

Please sign in to comment.