/* styling elements in the header with the logo class */
header .logo
{
/* font color black */
color: #000;
font-weight: 200;
font-size: 30px;
/* no link underline */
text-decoration: none;
}
/* styling the span of elements in the header with the logo class */
header .logo span
{
color: #ff0157;
font-weight: 400;
font-size: 30px;
text-decoration: none;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter