Posts
Members
Info
·110d# General
Hitting some mocks with an weird H1 requirement
I'm trying to set the background color of an h1, and then get the edge of the letter "L" all the way up to the left side, and it's perplexing Goal: Current state: …
0
0
·115d# General
Horizontal Gallery
Hello, I really liked the article about horizontal scrolling ( https://css-tricks.com/pure-css-horizontal-scrolling/). I am about to implement the code in my latest website (I am new to css). There is only one thing that I can not fix and it would be awesome if you could help me…
0
0
Is setting global vertical-align: baseline to every element a good practice?
I just saw on the Reddit global styles they are setting vertical-align: baseline to every tag, from html to anchor. Is this good? I tried this and obviously my tables get destroyed, so I do not know if is it a good practice or/and just an opinionated setting for their own…
0
2
·191d# General
Modal Box Size in Chrome Extension Popup
Does the size of a modal box always have to be contained within the window that called it? For instance, I'm working on a Chrome Extension and when I open a modal from my Popup JavaScript (modal.style.display = "block") the modal box size seems to be defined by the size of the…
0
0
CSS Tricks - website SVG implementation
CSS Tricks uses svg's for their icons throughout the site, from what I gather they use this method: My question is are they referencing an svg <def> from somewhere? Looking at this current method suggests that you would be, but can't see the <def> file in the source code.…
0
2
Laggy CSS Keyframes
I'm simulating the typed.js functionality using pure CSS (SCSS), but I'm experiencing some laggy keyframing which is making the whole debugging process more difficult. https://codepen.io/brandonmcconnell/pen/ae88f9ff32325a3e12f32db9b8bda333 You should see the animation pause…
0
4
dPassword : password field masking in iPhone style
I have using dPassword.js. it display last character of password field. Its working fine on web desktop. But it's not properly working mobile browser. When when I type in any characters it duplicates those characters automatically. I need help to fix this.
0
1
DAMN!
Have you guys noticed a small animation, on the css-tricks header, top left? It is triggered when you are scrolling "hard" from bottom to top, to the Header! How is this done code-wise ? I think it's a nice creative twist.
1
2