-
Notifications
You must be signed in to change notification settings - Fork 0
/
law.css
122 lines (100 loc) · 2.35 KB
/
law.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@import url('https://img.freepik.com/free-photo/psychedelic-paper-shapes-with-copy-space_23-2149378246.jpg?w=1380&t=st=1682852509~exp=1682853109~hmac=f1e1561deba28b3eb9f7b14a585526d868db4927f8bf7922ddf3a14a4e3db97c');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.bg-container {
background-image: url("https://res.cloudinary.com/dtnvkccyy/image/upload/v1696928803/samples/still-life-with-scales-justice_23-2149776027-transformed.jpeg_o6izmx.jpg");
height: 100vh;
width : 100vw;
background-size: cover;
}
body, h1, h2, p, ul, li, a {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem 0;
}
nav ul {
list-style-type: none;
display: flex;
justify-content: center;
background-color: #444;
}
nav li {
margin: 0 1rem;
}
nav a {
text-decoration: none;
color: #fff;
}
main {
padding: 2rem;
}
.hero {
text-align: center;
background-color: #fff;
padding: 2rem;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cta-button {
display: inline-block;
padding: 0.5rem 1rem;
background-color: #333;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: #555;
}
.services {
margin-top: 2rem;
}
footer {
text-align: center;
background-color: #333;
color: #fff;
padding: 1rem 0;
}
.pad{
padding: 20px;
}
.pad1{
padding: 10px;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #0074b3;
color: #fff;
text-align: center;
padding: 1rem;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
}
#rights-framework {
background-color: #f5f5f5;
border-radius: 5px;
padding: 1rem;
}
h2 {
color: #0074b3;
}
ul {
list-style: disc;
padding-left: 20px;
}