Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Carline Dad Codes

47 members • Free

5 contributions to Carline Dad Codes
Debugging Challenge: šŸƒ Where's My Card? šŸƒ
Hey beginners! Here's your first real-world debugging warm-up. You've built a nice little card... but something is horribly wrong with the layout. Look at the three files below. Find the mistake, fix it, and reply with what was wrong + your fixed version of the problematic line. https://codepen.io/ckendig-carlinedadcodes/pen/emzyywp
Debugging Challenge: šŸƒ Where's My Card? šŸƒ
1 like • 2d
I am unsure what kind of look you were going for but I did separate your cards by adding a closing </div> after the button element on the first card so that the second card would not be inside of the first.
Debugging Challenge: I styled my button… but it’s still ugly! šŸ¤”
You wrote some CSS for a fancy button… but it’s not applying. Spot the mistake in ~30 seconds. Reply with: what line was wrong + your correction in the comments! šŸ‘‡ https://codepen.io/ckendig-carlinedadcodes/pen/gbMvYQy
Debugging Challenge: I styled my button… but it’s still ugly! šŸ¤”
1 like • 2d
So, this one I know you were missing a closing "}" for your container class selector. That still didn't seem right, and it took me a minute because I learned something new! I never knew you could embed other selectors like: hover or strong inside other selector stylings. That was new for me I have never seen that before. Then I moved your body selector to the top of your style sheet, and I think that gave you a better finish.
1 like • 2d
my correction: body { overflow: none; background-image: url("https://712-interactive.s3.us-east-1.amazonaws.com/images/carlineDadCodes/carline_dad_academy_insta_profile_pic.png"); background-color: rgba(255, 255, 255, 0.85); background-blend-mode: screen; background-repeat: no-repeat; background-position: -150px calc(100% + 150px); width: 100%; height: 100vh; } .container { display: flex; flex-direction: column; gap: 45px; align-items: center; justify-content: center; width: 100%; } .task { color: #000000; text-align: center; font-size: 18px; border-bottom: 3px solid #000000; width: 100%; strong { color: #38b6ff; font-size: 26px; text-decoration: underline; } } .fancy-bttn { background: #ff6b6b; color: white; padding: 12px 24px; border: none; border-radius: 999px; font-size: 1.1rem; cursor: pointer; :hover { background: #38b6ff; color: #ffffff; } } }
Debugging Challenge: 🫠 Styling Madness! 🫠
CSS can be mean when you forget one tiny character… Find why the font-size & centering aren't applying and let me know in the comments! šŸ‘‡ https://codepen.io/ckendig-carlinedadcodes/pen/emzVvmP
Debugging Challenge: 🫠 Styling Madness! 🫠
1 like • 4d
You are missing the ";" after text-align: center so the text-alignment and the font-size which was your next styling were not being displayed.
šŸž Debugging Challenge: No Styles Applied!?!?
Help! My text is not styling correctly. The text "My website is awesome!" should display with a darker gray background, white text, padding all around and the text should be centered. Figure out why this is not happening and report back in the comments on what you find! šŸ‘‡ https://codepen.io/ckendig-carlinedadcodes/pen/zxBRZvb
šŸž Debugging Challenge: No Styles Applied!?!?
1 like • 4d
You used the id selector "#section" in your CSS sheet when you needed to use the class selector ".section" for your styling to be displayed.
šŸŽ‰ Welcome New Members! (2/27/2026) šŸŽ‰
Hey everyone, A huge welcome to all our new members jumping into the Carline Dad Codes crew! We’re pumped you’re here and can’t wait to see what you bring to the table. This is your spot to connect with sharp, driven folks who are all about leveling up skills and helping each other get better everyday. Ask anything, share your wins (big or small), and don’t hold back on the questions—someone’s always got your back. Quick heads-up: - Check the pinned post for the lay of the land. - Jump into intros in the #welcome channel. - Tag me or a mod if you need a hand. Let’s make this place even better together. Drop a quick ā€œheyā€ below and tell us one thing you’re fired up about right now! Welcome to: @Sarah Rhodes @Tsolmon Turbileg @Heff Of kc
2 likes • 4d
I am self-taught. I do not have any higher education in this field but found myself really interested and began reading an practicing on my own a couple of years ago. I am very familiar with HTML and CSS but have been struggling with doing more advanced JavaScript coding. Everything I have learned so far has been font-end focused but in the future I will move into back-end learning.
1-5 of 5
Sarah Rhodes
2
13points to level up
@sarah-rhodes-9636
t

Active 22h ago
Joined Feb 27, 2026
Powered by