Skip to content

Commit 02b35fd

Browse files
committed
v2
1 parent a0527d1 commit 02b35fd

22 files changed

+764
-115
lines changed

style.css renamed to css/style.css

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ body {
1212
overflow-x: hidden;
1313
}
1414

15+
/* Container principal com fundo3 */
16+
.main-container {
17+
background: url('../img/fundo3.webp') center/cover no-repeat;
18+
min-height: 100vh;
19+
position: relative;
20+
}
21+
1522
/* Top bar */
1623
.topbar {
1724
background: linear-gradient(to bottom, #0f112d, #0b0d26);
@@ -75,7 +82,7 @@ body {
7582
justify-content: center;
7683
align-items: center;
7784
padding: 80px 50px;
78-
background: url('fundo1.webp') center/cover no-repeat;
85+
background: url('../img/fundo1.webp') center/cover no-repeat;
7986
text-align: left;
8087
}
8188
.hero-text {
@@ -87,11 +94,11 @@ body {
8794
font-size: 4rem;
8895
margin-bottom: 30px;
8996
}
90-
.highlight-green {
91-
color: #00ff7f;
97+
.highlight-lightblue {
98+
color: #00AFEF;
9299
}
93-
.highlight-red {
94-
color: #ff4c4c;
100+
.highlight-blue {
101+
color: #0363C3;
95102
}
96103
.hero .buttons {
97104
margin-top: 20px;
@@ -144,31 +151,31 @@ body {
144151
background: #11142f;
145152
flex-wrap: wrap;
146153
position: relative;
147-
background-image: url('https://i.imgur.com/W2d2g0O.png');
154+
background-image: url('../img/fundo2.webp');
148155
background-size: cover;
149156
background-repeat: no-repeat;
150157
background-position: center bottom;
151158
opacity: 1;
152159
}
153160

154161
.card {
155-
background: rgba(0, 191, 255, 0.1);
162+
background: rgba(255, 255, 255, 0.15);
156163
border-radius: 15px;
157164
padding: 20px;
158165
width: 280px;
159166
text-align: center;
160-
backdrop-filter: blur(10px);
161-
box-shadow: 0 0 10px rgba(0, 191, 255, 0.5), 0 0 20px rgba(0, 191, 255, 0.2);
167+
backdrop-filter: blur(15px);
168+
box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2), 0 0 20px #00bfff4d;
162169
position: relative;
163170
overflow: hidden;
164-
border: 1px solid rgba(0, 191, 255, 0.3);
171+
border: 1px solid rgba(255, 255, 255, 0.2);
165172
}
166173
.card img.plan-bg {
167174
position: absolute;
168175
top: 0;
169176
left: 0;
170177
width: 100%;
171-
opacity: 0.1;
178+
opacity: 0.3;
172179
z-index: 0;
173180
}
174181
.card h2 {
@@ -205,7 +212,7 @@ body {
205212
footer {
206213
width: 100%;
207214
height: 200px;
208-
background-image: url('footer.svg');
215+
background-image: url('../img/footer.svg');
209216
background-size: cover;
210217
background-repeat: no-repeat;
211218
background-position: center bottom;

home.html

Lines changed: 0 additions & 103 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)