8 lines
168 B
CSS
Executable File
8 lines
168 B
CSS
Executable File
/* Changing only the elements with colour and only that argument */
|
|
|
|
/* Vice City Pink: #f77bb1 rgb(247, 123, 177) */
|
|
|
|
#nav-logo {
|
|
background-color: #f77bb1;
|
|
}
|