Шаблон:Тест

Материал из Протест.wiki

<style> .infobox {

   display: flex;
   border: 1px solid #ccc;
   border-radius: 8px;
   padding: 10px;
   background-color: #fafafa;
   width: 300px;
   float: right;

}

.infobox-image {

   margin-right: 15px;
   width: 100px;
   height: 100px;
   overflow: hidden;
   border-radius: 8px;

}

.infobox-image img {

   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 8px;

}

.infobox-content {

   flex-grow: 1;
   font-size: 14px;

}

.infobox-title {

   font-size: 16px;
   font-weight: bold;
   color: #0044cc;

}

.infobox-content p {

   margin: 5px 0;

} </style>


       <img src="{{{image}}}" alt="Image">

{{{name}}}

Дата рождения: {{{birth_date}}}

Место рождения: {{{birth_place}}}

Профессия: {{{occupation}}}