Testirovaniesozdaniacegoto

[[HTML]]
head {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Тест</title>
<style>
.container {
background-color: black;
width: 200px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.text {
color: green;
font-size: 20px;
}
</style>
</head>
body {
<div class="container">
<p class="text">Я люблю собак</p>
</div>
</html>

версия страницы: 22, Последняя правка: 09 Апрель 2025, 17:36 (9 дней назад)
Пока не указано иное, содержимое этой страницы распространяется по лицензии Creative Commons Attribution-ShareAlike 3.0 License.