You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
733 B
45 lines
733 B
/* CSS Kód */
|
|
.nadpis{
|
|
color:red;
|
|
font-size: 50px;
|
|
text-align: center;
|
|
}
|
|
.nadpis2 {
|
|
color: #1900ff;
|
|
font-size: 30px;
|
|
text-align: center;
|
|
}
|
|
p.nadpis2{
|
|
font-size: 20px;
|
|
}
|
|
.wwwhead{
|
|
width: 50%;
|
|
text-align: center;
|
|
border: 10px double black;
|
|
border-radius: 10px;
|
|
margin: auto;
|
|
padding: 0px 10px;
|
|
background-color: #6cd5ff;
|
|
}
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
table, th, td {
|
|
border: 2px solid;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-collapse: collapse;
|
|
}
|
|
td {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|