magyarkutya/magyarkutyak.css
2022-09-16 12:25:30 +02:00

56 lines
613 B
CSS

.container {
width: 960px;
background-color: #d2691e;
}
h1 {
border-bottom: 2px solid #a52a2a;
}
h2 {
width: 96%;
background-color: #cd853f;
font-style: italic;
padding: 5px;
}
p {
text-align: justify;
}
ul {
margin: 0px;
padding: 0px;
}
ul li {
display: inline-block;
min-width: 50px;
padding: 6px;
color: white;
list-style-type: none;
border-left: 2px solid #a52a2a;
}
ul :first-child {
border: none;
}
.hasab {
}
footer {
border-top: 2px solid #a52a2a;
}
img {
width: 100px;
border: 2px solid #a52a2a;
float: left;
margin: 15px;
}