User:তাহমিদ/Sandbox/style.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
.myOwnClass {
.myOwnClass {
font-size: 11px;
position:fixed;
bottom:0;
right: 0;
}
}

Revision as of 04:26, 21 July 2021

.myOwnClass {
    position:fixed;
    bottom:0;
    right: 0;
}