Skip to main content
Main Content

A small CSS question...

A small CSS question...
Posted 2021-11-04 04:29:51
I made a CSS layout for the first time, which I am currently using, and I'd like to make it public so other people can use it- but I cannot for the life of me figure out how to add "CSS by Siarczek #3167" anywhere. I notice most CSS layouts have the credit by the bookmark button. How do you do this?

Siarczek
#3167

Posted 2021-11-04 04:45:21
.breadcrumb::after {
    content:'CSS by YOUR NAME';
    position:absolute;
    right:35px;
    color: #COLOR;
}

Sabueso
#3306

Posted 2021-11-04 04:54:38
@Sabueso Thank you so much!!! 😭

Siarczek
#3167

Search Topic