magyarkutya/magyarkutyak.css
szekeressandor cd72343a3d Kész commit
2022-09-16 12:25:27 +02:00

56 lines
573 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 {
}
img{
width: 100px;
border: 2px solid #a52a2a;
float: left;
}