source: imaps-frontend/src/pages/TermsOfService/TermsOfService.css@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 717 bytes
Line 
1.terms-container {
2 max-width: 800px;
3 margin: 40px auto;
4 padding: 20px;
5 background-color: #f9f9f9;
6 border-radius: 8px;
7 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
8 font-family: Arial, sans-serif;
9 color: #333;
10 line-height: 1.6;
11}
12
13.terms-container h1 {
14 font-size: 2rem;
15 text-align: center;
16 margin-bottom: 20px;
17}
18
19.terms-container h2 {
20 font-size: 1.5rem;
21 margin-top: 20px;
22 color: #007BFF;
23}
24
25.terms-container p {
26 margin: 10px 0;
27}
28
29.terms-container ul {
30 margin: 10px 20px;
31 padding-left: 20px;
32 list-style: disc;
33}
34
35.terms-container a {
36 color: #007BFF;
37 text-decoration: none;
38}
39
40.terms-container a:hover {
41 text-decoration: underline;
42}
Note: See TracBrowser for help on using the repository browser.