7 lines
146 B
CSS
7 lines
146 B
CSS
.githubIcon {
|
|
background: center/contain url('./assets/github.svg');
|
|
}
|
|
|
|
.googleIcon {
|
|
background: center/contain url('./assets/google.svg');
|
|
} |