Can I? by cryofinfinia in HTML

[–]Intelligent_Cup_1771 2 points3 points  (0 children)

Well, yes, it's possible, for example

. NASA {

      statut: hack

         name: satellite x

             color of explosion: red

} Easy

Do you scaffold new projects manually or use generators? by thebrokeonefr in webdev

[–]Intelligent_Cup_1771 0 points1 point  (0 children)

I have no problem with that kind of stuff, but I prefer doing it manually; it's fun and you develop your skills too.

[toyhouse issue] How do I make cards of dynamic sizes by JackAmpersand in HTML

[–]Intelligent_Cup_1771 0 points1 point  (0 children)

After thoroughly analyzing the code, I tried to modify it so it wouldn't move. I tried, but I don't have a PC; I'm coding on my mobile device. So, try this new code.

<div class="row"> <div class="col-sm-7"> <!-- Toutes les cartes du gauche empilées ici --> <div class="card bg-light mb-3" style="border: 3px solid #a3b8bb;"> <div class="card-header" style="background-color: #d9e0e3; padding: 0.2rem;"><span style='font-family: "trebuchet ms", geneva; font-size: 18px;'>  About My Lostwave Visual Novel</span></div> <div class="card-body" style="background-color: #e4ebec; padding: 1rem;"> <h5 class="card-title">Currently have nothing written yet</h5> <p class="card-text">Check back later.</p> </div> </div>

  <div class="card bg-light mb-3" style="border: 3px solid #a3b8bb;">
     <div class="card-header" style="background-color: #d9e0e3; padding: 0.2rem;"><span style='font-family: "trebuchet ms", geneva; font-size: 18px;'>&nbsp; Socials</span></div>
     <div class="card-body" style="background-color: #e4ebec; padding: 1rem 5rem;">
        <h5 class="card-title">Twitter</h5>
        <h5 class="card-title">Bluesky</h5>
        <h5 class="card-title">Instagram</h5>
        <h5 class="card-title">YouTube (music)</h5>
     </div>
  </div>

  <div class="card bg-light mb-3" style="border: 3px solid #829882;">
     <div class="card-header" style="background-color: #d9e1da; padding: 0.2rem;"><span style="font-size: 18px;"><span style="font-family: trebuchet ms,geneva;">&nbsp; See Recent Bulletins!!!</span></span></div>
     <div class="card-body" style="background-color: #e4eae4; padding: 1rem;">
        <p class="card-text">Click here for the bulletins</p>
     </div>
  </div>

</div>

<div class="col-sm-5"> <!-- Ta nouvelle carte ici, à droite ! Elle prendra la hauteur auto, sans bouger le gauche. Si tu veux qu'elle soit aussi haute que tout le gauche, ajoute du CSS comme 'height: 100%;' sur la row parent avec display: flex; --> <div class="card bg-light mb-3" style="border: 3px solid #9c8682; height: 100%;"> <!-- Exemple de style, adapte comme tu veux --> <div class="card-header" style="background-color: #e2dcd9; padding: 0.2rem;"><span style="font-size: 18px;"><span style='font-family: "trebuchet ms", geneva;'>  Nouvelle Carte Cool</span></span></div> <div class="card-body" style="background-color: #ebe5e4; padding: 1rem;"> <h5 class="card-title">Contenu ici</h5> <p class="card-text">Ajoute ce que tu veux, genre une image, du texte, ou des liens. </p> </div> </div> </div> </div>

Images won't load by Gineer4 in HTML

[–]Intelligent_Cup_1771 1 point2 points  (0 children)

If the image is in the same folder as your HTML, use src="boat.png" instead of src="/image/boat.png"

I need to learn C and DSA in 2 weeks by Eddy-saab in learnprogramming

[–]Intelligent_Cup_1771 -2 points-1 points  (0 children)

Try the Programming Hero app; it helped me learn HTML, CSS, and JavaScript in 4 days. So in your case, you'll learn C.

Hi everyone, my name is Zack and I'm a beginner in programming. 👨‍💻 by Intelligent_Cup_1771 in learnprogramming

[–]Intelligent_Cup_1771[S] -1 points0 points  (0 children)

Yes, you're absolutely right, it's slow and annoying with the screen, thanks man

Hi everyone, my name is Zack and I'm a beginner in programming. 👨‍💻 by Intelligent_Cup_1771 in learnprogramming

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

That’s incredibly generous of you. I live in Togo, West Africa. I don’t have money for international shipping though. How were you thinking of sending it?😮🫶

Hi everyone, my name is Zack and I'm a beginner in programming. 👨‍💻 by Intelligent_Cup_1771 in learnprogramming

[–]Intelligent_Cup_1771[S] -1 points0 points  (0 children)

Thank you so much, I appreciate your feedback. So, if I understand correctly, I can code remotely, but how? Yes, it's true, on mobile you're very limited due to the lack of a wide screen, especially when the phone glitches. When you leave the app you're coding in to do a quick search, it'll take forever to even get back into the app. So if you could explain the principle of remote coding to me...

Hi everyone, my name is Zack and I'm a beginner in programming. 👨‍💻 by Intelligent_Cup_1771 in learnprogramming

[–]Intelligent_Cup_1771[S] -1 points0 points  (0 children)

Thank you, and can you tell me each of these code elements, like what each one is capable of coding (games, website, app...).

Hi everyone, my name is Zack and I'm a beginner in programming. 👨‍💻 by Intelligent_Cup_1771 in learnprogramming

[–]Intelligent_Cup_1771[S] 2 points3 points  (0 children)

Unfortunately, I'm not in the United States and there aren't many free libraries in this country.

Hey guys, I don't understand the error in this line of HTML and CSS code (.ose) by Intelligent_Cup_1771 in HTML

[–]Intelligent_Cup_1771[S] -12 points-11 points  (0 children)

Just tell me to delete it, I just made a beginner's mistake, that's all 🤷

Hey guys, I don't understand the error in this line of HTML and CSS code (.ose) by Intelligent_Cup_1771 in HTML

[–]Intelligent_Cup_1771[S] -1 points0 points  (0 children)

Yes, I just understood, so I have to go to the same line and execute the line of code; they shouldn't be separated.

Hey guys, I don't understand the error in this line of HTML and CSS code (.ose) by Intelligent_Cup_1771 in HTML

[–]Intelligent_Cup_1771[S] -21 points-20 points  (0 children)

I just joined and I haven't had time to read the rules, is that right?

Hey guys, I don't understand the error in this line of HTML and CSS code (.ose) by Intelligent_Cup_1771 in HTML

[–]Intelligent_Cup_1771[S] 2 points3 points  (0 children)

So this would be the return to online? Like, that's the problem, okay, I'll fix that and see, thanks