Magyarkutya/magyarkutyak.css

51 lines
637 B
CSS
Raw Normal View History

2023-09-14 07:24:52 +00:00
body{
width: 960px;
background-color: #d2691e;
align-items: center;
2023-09-21 07:24:11 +00:00
margin: auto;
2023-09-14 07:24:52 +00:00
}
2023-09-14 06:22:40 +00:00
.hasab {
2023-09-21 07:24:11 +00:00
float: left;
width: 480px;
2023-09-14 06:22:40 +00:00
}
footer {
}
2023-09-21 06:11:26 +00:00
h1{
2023-09-21 07:24:11 +00:00
border-bottom: 2px solid #a52a2a ;
2023-09-21 06:11:26 +00:00
}
li{
min-width: 50px;
display: inline;
2023-09-21 07:24:11 +00:00
border-left: 2px solid #a52a2a;
color: white;
padding: 6px;
}
li:first-child{
border: none;
2023-09-21 06:11:26 +00:00
}
h2{
width: 96%;
font-style: italic;
background-color: #cd853f;
2023-09-21 07:24:11 +00:00
padding: 5px;
}
ul{
margin: 0px;
padding: 0px;
}
p{
text-align: justify;
padding: 5px;
}
img{
width: 100px;
border: 2px solid #a52a2a;
margin: 5px;
float: left;
2023-09-21 06:11:26 +00:00
}