magyarkutya/magyarkutyak.css

49 lines
625 B
CSS
Raw Normal View History

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