Odpowiedź forum utworzona

Viewing 1 replies (of 1 total)
  • Thread Starter paskon

    (@paskon)

    jeżeli nikt nie potrafi odpowiedzieć na pierwsze pytanie to może pomoże mi wycentrować przynajmniej logo, bo kombinuje a nie wychodzi 🙁

    mam taki kod do loga:
    #branding {
    margin:0;
    margin-bottom:.7em;
    padding: 2.1em 0 .7em;
    font-family: „Helvetica Neue”, sans-serif;
    border-bottom:2px solid #ddd;
    border-bottom:2px solid rgba(0,0,0,.08);
    position: relative;
    z-index: 2;
    }

    #branding hgroup {
    float:left;
    }
    #site-title {
    margin:0;
    }
    #site-title a {
    color: #333;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    -moz-transition: color 0.3s ease; /* FF4+ */
    -o-transition: color 0.3s ease; /* Opera 10.5+ */
    -webkit-transition: color 0.3s ease; /* Saf3.2+, Chrome */
    -ms-transition: color 0.3s ease; /* IE10? */
    transition: color 0.3s ease;

Viewing 1 replies (of 1 total)