magyarkutya/magyarkutyak.css

55 lines
636 B
CSS
Raw Normal View History

2022-09-14 09:56:23 +00:00
body{
max-width: 960px;
margin: auto;
background-color: #d2691e;
}
2022-09-14 08:57:27 +00:00
2022-09-14 09:56:23 +00:00
h1{
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-decoration-color: #a52a2a;
2022-09-14 08:57:27 +00:00
}
2022-09-14 09:56:23 +00:00
h2{
width: 96%;
background-color: #cd853f;
font-style: italic;
}
2022-09-14 08:57:27 +00:00
2022-09-14 09:56:23 +00:00
li{
list-style: none;
min-width: 50px;
padding: 6px;
text-decoration-color: white;
display: inline-block;
color: white;
}
p{
text-align: justify;
}
img{
width: 100px;
border: 2px solid #a52a2a;
}
.bal {
float: left;
width: 48%;
margin-right: 5px;
}
2022-09-14 08:57:27 +00:00
2022-09-14 09:56:23 +00:00
.jobb {
float: right;
width: 48%;
}
footer {
2022-09-14 08:57:27 +00:00
}