home.social

Search

1000 results for “codepen”

  1. Pattern part may be anything small & repeating. We may also use thin blurry stripes - linear-gradient, rays - repeating-conic-gradient, rings - repeating-radial-gradient codepen.io/thebabydino/pen/qBG

    Map part may also be another type of gradient or even a .jpg codepen.io/thebabydino/pen/LYG

    #css #CodePen #halftone #filter #cssFilter #blending #blendMode #cssGradient #cssTricks #code #coding #fontend #webDev #webDevelopment

  2. While I've seen the rare #SVG solution among the SO answers, I found those filters to be too complicated. So here's a much simpler SVG version, step by step 👆

    Live demo codepen.io/thebabydino/pen/gOB also for this week's #CodePenChallenge

    No wrapper, no losing right click menu on img if not setting `pointer-events: none` on element on top of img in z order.

    #CodePen #css #filter #svgFilter #shadow #inset #code #coding #frontend #web #dev #webDevelopment #webDev

  3. Another little pure #CSS pattern: rhombic 🔥 codepen.io/thebabydino/pen/mdK

    Minified compiled CSS is under 380 bytes. Can you figure out how before checking the code? 😊

    Palette:
    ed7b32 f19b36 966459 824739
    b65333 fadc9c f4bb3a d6552b
    Rhombi have a 60° acute angle and are 4em wide.

    #cssPatterns #CodePen

  4. And here's another little pure CSS pattern: codepen.io/thebabydino/pen/gOK

    This is a more straightforward one and I really wish I could figure out a way of doing it with fewer gradients...

    Inspiration: shutterstock.com/image-vector/

    For reference: background patterns, simplified by conic gradients css-tricks.com/background-patt

    #css #cssPatterns #CodePen

  5. (if you're a $5 patron on Patreon, you may have already seen this one + the thought process behind)

    🐝
    Little pure CSS pattern:
    codepen.io/thebabydino/pen/KKe

    Inspiration: shutterstock.com/image-vector/

    Can you guess how it was made before checking the code? Can you reduce the number of gradients? Let me know! 👇

    #css #CodePen #cssPatterns

  6. Here's another quick & fun pure CSS pattern: tablets (not in the sense you might first think of, but 💊)
    codepen.io/thebabydino/pen/yLE

    Inspiration shutterstock.com/image-vector/

    Can you guess how it was made before checking the code? Can you reduce the number of gradients? Let me know! 👇

    #css #CodePen #cssPatterns

  7. First coded this pattern when I started playing with masking - at the time, it involved using a masked pseudo.

    Now figured out how to do it with no pseudos! 🥳 codepen.io/thebabydino/pen/rNK

    Can you guess how it was made before checking the code? Can you reduce the number of gradients? Let me know! 👇

    #css #CodePen #cssPatterns

  8. My pure CSS entry for this week's #CodePenChallenge: scroll progress indicator that's a nav bar in disguise.

    Smooth scrolling, pure CSS scroll-driven animations, CSS variables and more, all in one @codepen demo codepen.io/thebabydino/full/gO

    See description for support info.

    #scroll #scrollAnimation #pureCSS #css #smoothScroll #code #coding #frontend #web #webDev #webDevelopment #dev

  9. 7⃣ 545 ❤️ Cycling gradient glow - no text duplication codepen.io/thebabydino/pen/rNP

    A simple #SVG filter trick.

    We create the gradient text.

    The filter creates a blurred copy of it and places it underneath.

    We then animate the gradient stops... magic! 🪄✨

    #css #svgFilter #filter #filterEffect #glow #text #textEffect #textGlow #cssGradient #code #coding #frontend #web #webDev #dev #webDevelopment

  10. Thanks @chriscoyier for the shoutout of Tram-Lite in the recent CodePen blog post:

    blog.codepen.io/2023/09/04/chr

    While adoption may be slow still (and as you mention, rightfully so), no reason why people can't start playing around, and getting familiar with Web-Components today!

  11. Sometimes I code cool things.

    If you're a patron on Patreon, you may have already seen this interactive demo and the #SVG filter effects the basics of which it illustrates here.

    Now it's public for everyone to see on #CodePen codepen.io/thebabydino/pen/ZEP

    I hope you like it, getting the layout right ended up being hundreds of hours of work.

    #svgFilter #filter #js #JavaScript #CSS #cssLayout #layout #interactive #demo #interactiveDemo #cssVariables #code #coding #frontend #webDev #webDevelopment

  12. Wish it worked better: no text duplication single div + #SVG filter magic 🪄 double stroke effect codepen.io/thebabydino/pen/oNO

    In Chrome it has this problem (scr #1 + #2 detail) mastodon.social/@anatudor/1124

    Firefox rounds stroke corners (scr#3).

    And Safari breaks other things 🤦‍♀️ (scr #4).

    #CodePenChallenge #CodePen #SVG #filter #svgFilter #CSS #text #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment #textStroke

  13. 🎨 CSS Art!

    The last episode of #AttackOnTitan was a masterclass! Here is a CSS Art to celebrate it

    A CSS-only version of The Rumbling! Coming for you! ☠️☠️ ☠️

    Demo: codepen.io/t_afif/full/BaOLqom via :codepen: #codepen

    More CSS-only Arts 👉 css-only.art

    #CSS #ShingekiNoKyojin #AttackonTitanFinalSeason

  14. Anyone on macOS Sonoma (beta) can try test this @codepen on Safari 17? codepen.io/cheeaun/pen/ExOagmK

    According to @webkit 's blog post, Safari 17 on macOS adds support for `<hr>` inside of `<select>` webkit.org/blog/14205/news-fro

    I tried this on iOS 17 beta's Safari, it doesn't work, so it seems like only for macOS? 😅 Other browsers (Chrome, Firefox) on my machine don't support this too.

    #WebDev #HTML #Safari17

  15. Pure CSS on scroll reveal & parallax effects on @codepen
    codepen.io/thebabydino/pen/abg

    Pay attention to how images slide within their own element boxes 😼

    Saw a demo using JS for this parallax effect and... I seem to be on a mission to redo every scroll effect in pure CSS.

    cc @bramus

    #CSS #pureCSS #scroll #reveal #scrollAnimation #scrollEffect #code #coding #frontend #web #webDev #webDevelopment #dev

  16. Pure CSS on scroll reveal & parallax effects on @codepen
    codepen.io/thebabydino/pen/abg

    Pay attention to how images slide within their own element boxes 😼

    Saw a demo using JS for this parallax effect and... I seem to be on a mission to redo every scroll effect in pure CSS.

    cc @bramus

    #CSS #pureCSS #scroll #reveal #scrollAnimation #scrollEffect #code #coding #frontend #web #webDev #webDevelopment #dev

  17. Pure CSS on scroll reveal & parallax effects on @codepen
    codepen.io/thebabydino/pen/abg

    Pay attention to how images slide within their own element boxes 😼

    Saw a demo using JS for this parallax effect and... I seem to be on a mission to redo every scroll effect in pure CSS.

    cc @bramus

    #CSS #pureCSS #scroll #reveal #scrollAnimation #scrollEffect #code #coding #frontend #web #webDev #webDevelopment #dev

  18. Pure CSS on scroll reveal & parallax effects on @codepen
    codepen.io/thebabydino/pen/abg

    Pay attention to how images slide within their own element boxes 😼

    Saw a demo using JS for this parallax effect and... I seem to be on a mission to redo every scroll effect in pure CSS.

    cc @bramus

    #CSS #pureCSS #scroll #reveal #scrollAnimation #scrollEffect #code #coding #frontend #web #webDev #webDevelopment #dev

  19. Поле HTML-документа: для чего можно использовать

    Привет, Хабр! Меня зовут Стас Ганиев , программист 1С, в статье рассказал о возможностях поля HTML-документа для решения задач в 1С, а также привел примеры реализации. Далеко не все 1С-разработчики знают, как использовать этот элемент диалога.

    habr.com/ru/companies/lad_/art

    # #разработка_1с #html #codepen #полезные_приёмы