Pereiti prie turinio

Tiesiog

Nariai
  • Pranešimai

    2
  • Užsiregistravo

  • Lankėsi

  • Atsiliepimai

    0%

Tiesiog Pranešimai

  1. Na, kuriant CSS puslapį, jį galima sukurti iš dviejų failų. Pagrindinio, bei CSS stilių. Kaip juos sujungti?

    Žinoma, sunku paaiškinti ką noriu pasakyti. Dar siunkiau tikėtis, kad jūs ką nors suprasite.

    Bet stengiuos.

    Taigi, tarkim turiu stilių failą:

     

     

    .input {

    font-size: 11px;

    background-color:#666666;

    border: 1px solid #cccccc;

    }

    body {

    font-family: Verdana;

    font-size: 10px;

    }

    .bottom { font-size: 8pt; }

    .link {

    font-family:Georgia, "Times New Roman", Times, serif;

    font-size:12px;

    text-decoration: none;

    color:#CCCCCC;

    font-weight:bold;

    padding-left: 5px;

    }

    .link:hover {

    font-family:Georgia, "Times New Roman", Times, serif;

    font-size:12px;

    text-decoration: underline;

    color:#000000;

    padding-left: 5px;

    }

    .menu {

    background-color: #FFFFFF;

    border-bottom-style: solid;

    border-bottom-width: 1px;

    border-bottom-color: #212018;

    border-right-style: solid;

    border-right-width: 1px;

    border-right-color: #212018;

    border-left-style: solid;

    border-left-width: 1px;

    border-left-color: #C6A263;

    font-size: 10pt;

     

    }

    .contents {

    font-size: 8pt;

    color:#000000;

    }

    .menutable {

    width: 150px;

    background-color: #000000;

    border-bottom-style: solid;

    border-bottom-width: 1px;

    border-bottom-color: #212018;

    border-right-style: solid;

    border-right-width: 1px;

    border-right-color: #212018;

    border-left-style: solid;

    border-left-width: 1px;

    border-left-color: #C6A263;

    font-size: 10pt;

    }

    a {

    color: #211C18;

    text-decoration: none;

    }

    Ką man su juo daryti? kaip kurti puslapį?

    Esu visiškai žalia..

    Laukiu patarimų..

×
×
  • Pasirinkite naujai kuriamo turinio tipą...