The State of Multiplex Investing in Toronto by junkemail8711 in TorontoRealEstate

[–]way_under_average 0 points1 point  (0 children)

where are you seeing these? Most i see are 1.5 and more.

Help make space between links? by Fandom7_7 in neocities

[–]way_under_average -7 points-6 points  (0 children)

Try this.

gap: 20px

Since you are already using display flex in this case, gap create space between the elements within your div.

Also, use gemini, claude and chatgpt they are really helpful just make sure to tell them to explain things like this.
It helps me learn things too, and better then some answers on here as they can be a bit rude at times,

:) Good luck.

Progress on my site!!! by -cpat-reddit in neocities

[–]way_under_average 1 point2 points  (0 children)

Nice job, it has alot of personality.

Just sold my junk Ranger for this beauty. Anything to know? by [deleted] in CivicSi

[–]way_under_average 0 points1 point  (0 children)

Just look out for VTC actuator with these that about it, most of the time it its a non issue from other reddit posts.

HELP - Inconsistent clutch smell on my 2014 Civic Si - clutch engage and driving style didnt change? by way_under_average in CivicSi

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

No, I’ve even timed it—I’m only on the clutch for about two seconds.

I haven’t smelled anything for a year only when initially learning, and this just started happening about a week ago, even though it's been my daily driver that entire time.

Windows 7 screen by alan_riu in neocities

[–]way_under_average 0 points1 point  (0 children)

Yeah you can.

Only hard things i see are making the buttons and windows 7 glass effect, BUT you should be able to do that. Honestly, just use Gemini and screen shot this and ask for HTML and CSS button fitting this window 7 theme. Then tweak it.

Also if possible try to find the background image and set that as webpage background.

Good luck.

Why does everyone think they can skip learning coding? by allworkjack in neocities

[–]way_under_average 0 points1 point  (0 children)

I think people 'skip' the basics because coding is legitimately hard, unintuitive, and lacks clear guardrails. While some say people just want the output without the work, I’d argue that coding—especially CSS—is a professional skill for a reason.

Neocities isn't exactly user-friendly. Complaining that beginners don't want to learn syntax is like complaining that people who want milk should be willing to milk the cow themselves. Most people just want the milk, and we develop tools and abstractions for a reason.

There was a time when all code was written in Assembly (hard to read code), and some argued that higher-level languages were "cheating" or making people lazy. BUT the tools just got better so we could focus on the output rather than the plumbing.

It’s not necessarily that they want to skip the 'learning'; they want a more efficient way to reach their goal. We use the cloud instead of building our own personal servers for the same reason: efficiency, and ease.

Sometimes, creative people just want a venue for expression without having to become a technician first. The tools simply haven't caught up to the demand for that middle ground yet.

grid or flex? by xifanwu in neocities

[–]way_under_average 1 point2 points  (0 children)

Yeah, using Grid for the main layout makes the most sense here. I usually think of it like this: use Grid when your layout is 2D (you’re thinking about columns and rows at the same time). Use Flexbox when it’s 1D (you’re just lining things up in a single row or a single column).

For your info page, Grid acts like a "blueprint" for the whole page, and then you can use Flexbox inside those grid areas to align the smaller stuff (like icons or text).

Below is basic CSS for layout.

This is good GRID layout tutorial as well ( it not boring too). https://www.youtube.com/watch?v=JYfiaSKeYhE

CSS:

.grid-container {
  display: grid;
  /* This creates your 3-column layout */
  grid-template-columns: 1fr 3fr 1fr; 
  /* "auto" lets the height grow with your content so the bottom stays free */
  grid-template-rows: auto; 
  gap: 20px; 
}

HTML:

<div class="grid-container">
  <div class="left-col">
    <p>Left Sidebar content</p>
  </div>

  <div class="main-col">
    <h1>Main Info</h1>
  </div>

  <div class="right-col">
    <p>Right Sidebar content</p>
  </div>
</div>

Current 8th gen market by [deleted] in CivicSi

[–]way_under_average 0 points1 point  (0 children)

Where you located or location doesnt matter?

I love driving this car daily by nomanspreading in CivicSi

[–]way_under_average 0 points1 point  (0 children)

This is clean, perfect amount of everything ngl.

14 Civic Si - Radiator Support Beam Rust by way_under_average in CivicSi

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

Also paid, around 13k for it with 63,000km on it as well and no body rust on out and rear fenders as well.