This commit is contained in:
Sanyi 2023-09-21 09:24:11 +02:00
parent 6646f5f8d7
commit c5d2bf0142

View File

@ -2,9 +2,11 @@ body{
width: 960px; width: 960px;
background-color: #d2691e; background-color: #d2691e;
align-items: center; align-items: center;
margin: auto;
} }
.hasab { .hasab {
float: left;
width: 480px;
} }
@ -14,15 +16,36 @@ footer {
} }
h1{ h1{
text-decoration: 2px underline #a52a2a; border-bottom: 2px solid #a52a2a ;
} }
li{ li{
min-width: 50px; min-width: 50px;
display: inline; display: inline;
border-left: 2px solid #a52a2a;
color: white;
padding: 6px;
}
li:first-child{
border: none;
} }
h2{ h2{
width: 96%; width: 96%;
font-style: italic; font-style: italic;
background-color: #cd853f; background-color: #cd853f;
padding: 5px;
}
ul{
margin: 0px;
padding: 0px;
}
p{
text-align: justify;
padding: 5px;
}
img{
width: 100px;
border: 2px solid #a52a2a;
margin: 5px;
float: left;
} }