header logo

PHOTO EMBED

Mon Jun 27 2022 00:55:37 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

/* 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;
}
content_copyCOPY