OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-01-30 00:47:41 +00:00
parent c6b7dd6f53
commit 3e8e23fc1a
39 changed files with 190 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
created: 20230209150101862
creator: Octt
icon: 💅
modified: 20240107152919931
modified: 20240130004423944
modifier: Octt
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
tags: Web Frontend
@@ -15,6 +15,10 @@ title: CSS
* [[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
!!! ''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
!!! ''Frameworks''
* [[Bulma|https://bulma.io/]] --- //modern CSS framework that just works//