Align or position

Joined
Jun 14, 2018
Messages
101
Reaction score
1
hi guys i'm trying to align my stations logo
in center? but it won't work for me

i have

Code:
.logo{
        position: relative;
    margin: 10px 15px 15px 10px;
    }

but logo is when i look at it on the right side

1670966348460.png

is there anyone that could help? i have tried and tried my hardest
 
Joined
Mar 11, 2022
Messages
227
Reaction score
32
Code:
.logo{
        position: relative;
   top:15px; left:50%; transition:translateX(-50%);
    }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top