Сообщения

Сообщения за ноябрь, 2019

CSS Backgrounds

The  background-color  property specifies the background color of an element. body  {   background-color :  lightblue ; } body { background-color: violet; }  Этот фон должен быть фиолетовым

CSS Syntax

In this example all <p> elements will be center-aligned, with a red text color: p  {   color :  red ;   text-align :  center ; } Этот текст должен быть красного цвета