Update README.md
Browse files
README.md
CHANGED
@@ -116,7 +116,7 @@ body {
|
|
116 |
font-weight: 800;
|
117 |
margin-bottom: 20px;
|
118 |
text-transform: uppercase;
|
119 |
-
letter-spacing: 2px;
|
120 |
color: #e0e0e0;
|
121 |
animation: fadeIn 1s ease-in-out;
|
122 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
|
@@ -136,16 +136,6 @@ body {
|
|
136 |
color: #333;
|
137 |
}
|
138 |
|
139 |
-
/* Container and Section Styles */
|
140 |
-
.container {
|
141 |
-
max-width: 1200px;
|
142 |
-
margin: auto;
|
143 |
-
padding: 20px;
|
144 |
-
background-color: #f8f9fa;
|
145 |
-
border-radius: 8px;
|
146 |
-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
147 |
-
}
|
148 |
-
|
149 |
.section {
|
150 |
margin-bottom: 40px;
|
151 |
}
|
|
|
116 |
font-weight: 800;
|
117 |
margin-bottom: 20px;
|
118 |
text-transform: uppercase;
|
119 |
+
letter-spacing:5 2px;
|
120 |
color: #e0e0e0;
|
121 |
animation: fadeIn 1s ease-in-out;
|
122 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
|
|
|
136 |
color: #333;
|
137 |
}
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
.section {
|
140 |
margin-bottom: 40px;
|
141 |
}
|