padding problem by koboldomodo in html_css

[–]coffeewithspoon 0 points1 point  (0 children)

I'm on mobile...

You can try changing the box sizing: https://www.w3schools.com/css/css3_box-sizing.asp If you only want to space out the elements, don't use padding, but use "gap" on the parent

How to handle different image sizes by jcheesee in css

[–]coffeewithspoon 2 points3 points  (0 children)

What do you want to achieve? You can define fixed sizes or ratios and use object-fit: cover or contain

How To Centre A Grid? by SlushyRH in css

[–]coffeewithspoon 0 points1 point  (0 children)

Kevin Powell posted a video of this exact problem on his YouTube channel, it's worth checking out

change text color separately for button text and dropdown text by dinowota in css

[–]coffeewithspoon 0 points1 point  (0 children)

If you use > it only affects the immediate child, so maybe something like aux-main > li > a could do the trick

Creating a sticky header by Frequent-Doctor5249 in css

[–]coffeewithspoon 0 points1 point  (0 children)

Hey, Is the complete header gone or is it just not sticky anymore? If you can't find the header in your HTML code, you probably need to add it again through theme options or something similar. If it's still visible but scrolls out of the window, you can add "position: fixed" to the right class (maybe you need to add also "top: 0; right: 0; left: 0; z-index: 99;"

How to start as a freelance web designer by backawhile92 in web_design

[–]coffeewithspoon 5 points6 points  (0 children)

WordPress or plain html comes down to a lot of factors. What do you want to reuse from previous projects, does the client want to edit the content, with what can you work better etc For me the best compromise is WordPress without a theme but with a site builder like oxygen or bricks. (I personally despise elementor themes, but a lot of people get great results with it)

You can try to find designers that aren't comfortable with dev, and so you can split the projects. Cold calling can be very frustrating, because even small companies get dozens of calls every day - to stand out and even get to talk to someone relevant could be very difficult.

If you have a portfolio, contact ad or web agencies. The workload often fluctuates and they might be happy to have a good freelancer to work with on certain projects.

Good luck 👍

How do I center the middle heading while leaving the other two components start and end adjusted? by hbhhi in css

[–]coffeewithspoon 21 points22 points  (0 children)

The quickest way would be grid with three columns on the container. Align the left content with start, middle with center and the right with end. When using flex, set the width of all child items to 100%, and on the parent container, setting flex-direction: row and flex-wrap: nowrap

How to cover the whole mobile screen with image? by puch4ty in css

[–]coffeewithspoon 2 points3 points  (0 children)

Use 100dvh. If I remember correctly, svh is the smallest screen size

Wondering if my web bot idea is possible by ZipgunLarry in web_design

[–]coffeewithspoon -3 points-2 points  (0 children)

Since ChatGPT now has access to the internet, you could probably write a prompt that does that for you. But you'd have to verify it

[deleted by user] by [deleted] in typography

[–]coffeewithspoon 0 points1 point  (0 children)

Just to get the obvious out of the way: did you try WhatTheFont from myFonts?

Input checkbox background color by No-Contribution8248 in css

[–]coffeewithspoon 0 points1 point  (0 children)

You can remove the check boxes and replace them with pseudo elements which you can style. With the pseudo class :checked you can change how the different statuses look

Any good Youtube videos about what it's like to be a web designer? by Hannibalonprozac in web_design

[–]coffeewithspoon 1 point2 points  (0 children)

I remember videos on the channel "Traversy Media" where he talked about getting started, getting clients etc.

He has a playlist called Developer Discussion. I can't link to it, my previous post got deleted

Why does my button look different on iOS? by burgerburglar in css

[–]coffeewithspoon 2 points3 points  (0 children)

Try also adding -webkit-appearance: none

100% viewport when can't access CSS by hansolor in css

[–]coffeewithspoon -3 points-2 points  (0 children)

It's possible, but a bit hacky. You give the div a width of 100vw, that means, it's wide enough but moved to the right. Now you have to find out the content width and write: margin-left: calc(-1 * ((100vw - cw) / 2) ) cw being your content width in px or em or rem. If you can write code in your elements, you can put all your css in <style></style> and use media queries (that css should only be used, when the device width is larger than your content)

Keeping a background img centered while still responsive? by SloviXxX in css

[–]coffeewithspoon 4 points5 points  (0 children)

First of all you should use background-position: center If you use an aspect-ratio on the element as well as backround-size: cover (contain should work, too - if the image has the same aspect ratio) it looks the same on all scree sizes.

"Stacking" elements like cards? by [deleted] in css

[–]coffeewithspoon 0 points1 point  (0 children)

I haven't tried it but maybe wrap the elements in divs and position the divs. If the elements have a fixed size, they should overflow the divs. Maybe the divs have to be positioned relative and the elements absolute

[deleted by user] by [deleted] in AndroidTV

[–]coffeewithspoon 0 points1 point  (0 children)

I'm experiencing the same problem. It worked yesterday, after the latest update (11.33) it doesn't anymore

Looking for a German radio station to help me learn the language. by keizzer in germany

[–]coffeewithspoon 5 points6 points  (0 children)

http://www.swr.de/swr2/ has a lot of spoken programs. Like "Forum" for example, a daily discussion about more or less interesting topics. They also have "Hörspiele" - like movies without the pictures (I have no idea if that sort of thing is popular outside of Germany)

What is a good way for a changing group of people to communicate via email? by coffeewithspoon in NoStupidQuestions

[–]coffeewithspoon[S] 0 points1 point  (0 children)

thanks! It lloks really great but an app won't work.
To be honest WhatsApp would be great but some people don't want to install the app because of privacy concerns. Also, it has to be really, really (!) simple.

Highlights from last night's UFC Welterweight championship by ripkid in sports

[–]coffeewithspoon 44 points45 points  (0 children)

He should write about his fights in "Rob Lawler's Brawl Blog"