Ir para conteúdo

MurilloCSS

Members
  • Total de itens

    3
  • Registro em

  • Última visita

Posts postados por MurilloCSS


  1.  

    Bom dia galera venho aqui falar que to com uma duvida imensa mesmo eu criei  4 botões como na foto  e eu quero mover pro lado que ta em vermelho mas de jeito nenhun eu consigo alguem pode me ajudar?


    codigo: 

    <div class="menubarra">
    
    <img src="imagens/logo.png" alt="Logo" title="" width="200"> <a href="" class="btn btn-purple">Login</a>
    
    <a href="" class="btn btn-purple">Carrinnho</a>
    
    <a href="" class="btn btn-purple">Amei</a>
    
    <a href="" class="btn btn-purple">Notificacao</a>
    
    </div> >
    
    CSS:
    
    
    
    < .menubarra{
    
    background: #1E90FF;
    
    top: 100%;
    
    margin-block-end: 0%;
    
    left: 100px;
    
    }
    >

    Screenshot_1.png

    Screenshot_2.png


  2. Vamos La, Estava fazendo meu site e cheguei no rodape e estou com uma grande duvida uma imensa duvida 

     

    Eu quero que este texto do rodape fica no meio e um texto grande mas nao consigo editar o css que raivaaaa

    alguem poderia me ajudar?

    O CODIGO EM HTML:
     

    <footer class="py-5 bg-dark">
    <div class="container">
     
    <p class="m-0 text-center text-white">2015 - 2018 © Todos direitos reservados.<br>Desenvolvido por <b>Arthur Barreto</b> | Hospedado por <b><a target="_blank" href="https://www.reishosting.com.br/minecraft" class="text-white">ReisHost</a></b></p>
     
     
    </div>
    </footer>

    O codigo em css
     
    .py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    }
    .bg-dark {
    background-color: #343a40!important;
    }
    article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    }
    *, ::after, ::before {
    box-sizing: inherit;
    }
    user agent stylesheet
    footer {
    display: block;
    }
    Style Attribute {
    visibility: visible;
    }
    body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    }
    html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    }
    user agent stylesheet
    html {
    color: -internal-root-color;
    }
    *, ::after, ::before {
    box-sizing: inherit;
    }
    *, ::after, ::before {
    box-sizing: inherit;
    }

    ALGUEM ME AJUDA PFV

    Screenshot_14.png

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.