source:
CSS/TOS.css
Last change on this file was e3d4e0a, checked in by , 6 days ago | |
---|---|
|
|
File size: 237 bytes |
Line | |
---|---|
1 | |
2 | .TOSContainer{ |
3 | position: fixed; |
4 | display: flex; |
5 | justify-content: center; |
6 | align-items: center; |
7 | bottom: 0px; |
8 | width: 100%; |
9 | gap: 5px; |
10 | background-color: rgb(250, 250, 250); |
11 | padding: 20px 0px 20px 0px; |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.