alibidaran commited on
Commit
afdefbe
1 Parent(s): 0478057

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +141 -27
style.css CHANGED
@@ -1,28 +1,142 @@
1
  body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- }
5
-
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
- }
10
-
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
- }
17
-
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
- }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  body {
2
+ font-family: sans-serif;
3
+ margin: 0;
4
+ padding: 0;
5
+ background-color: #252A34;
6
+ }
7
+
8
+ header {
9
+ background-color: #1D2B3B;
10
+ padding: 20px;
11
+ text-align: center;
12
+ }
13
+
14
+ .title {
15
+ font-size: 1.2em;
16
+ margin-top: 5px;
17
+ color: #F1F7F7;
18
+ }
19
+
20
+ nav {
21
+ background-color: #1D2B3B;
22
+ padding: 10px;
23
+ display: flex;
24
+ justify-content: space-around;
25
+ }
26
+
27
+ nav ul {
28
+ list-style: none;
29
+ margin: 0;
30
+ padding: 0;
31
+ }
32
+
33
+ nav li {
34
+ display: inline-block;
35
+ margin-right: 20px;
36
+ }
37
+
38
+ a {
39
+ text-decoration: none;
40
+ color: #FFDF7A;
41
+ }
42
+
43
+ main {
44
+ padding: 20px;
45
+ }
46
+
47
+ section {
48
+ margin-bottom:auto;
49
+ }
50
+
51
+ h1 {
52
+ color: #F1F7F7;
53
+ }
54
+
55
+ h2 {
56
+ color: #F1F7F7;
57
+ text-align:center
58
+ }
59
+
60
+ p {
61
+ color: #F1F7F7;
62
+ }
63
+
64
+ h3 {
65
+ color: #F1F7F7;
66
+ }
67
+
68
+ li {
69
+ color: #F1F7F7;
70
+ }
71
+
72
+ h4 {
73
+ color: #F1F7F7;
74
+ }
75
+
76
+ img {
77
+ width: 50px;
78
+ height: 50px;
79
+ padding: 10px;
80
+ }
81
+ .card-a{
82
+ width: 400px; /* Adjust width as needed */
83
+ margin: 5px;
84
+ background-color:#594545 ;
85
+ border-radius: 5px; /* Rounded corners */
86
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
87
+ padding: 15px;
88
+ }
89
+ .card-f{
90
+ width: 400px; /* Adjust width as needed */
91
+ margin: 5px;
92
+ background-color:#3E503C;
93
+ border-radius: 5px; /* Rounded corners */
94
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
95
+ padding: 15px;
96
+ }
97
+ .card-cd{
98
+ width: 400px; /* Adjust width as needed */
99
+ margin: 5px;
100
+ background-color:#17224D ;
101
+ border-radius: 5px; /* Rounded corners */
102
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
103
+ padding: 15px;
104
+ }
105
+ .card-d{
106
+ width: 400px; /* Adjust width as needed */
107
+ margin: 5px;
108
+ background-color:#3B3B3B ;
109
+ border-radius: 5px; /* Rounded corners */
110
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
111
+ padding: 15px;
112
+ }
113
+ .card-container{
114
+ display:flex; /* Arrange cards horizontally */
115
+ flex-wrap: wrap; /* Allow cards to wrap to next line */
116
+ margin: 20px;
117
+
118
+ }
119
+ .card-e{
120
+ background-color:#C67D00;
121
+ width: 200px; /* Adjust width as needed */
122
+ margin: 10px;
123
+ border-radius: 5px; /* Rounded corners */
124
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
125
+ padding: 15px;
126
+ }
127
+ .card-s{
128
+ background-color:#9D513D;
129
+ width: 200px; /* Adjust width as needed */
130
+ margin: 10px;
131
+ border-radius: 5px; /* Rounded corners */
132
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
133
+ padding: 15px;
134
+ }
135
+ .card-ar{
136
+ background-color:#146C94;
137
+ width: 400px; /* Adjust width as needed */
138
+ margin: 10px;
139
+ border-radius: 5px; /* Rounded corners */
140
+ box-shadow: 20 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
141
+ padding: 15px;
142
+ }