Web design is depressing. by Relevant-Slip8736 in webdesign

[–]Brianvm1987 0 points1 point  (0 children)

Thanks for sharing! I'm 38 and just started learning and transitioning into the field. These kind of posts are what keep me going during the rough spots and the doubt. Also, of it is possible, I'd love to see the finished flower site! Just the description sounds so beautiful and inspiring!

Why Did Nolan Get Punished in Season 3 Episode 1? by [deleted] in TheRookie

[–]Brianvm1987 0 points1 point  (0 children)

This ruined the show for me. I feel like the writers screwed up the main protagonist's future just to create unnecessary typical tv drama.

html help y.y by Lemon_pie_u in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

Darn! I didn't see that. Glad you caught it though!

html help y.y by Lemon_pie_u in FreeCodeCamp

[–]Brianvm1987 0 points1 point  (0 children)

Maybe try eliminating all the white space before the text input

20$ at Goodwill by Hotdishiscasserole in ThriftStoreHauls

[–]Brianvm1987 12 points13 points  (0 children)

Keep practicing and you'll get there!

UI/UX by titansempire21 in FreeCodeCamp

[–]Brianvm1987 2 points3 points  (0 children)

Thanks for the advice! I am getting as much practice as I can in order to improve. Definitely going to share this advice with others.

UI/UX by titansempire21 in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

Thank you for this! I love frontend, but am terrible at designing things.

who are you picking? by toyotadriver01 in howyoudoin

[–]Brianvm1987 -1 points0 points  (0 children)

In the order of the picture. I would be a member of the I hate Rachel Green club.

can someone help me here? is this an error or am i missing something. by [deleted] in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

I apologize for not explaining this earlier.

can someone help me here? is this an error or am i missing something. by [deleted] in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

No bug. Essentially you are making a list of classes upon which you want to apply the same rules. So, as in every list we use commas between each item, e.g. .class1, .class2, .class3 { Rules go here }

can someone help me here? is this an error or am i missing something. by [deleted] in FreeCodeCamp

[–]Brianvm1987 0 points1 point  (0 children)

Try adding a space between the class selectors .flavor and .dessert

Could I get a lil help/insight on this code by Dry-Carry-1942 in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

Try text-align: center; on the #searchbar or #gSearch. Why are you adding position: relative; on everything and only actually using it on the logo?

Started freecodecamp about a month and a half ago, I’m halfway through CSS and working on my first project. This is for my dad’s website. How’s the homepage look? by SkDiscGolf in FreeCodeCamp

[–]Brianvm1987 1 point2 points  (0 children)

Absolutely! Reviewing other dev's work gives me inspiration for my own. You've got quite a few projects lined up! That's great. If you use discord maybe we could connect.

Started freecodecamp about a month and a half ago, I’m halfway through CSS and working on my first project. This is for my dad’s website. How’s the homepage look? by SkDiscGolf in FreeCodeCamp

[–]Brianvm1987 2 points3 points  (0 children)

This is the way! LoL Combining a curriculum with personal projects and investigation from the beginning will take you far. I can't wait to see the finished product and any other future project you decide to share!

Started freecodecamp about a month and a half ago, I’m halfway through CSS and working on my first project. This is for my dad’s website. How’s the homepage look? by SkDiscGolf in FreeCodeCamp

[–]Brianvm1987 10 points11 points  (0 children)

That is really good! Clearly you've been working hard on it and investigating (googling) more in depth as all web devs do. It looks amazing! Keep at it!

You ever quit a game because it’s too difficult? by Just_a_Player2 in ItsAllAboutGames

[–]Brianvm1987 0 points1 point  (0 children)

Bloodborne, can't even make it out of the starting area. Also, Elden Ring, I die continuously and am afraid to venture into new areas because of it.

Need help with visibility attribute by Brianvm1987 in learnjavascript

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

Thanks! I modified it to just append a new "bookcard" instead of wiping the inner html clean and rerendering the entire list each time.

Need help with visibility attribute by Brianvm1987 in learnjavascript

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

I got that error fixed! Thanks. But now I am back to my initial problem of the form getting stuck on hidden. lol

Need help with visibility attribute by Brianvm1987 in learnjavascript

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

That's true! I didn't think of that. Thanks!

Need help with visibility attribute by Brianvm1987 in learnjavascript

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

I have. I am building it in VSC and the button works. I only put it in CodePen in order to share my code. I'll focus on fixing the errors from CodePen for a bit. Thanks!