Úvod > Fórum > Ostatní > Pokec > html tabulky

html tabulky

18.04.2016 07:22
příspěvků:1

css:
/* CSS Document */
body {
margin: 15px;
background-color: rgb(238,226,166);
}
.stred {
text-align: center;
}
.navigace {
text-align: center;
margin-bottom: 40px;
}
.navigace a {
font-size: 30px;
padding-right: 20px;
padding-left: 20px;
font-family: Trebuchet MS;
color: rgb(95,95,95);
text-decoration: none;
}
.navigace a:hover {
color: rgb(182,43,52);
border-bottom: 5px solid rgb(182,43,52)
}
.nadpisy {
font-size: 26px;
color: rgb(93,34,4);
border-left: 12px solid rgb(182,43,52);
padding-left: 7px;
}
.odstavce {
border-bottom: 1px dashed rgb(95,95,95);
padding-bottom: 10px;
margin-bottom: 40px;
}
.kurziva {
text-align: right;
font-style: italic;
}
a {
color: rgb(182,43,52);
}
a:hover {
text-decoration: none;
color: black;
}
img {
padding: 7px;
background-color: rgb(240,240,240);
border: 1px solid rgb(95,95,95);
margin: 15px;
}
.tucne {
font-weight: bold;
}

© 2007-2024 PCforum.cz, všechna práva vyhrazena, veškeré informace zde uvedené jsou bez záruk, podmínky užití, kontaktní informace