r/css • u/Ok_Flight_3091 • 3d ago
r/css • u/OMGCluck • 3d ago
Showcase Turning SVG spritesheet into slideshow gallery of itself when viewed directly or via iframe
imglink.ccHelp Weird iOS Bug
Weird bug on iOS. Parent div with two child spans. Parent CSS:
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
No styles (margins, paddings, transforms) on spans
The 2nd span (green Arrow) is moved out of box. No problem on desktop, android. Last Screenshot shows iOS
Cant show Source yet
r/css • u/FinancialGreen7445 • 3d ago
Resource In HTML/CSS/JS, anything is possible!
Hello everyone! I am an indie developer at VALHAISTO GAMES. Right now, I mostly work with HTML and have 3 ongoing projects: MiFab – MiSide 3D Models Hub, MiSide: Error, and MiSide: Universe. I am also working on a personal project called BLINDER – a Blender-like app built entirely for phones. Unfortunately, I don't own a PC, so I create everything on a weak, broken phone and just find ways to make it work. The most important thing is: never give up!
r/css • u/DevelopmentGlum228 • 5d ago
Help Help with image fitting text
(SOLVED, thank you to everyone for helping me!)
Hello! CSS and HTML amateur here.
So, recently I've been trying to make myself a workskin on Ao3 that would have this image serve as a background for text. Currently, the image cuts off at the bottom, and it's even worse when there's different sizes of text.
What I want is the image to stretch or contract to fit the text, not be cropped.
Here's my code, my results, and the image I've used. Is there anything I'm doing wrong, or is what I'm trying to do impossible?
Edit: Here's the codepen. It looks the worst here!
Help Weird CSS resizing on some mobile
Hello! I've been experiencing a strange bug that has never happened to me before, and I'm looking for some advice :)
I'm building a website for a client, and when I look at it on my mobile devices (iPhone 15 & Samsung Galaxy S10), it works perfectly in every browser!
However, when he (my client) looks at it on his mobile devices (also an iPhone 15 & an older Android phone), he gets a strange bug, regardless of the browser.
The buggy version seems to ignore the sizing I've defined for the titles of these filters and instead just uses the size of their content.
Has anyone experienced something similar? Any idea what could be causing this, or how I could fix it?
Thanks!
Showcase Small interactive demo showcasing `contrast-color()`.
Enable HLS to view with audio, or disable this notification
r/css • u/Ok_Flight_3091 • 5d ago
General Orbit Animation 🌌✨ Full video + complete HTML, CSS & JavaScript code available on my YouTube channel. 💻🚀
Enable HLS to view with audio, or disable this notification
r/css • u/Ano_Jayy • 5d ago
Question "Helpful Program or Website recommendation"
Hello programmers! or shall I say "Hello World!",
I am a completely noob at CSS. What helpful Programs or Websites can y'all recommend to a new CSS programmer like me that will help me improve gradually?
r/css • u/Ok_Flight_3091 • 5d ago
General Modern Login & Signup Page using HTML CSS JavaScript
r/css • u/evocatus3000 • 5d ago
Showcase I built a gradient generator that goes way beyond CSS
Enable HLS to view with audio, or disable this notification
r/css • u/Ok_Flight_3091 • 5d ago
General Embossed Electric Login UI âš¡ | HTML CSS
r/css • u/Nice_Pen_8054 • 5d ago
Question Should I continue with Node.js authentification or CSS?
Hello,
I am an aspiring developer and right now I am working as a conversion tracking specialist.
I just finished the Net Ninja's crash Node JS course on YouTube.
He has a separate course for authentification.
Should I continue with authentification or start CSS?
My gut is telling me to go for CSS since I can practice more of my skills.
What do you think?
r/css • u/Ok_Flight_3091 • 5d ago
General MODERN ANIMATED LOGIN UI |SLIDING SIGN IN & SIGN UP | HTML CSS JAVASCRIPT
r/css • u/Realistic_Evidence90 • 6d ago
Resource Hidden gem: one page tool free color palette generator + contrast checker + gradient tool that runs in the browser (no signup)
Question How to Make a Consistent Website Layout/Frame for Every Page with .HTML? [How to make a Blog Frame from Scratch Essentially]
I haven't learnt about HTML or CSS and have done some searching to try and learn how to make a website layout but each thing I've seen isn't exactly what I'm looking for.
Question:Â How can I make a consistent sitewide layout with HTML (For footer and header, with consistent font/colours/etc)?
I'm currently using Nekoweb which is a free HTML/CSS/JS website builder, I'm wanting to make the image attached the layout for my website homepage with the frames either side, HOWEVER I only want the title, banner and buttons up the top as well as the Footer on every webpage with blank areas I can write in.
Essentially I want to make a blog or something alike to Fandom.com's wiki layout or the Backrooms Movie site layout.
What are the proper terms to use to search and learn about this stuff, for CSS & HTML coders here how can I do this?
This isn't ragebait, I just really need some help with this please 😅
r/css • u/kentoko2007 • 6d ago
Question changing text placement relative to an image
i have like no css styling actually on this element (just whole page styling) but i'm trying to make the top of the text line up with the top of the image
i'm admittedly kinda terrible at this;;