#HOW TO GET THEM BELOW
71 messages · Page 1 of 1 (latest)
Thanks for your question :clap:, if someone gives you an answer it would be great if you thanked them with a :white_check_mark: in response. This response will earn you both points for special roles on this server.
can u send code?
@worn mirage, you just advanced to Active!! 🎉🎉🎉
maby u can try it that way:
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
<div class="item">6</div>
</div>```
and then this css:
```.container {
display: flex;
flex-wrap: wrap;
}
.item {
flex: 1 1 25%;
box-sizing: border-box;
padding: 10px;
}```
I hope it work for u :)
@worn mirage @rocky frigate i created multiple same divs and it fixed
but i have another problem
simple one
Yeah tell us
can u send the code maby?
yess gimme 1 min
only the part of html and css from the two things should be enough
hmm yeah ok wait i think i know why wait give me a sec
sure bro
ok if u can change ur code a bit u can try to make another div so it should look like this maby:
<div class="member">
<img src="jtcpfp.jpg" alt="Akat" class="jtcpfp">
<div class="name">Scarface</div>
</div>
<div class="member">
<img src="akatpfp.jpg" alt="Akat" class="akatpfp">
<div class="name">Akat</div>
</div>
<div class="member">
<img src="luoxipfp.jpg" alt="Akat" class="luoxipfp">
<div class="name">Luoxi</div>
</div>
<div class="member">
<img src="xenopfp.jpg" alt="Akat" class="xenopfp">
<div class="name">Xenophros</div>
</div>
<div class="member">
<img src="fudipfp.jpg" alt="Akat" class="fudipfp">
<div class="name">Fudi</div>
</div>
</div>```
In this u dont need for every name a class
in css maby something like this:
.staff {
display: flex;
justify-content: space-evenly;
align-items: center;
margin-top: 300px;
margin-bottom: 100px;
}
.member {
display: flex;
flex-direction: column;
align-items: center;
}
.member img {
width: 100px;
height: 100px;
border-radius: 50%;
border: 1px solid black;
}
.name {
margin-top: 10px;
font-size: 16px;
text-align: center;
}
My results look than like in my screenshot only without the img
I hope this works for u if not just tell me
ooo
i think i had problem because i made img tag under the div for name
i'll try and let u know
yeah
No problem if u have any new problems feel free to ask :D
@rocky frigate, you just advanced to Active!! 🎉🎉🎉
on udemy i guess i learnd html and css there but i am not the biggest fan of html and css xD
@rocky frigate I made this
Works fine on my display
But on other's computer it looks like this
My view
Hmm maby u used something that is not compatible with every browser
I am at school right now. If i find time i will look whats wrong when i am home
No worries
Its bc of ur font. its not fixed. Maby if u have some media querys u have to correct them
grid
@rancid smelt @rocky frigate
iPhone view
Android view
Why is the staff bar different on ios and android
Everything else is fine for both of it
Is it a bug?
Android view is same for all mobile
Not every browser supports everything
Autoprefixers i think can help
-# This user is under the supervision of FBI • Review
ios is broken
always