source: CSS/TOS.css@ f9c482b

Last change on this file since f9c482b was f9c482b, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload new project files

  • Property mode set to 100644
File size: 237 bytes
RevLine 
[f9c482b]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.