Вынесли свойство для шрифтов в index.html для применения их ко всем текстовым элементам

This commit is contained in:
isHardCoded
2025-06-08 12:17:15 +03:00
parent 7a5be1d876
commit df845c3ae7
2 changed files with 9 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
.product {
color: red;
font-size: 14;
font-family: 'Arial';
}