magyarkutya/magyarkutyak.css

43 lines
539 B
CSS
Raw Permalink Normal View History

2022-09-16 10:26:29 +00:00
.container{
background-color: #d2691e;
width: 960px !important;
}
h1{
border-bottom: 2px solid #a52a2a;
}
li{
display: inline-block;
min-width: 50px;
padding: 5px;
border-right:1px solid red;
color:white;
}
ul :last-child{
border: none;
}
img {
float:left;
border: 2px solid #a52a2a;
}
h2{
background-color: #cd853f !important;
font-style: italic;
}
2022-09-14 08:57:23 +00:00
.hasab {
}
footer {
}