Skip to content

Commit

Permalink
Обновляет стили в верстке для демо
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikovAndrey committed Jul 23, 2024
1 parent d41c903 commit 235e78d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

h1 {
text-align: center;
color: blanchedalmond;
color: #2E9AFF;
}

.container {
Expand All @@ -43,11 +43,11 @@
}

.card {
padding: 4px;
padding: 55px 40px;
border: 1px solid black;
text-align: center;
border-radius: 4px;
background-color: blanchedalmond;
background-color: #2E9AFF;
}
</style>
</head>
Expand All @@ -72,4 +72,4 @@ <h1>Факты про кошек</h1>
</main>
</body>

</html>
</html>

0 comments on commit 235e78d

Please sign in to comment.