magyarkutya/magyarkutyak.css

49 lines
620 B
CSS
Raw Normal View History

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