OcttKB/Wiki-OcttKB/tiddlers/Normal/_CSS.tid

43 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-06-11 22:14:59 +02:00
created: 20230209150101862
creator: Octt
icon: 💅
2024-02-02 01:10:05 +01:00
modified: 20240202000036873
2023-06-11 22:14:59 +02:00
modifier: Octt
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
2024-01-03 01:59:22 +01:00
tags: Web Frontend
2023-06-11 22:14:59 +02:00
title: CSS
<<^wikipediaframe CSS en>>
2024-01-30 18:28:29 +01:00
* [[Temani Afif|https://dev.to/afif]] --- //Your favorite CSS Hacker// --- <<[# "GitHub Profile" "https://github.com/Afif13">>
** [[CSS Tip|https://css-tip.com/]] --- // A micro blog to share CSS Tips & Tricks// --- <<[# Git "https://github.com/Afif13/CSS-Tip">>
2023-06-11 22:14:59 +02:00
!!! ''References''
* [[CSS Attribute Selectors|https://www.w3schools.com/css/css_attribute_selectors.asp]]
2023-12-04 01:49:00 +01:00
* [[CSS Borders [w3s]|https://www.w3schools.com/css/css_border.asp]]
** <<MDNLink Web/CSS/border-style border-style>> --- all ways to style a border, not only colors
2024-02-02 01:10:05 +01:00
* [[CSS @import Rule|https://www.w3schools.com/cssref/pr_import_rule.php]] --- `@import "style.css";` or `@import url("style.css");`
2023-06-11 22:14:59 +02:00
2024-01-30 01:47:41 +01:00
!!! ''Tips''
* [[How to disable a link using only CSS|https://stackoverflow.com/questions/2091168/how-to-disable-a-link-using-only-css]] --- essentially, `pointer-events: none;` for the functional side, + other rules for styling
2024-01-03 01:59:22 +01:00
!!! ''Frameworks''
* [[Bulma|https://bulma.io/]] --- //modern CSS framework that just works//
* [[PaperCSS|https://www.getpapercss.com/]] --- //the less formal CSS framework//
2024-01-08 02:16:11 +01:00
* [[W3.CSS|https://www.w3schools.com/w3css/default.asp]] --- //A Quality Alternative to Bootstrap, is Smaller, Faster and Easier to Use.//
2024-01-03 01:59:22 +01:00
2023-06-11 22:14:59 +02:00
!!! ''Amazing''
2023-12-12 01:22:20 +01:00
* [[CSS Zen Garden|https://csszengarden.com/]] --- //The Beauty of CSS Design//
2024-01-30 18:28:29 +01:00
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]
* [[26 Impressive web projects built with CSS only.|https://medium.mybridge.co/26-impressive-web-projects-built-with-css-only-4a4c2f773a21?gi=c96d73b5b5d2]]
2023-06-11 22:14:59 +02:00
* [[Pure CSS Minesweeper|https://codepen.io/bali_balo/pen/BLJONZ?editors=1100]]
* [[Spinning Diagrams with CSS|https://x.st/spinning-diagrams-with-css]]
2023-11-08 00:59:37 +01:00
* [[Bubble Sort...in PURE CSS? [No JS] 😱|https://dev.to/grahamthedev/bubble-sortin-pure-css-no-js-3bb1]]
2024-01-30 18:28:29 +01:00
* [[CSS-only Calendar App Concept|https://codepen.io/davidkpiano/pen/wBGjMr]]