Software-Engineering # Color Properties .class{ color: blue; sets text color background-color: blue; sets background color border-color: blue; sets border color } # Typography Properties .class{ font-family: 'Arial', sans-serif; specifies the font for a text font-size: 28px; sets the size of the font font-weight: }