codingplustech's profile picture.

Coding & Technology

@codingplustech

내가 좋아할 만한 콘텐츠

CSS tip: Create a custom cursor with: html{ cursor:url('your_cursor.png'), auto; } and insert your own cursor image! #CSS #CodingTips


JavaScript tip: Calculate percent with this one-liner: const calcPercent = (value, total) => Math.round((value / total) * 100) #javascript #Coding #Tips


CSS tip: Make a square by setting your preferred width and aspect-ratio with equal figures like 1/1. Easy & fast. #CSS #Coding #tip


Tip: Make logging to the console simpler by declaring let c = console.log.bind(document) and then use c() instead of console.log() #javascript #tip #coding


Simple SVG CSS Animation | CSS Tutorial for Beginners #CSS #tutorial #YouTube youtu.be/ykCiuZYNUS8


Tip: Use clamp() to write fewer media queries. It takes three parameters: a minimum, preferred value and maximum. It clamps the value between the bounds. #CSS #coding #responsive


Tip: You can copy objects in JavaScript with the spread operator {...obj} #javascript #coding


Create a Bottom Navbar | CSS Tutorial for Beginners #coding #tutorial youtu.be/YvAs7a4JDWk


United States 트렌드

Loading...

Something went wrong.


Something went wrong.