DEV Community

What's in your recent search history related to CSS?

Stephanie Eckles on June 22, 2020

Collapse
 
karthick30 profile image
KaRthick • Edited

--border-radius--
about whether can i achieve this image shape using border-radius or not !!!

any way couldn't achieve this !!
dev-to-uploads.s3.amazonaws.com/i/...
Alt Text

Collapse
 
5t3ph profile image
Stephanie Eckles

Hi, my recent post actually covers exactly this, maybe it will help you? Good luck!

moderncss.dev/expanded-use-of-box-...

Collapse
 
karthick30 profile image
KaRthick

yeah nice article had a look ! will try

Collapse
 
gnio profile image
Gnio

This is hot. Thanks for sharing!

Collapse
 
alvarosabu profile image
Alvaro Saburido

You can also use clip-path for it dev.to/alvarosaburido/the-magic-of... ;) Happy coding!

Collapse
 
karthick30 profile image
KaRthick

that's cool !

Collapse
 
5t3ph profile image
Stephanie Eckles

Thatโ€™s one property I havenโ€™t spent time with ๐Ÿ˜Š Really great article, thanks for sharing!

Collapse
 
co0kie profile image
co0kie
Collapse
 
danielkun profile image
Daniel Albuschat

For me it's, as always:
css tricks flexbox
css-tricks.com/snippets/css/a-guid...
I've read and reread that article countless times, because I always need another subtlety from flexbox.

Collapse
 
5t3ph profile image
Stephanie Eckles

Iโ€™ve visited that page hundreds of times myself ๐Ÿ™Œ

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

Typed css in my address bar and this was what came up... which was very recent.

css selector data attribute

I was trying to style elements given a data-id attribute on kedro-static-viz.

I was expecting something much more basic like how to add a gradient, or animation.

Collapse
 
downey profile image
Tim Downey • Edited

I was trying to improve page load times of my blog for slow mobile browsers and stumbled upon the font-display: swap property. It will display your site's text with a fallback font before any web fonts are loaded so your users don't have to wait!

developer.mozilla.org/en-US/docs/W...

Collapse
 
jwp profile image
John Peters

Stephanie;
Thanks to you my CSS search history is fully under control, I'm not seeing any recent search history.

I now use your famous => box-shadow : 0 0 3px rgba(0,0,0,.28) recommendation. Thanks! I use Grid everywhere now, all my alignment problems are solved so far.

Collapse
 
5t3ph profile image
Stephanie Eckles

๐Ÿ™Œ ๐Ÿ™Œ ๐Ÿ™Œ

Oh wow, what a compliment!

Out of curiosity, are you referring mostly to ModernCSS.dev and DEV articles, or my egghead lessons too? ๐Ÿ˜Š

Collapse
 
jwp profile image
John Peters

I've picked up your tips from posts here! You're the best!

Thread Thread
 
5t3ph profile image
Stephanie Eckles

๐Ÿฅฐ It took me 13 years to do it successfully, but I'm enjoying giving back to the community!

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Something of the line of:

css grid image height

After Ana Tudor posted something on Twitter, I tried to solve the issue, but my solution worked on Chrome on Mac, but not on Firefox or Chrome on Windows :(

Collapse
 
5t3ph profile image
Stephanie Eckles

Fascinating! I just spent (too long) on it, interestingly your solution didn't work for me on Chrome on Mac ๐Ÿค” I will have to revisit this, an interesting problem!

Collapse
 
bholmesdev profile image
Ben Holmes

position: sticky not working plz help
How to grid span CSS
CSS grid stop rows from stretching

...and a bunch of other Grid-related shouting into the helpful void ๐Ÿ˜

Collapse
 
jayehernandez profile image
Jaye Hernandez

Create a diamond using css

Spent an hour making it look good ๐Ÿ˜‚

Collapse
 
5t3ph profile image
Stephanie Eckles

Cool! Like a shiny sparkly one, or a basic shape? Have a Codepen to share? โœจ

Collapse
 
jayehernandez profile image
Jaye Hernandez

It's using the basic shape only. I tried to change the default dots in the Slick carousels to diamonds! ๐Ÿ”น

diamonds

Collapse
 
vtrpldn profile image
Vitor Paladini

Lately I've been searching for the least used CSS properties and what they are good for. I mean, did anyone ever used widows: inherit?

Collapse
 
fhsinchy profile image
Farhan Hasin Chowdhury

Centering stuff ๐Ÿ˜…

Collapse
 
5t3ph profile image
Stephanie Eckles

I'm about to make a pinned post on this, lol!

You might be joking, but for the lurkers:

display: grid;
place-content: center;

More options and details >

Collapse
 
fhsinchy profile image
Farhan Hasin Chowdhury

Now that's nice and I actually did search for all the possible ways of centering stuff, I wasn't joking ๐Ÿ˜…

Thread Thread
 
5t3ph profile image
Stephanie Eckles

Haha, well then Iโ€™m glad that was indeed helpful! ๐Ÿ’ซ

Collapse
 
vonziu profile image
Konrad Stฤ…cel
How to add styles only for IE
Collapse
 
5t3ph profile image
Stephanie Eckles

Oh no, I'm sorry you have a project where this is still an issue! Good thing IE has switched to Chromium, we're soo close to kissing IE issues goodbye :)

Collapse
 
vonziu profile image
Konrad Stฤ…cel

Unfortunetely IE will be around for 5 more years :( But indeed Edge being Chromium based makes one more browser less for hacks :)

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

"css media queries"

I don't know why but I forget the default sizes for mobile, tablet, large desktops etc whenever I start coding for responsive design. ๐Ÿคฆโ€โ™‚๏ธ

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Saaaame ๐Ÿ˜‚ my brain doesn't have capacity to remember that kind of stuff so I just double check every time ๐Ÿ˜

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Haha, cheers!

Cheers GIF

Collapse
 
ridaehamdani profile image
Ridae HAMDANI

my recent search was not directly linked to CSS but rather to the design. I always have trouble choosing the fonts for my project. I always ask myself should I use one font or two? how can I manage these fonts on my project ... ?

Collapse
 
bherrero profile image
Borja Herrero • Edited

Uses of vmin and vmax. I hadn't heard about them before although I knew vw and vh.

Actually, I just realised I saw them in your last post. Thanks for that!

Collapse
 
5t3ph profile image
Stephanie Eckles

Haha, nice! Iโ€™m a big fan.

Perhaps this article on CSS units would be helpful:

dev.to/5t3ph/guide-to-css-units-fo...

Collapse
 
n8chz profile image
Lorraine Lee • Edited

Still haven't figured out the "which ancestor..." thing. Was trying to figure out how to "uncrop" images posted to Twitter.

That and Wordpress and webfonts, I guess.

css search history

Collapse
 
sudeepgumaste profile image
Sudeep Gumaste

css grid browser support

Collapse
 
sreeragsprks profile image
Sreeragsprks

CSS from scratch....i'm really struggling to get the hang of using proper CSS ...so I'm gonna do it from scratch

Collapse
 
5t3ph profile image
Stephanie Eckles

Good luck! There are lots of great resources - have you found one that's working well for you? I have also published a course that's free and created for beginners if you're interested. Link in my profile :)

Collapse
 
rattanakchea profile image
Rattanak Chea

Grid layout, responsive design, proper usage of CSS for dark mode

Collapse
 
5t3ph profile image
Stephanie Eckles

Sounds like someone has a fun new project! :)

Collapse
 
marcoschneider profile image
marcoschneider

Typed css in my address bar and the last entry was "css empty boxes while loading". I was searching for skeleton loading boxes but didn't know how it was called.

Collapse
 
5t3ph profile image
Stephanie Eckles

Nice! Did you use :empty perhaps with pseudo elements, or another solution?

Collapse
 
marcoschneider profile image
marcoschneider

I actually hadn't had time yet to look into it as the deadline finishes soon. I just thought it would be a nice to have. I'm gonna look into asap in my freetime!

Collapse
 
cahyowhy profile image
cahyo wibowo

How to connect mysql with css

Collapse
 
leonlafa profile image
Leon Lafayette

'CSS art' seems to be the trend at the moment.

Watch this space ๐Ÿ˜

Collapse
 
5t3ph profile image
Stephanie Eckles

Legacy project you can't spend time upgrading to flexbox or grid? ๐Ÿ™ƒ

Collapse
 
alvarosabu profile image
Alvaro Saburido

My last search about css was about Neumorphism. Still playing around.

Collapse
 
thebuildguy profile image
Tulsi Prasad

No matter how hard I try, I always come back to Grid ๐Ÿ˜ญ๐Ÿ˜

Collapse
 
mehdico profile image
Mehdi Mousavi

My last two searches :

CSS Houdini
open sans css

Collapse
 
thechrisjasper profile image
Chris Jasper

Styling scroll bars.

Collapse
 
thom4s profile image
Thomas

caniuse : filter()

Collapse
 
king11 profile image
Lakshya Singh

Parallax and Material CSS

Collapse
 
memahesh profile image
Medam Mahesh

Hi Stephanie Eckles,

Today, I spent a lot of time making this youtube video. Dunno if it counts.

Collapse
 
jonrandy profile image
Jon Randy ๐ŸŽ–๏ธ

"css in js bad idea"

Collapse
 
osmang670 profile image
osmang670

How to align an image when the image is bigger than the span tag?

Collapse
 
martixy profile image
Martin Ninov

Parsing CSS with JS. Because I need to forcibly inject some CSS into a horrid site so I can make it a little bit less horrid.

Collapse
 
sanchibansal340 profile image
Sanchi Bansal

About why px isn't preferred for styling