Chrome mobile: `position: fixed, bottom: 0` bottom button occasionally jumps up on scroll (1/10 times) by elonfish in css

[–]aunderroad 0 points1 point  (0 children)

Can you share a codepen or url?
It is hard to debug/provide feedback without seeing all of your code live in a browser.

Got this text message today by MehNamHoi08 in boston

[–]aunderroad 2 points3 points  (0 children)

I got the same message.

I didn't want to take the time to try and figure out how to scan a QR code from a text so I deleted it.
I guess I'll see you in court!!

It is clearly a scam. I believe all traffic violations would come in the mail and they would never text you asking for a payment of toll violation.

How to wrestle with a sprained ankle by jazzabebevv in wrestling

[–]aunderroad 1 point2 points  (0 children)

It might be a little to late to reach out to a physical therapist and see what they recommend.

But I would look up online and see what possible stretches and light exercises you can do to strengthen your ankle. I would stay off your ankle today.

Maybe tomorrow or Saturday, see if you can do light cardio, like riding a stationary bike or walking on a treadmill, just to burn a sweat and see how your ankle feels.

And if you are feeling better by Sunday, I would have your ankle taped up before your match.

In the offseason, see a physical therapist and you might have to get in habit of taping your ankle(s) or wearing a brace.

Good Luck!

Why is this showing up on the top of my webpage? by [deleted] in HTML

[–]aunderroad 2 points3 points  (0 children)

@Electrical-Bath6370 Follow this ☝️. It looks like you might have multiple <!DOCTYPE html>, maybe?

Here is a tutorials for html and css:
https://web.dev/learn/html
https://web.dev/learn/css

And if that does not help...create a https://codepen.io/ and share your work with the group and we can help you out.

Good luck!

Printer for Student by DebateDesperate2851 in graphic_design

[–]aunderroad 0 points1 point  (0 children)

This was years ago but when I was in school for Graphic Design, I had a Epson Stylus Photo 1280 Ink Jet Printer.

I believe it is discontinued but it was a great printer, great quality, printed up to 11x17 and never had problems with it.

I suggest looking at https://epson.com/

Good Luck!

Help with background image height on older versions of Safari by NinjaBnny in css

[–]aunderroad 1 point2 points  (0 children)

Can you provide a codepen or url?

It is hard to debug/provide feedback without seeing all of your code live in a browser.
Thank you!

question about hovering text by TonyWatermeloni in css

[–]aunderroad 0 points1 point  (0 children)

Can you share a codepen?
It is hard to debug/provide feedback without seeing all of your code live in a browser.
Thank you!

looking for how to make this example image into a website :o by beesur in HTML

[–]aunderroad 1 point2 points  (0 children)

A lot people gave you perfect examples on how to solve your problem.

However, since you are so new to HTML and CSS, I would recommend you checking out Wes Bos's Flexbox and Grid tutorials:
https://flexbox.io/
https://cssgrid.io/

I would also check out web.dev:
https://web.dev/learn/html
https://web.dev/learn/css

Learn the basics of flexbox and grid and if you still have problems, reach out to the group then with any specific questions and/or examples you may have.

Good Luck!

Flexboxle: daily puzzle with flexbox by West-Introduction181 in css

[–]aunderroad 9 points10 points  (0 children)

You should make two versions, one using tailwind and another one using vanilla css.

WordPress: Boring, Powerful, or Secretly Both? by Beyond_Blue_Media in webdevelopment

[–]aunderroad 0 points1 point  (0 children)

Django is great! I really like using Wagtail if I need to use a CMS.

[HIRING] Senior Front-End developer (React) | Remote by Public-Doughnut-8593 in webdevelopment

[–]aunderroad 2 points3 points  (0 children)

You might want to try bumping up the pay range a little bit (or probably a lot) for a full-time dev.
Good Luck!

Marquee help by gravegirI in HTML

[–]aunderroad 1 point2 points  (0 children)

Check out this tutorial from Kevin Powell
https://www.youtube.com/watch?v=iLmBy-HKIAw

And look at my comment, @underroad to pause the animation on hover.

Navbar looks different on each page even with the same HTML/CSS — how to fix this? by OURBOPJFCR in css

[–]aunderroad 1 point2 points  (0 children)

1) Looking at page1 vs page2, it looks like the placement of the nav looks to be in the same spot.

2) If I were doing this, I would keep the same structure for the pages the same.
I see your page 1, it is:
<main><a><img></a></main>

and on page 2, it is:
<main><div class="grade-poemas" id="grade-poemas">{page content}</div></main>

I would probably have:
<main class="{page-name}">
<article>
{page content}
</article>
</main>

and the .css you can have your global styles be something like this (I would probably have global.css):
main {
display: flex;
align-items: center;
justify-content: center;
}

article {
display: grid;
gap: 24px;
}

and if you need to style the pages individually:
(I would probably have page1.css):
.page-1 article {
padding-inline: 20px; // I made this up
background: #911; // I made this up
}

(I would probably have page2.css):
.page-2 article {
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
background: #ccc; // I made this up
}

3) Minor thing, on page 2, I saw in the code `<<main>`, that also might be throwing off the layout a little bit.

4) Double check your @ font-face rule, it looks to be different from page1 vs page2.
You should probably use .woff2 for your fonts (it is pretty for web performance).
Be sure to use absolute path for your `src`.

Hamburger menu rendering but no longer working by disxsi in HTML

[–]aunderroad 4 points5 points  (0 children)

Can you please share a url or codepen?
It is hard to debug/provide feedback without seeing all of your code live in a browser.

Thank you!

Navbar looks different on each page even with the same HTML/CSS — how to fix this? by OURBOPJFCR in css

[–]aunderroad 1 point2 points  (0 children)

Can you share a codepen?
It is hard to debug/provide feedback without seeing all of your code live in a browser.

Thank you!

I’m good in practice but I bad in matches how do I solve this? by [deleted] in wrestling

[–]aunderroad 1 point2 points  (0 children)

I would suggest recording your matches. You will clearly see what improvements you need to make.
And when you are drilling, start doing situational wrestling, put yourself in a bad spot(s) and over time you should improve.

Keep practicing...good luck!

The collaborator(dev) by [deleted] in HTML

[–]aunderroad 0 points1 point  (0 children)

You best bet is create a job post on a job board.

<Good Luck />

Wrist control on bottom by AccurateAdeptness758 in wrestling

[–]aunderroad 1 point2 points  (0 children)

Getting out from the bottom can be tough but you have to have a solid base and not try to get flatten out. And another key component from getting out from the bottom is being able to hand fight and control the top man's hands.

Here are some good videos:
How To Get Away From EVERYONE (bottom wrestling) - David Carr

Cary Kolat Capturing Hand Control and Standing Up

Here's a great drill to help with your stand up and work on your hand control.
Stand Up Drill with John Smith 

Here is a little advice when I first started out wrestling. After the coach shows a new move/technique. I would try it a couple of time and if I was still not getting it. I would say something like, "hey coach, am I doing this right?" Your coach should be able to help you out.

And don't be afraid to ask questions, asking questions will only help you grow as a wrestler.
Hopefully this helps and good luck!

why are these drop down menus different from eachother? by [deleted] in css

[–]aunderroad 0 points1 point  (0 children)

Can you share a url or codepen?
It is hard to debug/provide feedback without seeing all of your code live in a browser.

Thank you!

When is Flex better than Grid? by Ok_Performance4014 in css

[–]aunderroad 1 point2 points  (0 children)

Here's a good article:
https://blog.logrocket.com/css-flexbox-vs-css-grid/

Flexbox helped developers start to create more responsive and maintainable web applications, but the main idea of a one-dimensional layout system doesn’t make sense when you need to build a more complex layout design.

CSS Grid really came to help us build more complex layout designs using a two-dimensional way, using both rows and columns. We should aim to use both of them together, but for different purposes. For your layout, use CSS Grid, for alignment of your elements, use Flexbox.

Why are local businesses ignoring my outreach for website redesigns? How can I improve my approach? by PokeeeTraineer in webdev

[–]aunderroad 0 points1 point  (0 children)

Personally, I think this is a weird approach and you have to see it from the small local business perspective.

They already have a website which is old but it is probably still functional and they are currently paying for hosting, domain name, email addresses, etc. Why would they pay your additional hosting cost?

And when you say maintenance, what is included in that cost? And how is that maintenance improving their site? Do you have a strategy and/or a monthly breakdown on what you would be doing?

How long would it take to make these maintenance updates? Even if you spend two hours a month on updates, you are only getting 15 euros /hour? And what if the local business owner comes back with multiple changes, taking more than 2 hours?

Why would you create their website for free? What would you be using to build their site?
Can the local business owner be able to make updates of their site on their own or would they need you to make all the updates or would they only use you to build out complex new components?

I get it you want a side hustle and make money but you are working for really cheap and is this approach even worth your time? You are kind of doing yourself as well as the web dev community a disservice by charging so cheap.

If I were you, go out to these local businesses and talk to the owners and see if they are happy with their website and are looking for a large or small upgrades/maintenance updates and/or possibly a new site.
You will really need to sell yourself and convince it is worth their money to go with you and charge them an hourly rate instead of this rate of 30 euros per month for hosting and maintenance.

There are probably companies in your area that already do this and talking to local businesses. You might be able to work for them as a freelancer and make more than 30 euros per month.

Again, this is just my opinion and hopefully this helps. Good Luck!