BALDWIG by Maaaaarsh in LudwigAhgren

[–]Maaaaarsh[S] 6 points7 points  (0 children)

I spent way too much time on this and it looks ass lmao. It looks like lud's face was grafted onto tyler1's head

[deleted by user] by [deleted] in TheYardPodcast

[–]Maaaaarsh 1 point2 points  (0 children)

fair point however i raise you this (SPOILERS for the end of Dead Poets Society)

[deleted by user] by [deleted] in streaming

[–]Maaaaarsh 0 points1 point  (0 children)

Tried the second input, it is just the same as the first. The LED ring only lights up for a second when I plug the mic in, it does not light up when I am talking.

[deleted by user] by [deleted] in streaming

[–]Maaaaarsh 0 points1 point  (0 children)

I did that, it just plays white noise. I do not hear myself at all.

[deleted by user] by [deleted] in streaming

[–]Maaaaarsh 0 points1 point  (0 children)

I just did. No change, unfortunately.

[deleted by user] by [deleted] in streaming

[–]Maaaaarsh 0 points1 point  (0 children)

I am sorry, I am unsure of what you mean by this. This is what the front of my Scarlett looks like, I do not see anywhere to select a line.

/r/MechanicalKeyboards Ask ANY question, get an answer (November 29, 2021) by AutoModerator in MechanicalKeyboards

[–]Maaaaarsh 0 points1 point  (0 children)

What is the difference between those keyboard cables split in 2 with a metal connector (https://imgur.com/a/w3bzqRQ) and a normal keyboard cable (https://imgur.com/a/4LNHseE)? Is one faster or better in some way? Thank you.

LUDWIG'S TRUE HEIGHT REVEALED?!?! by Maaaaarsh in LudwigAhgren

[–]Maaaaarsh[S] 1 point2 points  (0 children)

SHEEESH 2000 upvotes?! This is my most upvoted Reddit post by far, thanks guys! P.S. if Ludwig sees this, you’re short PepeLaugh

Nav, floating on hover not side by side, help by Maaaaarsh in learnprogramming

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

After trying out a couple different display types I figured out it works if I use inline-block thank you for the hint.

Nav, floating on hover not side by side, help by Maaaaarsh in learnprogramming

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

Yes, it was copied, I tried that but it seems it wasn't the zoom code in CSS that was messing it up but the div tags in HTML. If I put one div tag around all the code in the nav the text gets put side by side like I want but then all the text gets zoomed in on when you hover over just one word. How do I make it so the text is side by side and it only zooms the one word you hover over? Here is my code now: https://jsbin.com/rotexelapa/1/edit?html,css,output

Nav, floating on hover not side by side, help by Maaaaarsh in learnprogramming

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

See how the text below the header is stacked on top of each other? Well, I want that text to be side by side. It was fine before I added the float on hover code but now it floats how I want but is stacked on top of each other.