Commit 5686899a authored by M4rty24's avatar M4rty24
Browse files

new css

parent 99009caf
html {
background: #223971;
-webkit-font-smoothing: antialiased;
}
body {
background: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
line-height: 1.5;
margin: 0 auto;
max-width: 1000px;
padding-left: 2em;
padding-right: 2em;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #DB0A40;
top: 0;
border: 7px solid ##DB0A40 ;
border-radius: 7px;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: orangered;
}
.uvodniimg{
display: block;
margin: 10px auto;
padding: 15px;
max-width: 95%;
}
.text {
background-color: lightgrey;
max-width: 95%;
border: 7px solid #a9a9a9 ;
padding: 5px;
margin: 7px;
border-radius: 25px;
}
.txt2 {
text-align: left;
background-color: lightgrey;
max-width: 95%;
border: 5px solid #a9a9a9 ;
padding: 30px;
margin: 15px;
}
div img{
border-radius: 4px;
display: block;
float:left;
margin: 10px auto;
padding: 15px;
max-width: 25%;
position: static;
}
h1{
font-size: 34px;
}
h2{
margin: 10px;
}
h4{
font-size: 42px;
}
h5{
font-size: 24px;
color: red;
}
a{
color: inherit;
text-decoration:none;
}
table.odkazy{
margin: 15px;
padding: 15px;
}
table, td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
width: 100%;
}
th {
height: 50px;
}
.vznik{
text-align: right
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
}
.price {
color: grey;
font-size: 22px;
}
.card button {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
.card button:hover {
opacity: 0.7;
}
.udrzitelnost{
background-color: red;
border-radius: 5px;
padding: 10px;
color: white;
}
.tr1{
background-color: red;
}
thead {
color:black;
}
tbody {
color:black;
}
tfoot {
color:white;
}
.table2 td{
padding: 7px;
}
label{
padding: 5px;
}
.komu{
width: 100%;
text-align: center;
}
body .vznik p{
margin: auto;
}
.vznik div #hackotri div h3{
font-size: 34px;
color: red;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment