BlackMonsterMedia commited on
Commit
1034a51
·
verified ·
1 Parent(s): 3e75cce

deixa o fundo sempre a preto por favor só com as letras

Browse files
Files changed (1) hide show
  1. index.html +6 -9
index.html CHANGED
@@ -5,13 +5,9 @@
5
  <title>Aventura Noir - Alma</title>
6
  <style>
7
  @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap');
8
-
9
  body {
10
- background-color: #0a0a0a;
11
- background-image: url('http://static.photos/office/1200x630/1');
12
- background-size: cover;
13
- background-position: center;
14
- color: #f5f5f5;
15
  font-family: 'Inconsolata', monospace;
16
  display: flex;
17
  justify-content: center;
@@ -28,11 +24,12 @@
28
  line-height: 1.6;
29
  white-space: pre-line;
30
  text-shadow: 0 0 8px rgba(230, 57, 70, 0.6);
31
- background-color: rgba(10, 10, 10, 0.7);
32
- padding: 30px;
33
  border-radius: 10px;
34
  border-left: 3px solid #e63946;
35
- }
 
36
  .botoes {
37
  margin-top: 30px;
38
  display: none; /* aparecem só no fim */
 
5
  <title>Aventura Noir - Alma</title>
6
  <style>
7
  @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap');
 
8
  body {
9
+ background-color: #000000;
10
+ color: #f5f5f5;
 
 
 
11
  font-family: 'Inconsolata', monospace;
12
  display: flex;
13
  justify-content: center;
 
24
  line-height: 1.6;
25
  white-space: pre-line;
26
  text-shadow: 0 0 8px rgba(230, 57, 70, 0.6);
27
+ background-color: rgba(0, 0, 0, 0.8);
28
+ padding: 30px;
29
  border-radius: 10px;
30
  border-left: 3px solid #e63946;
31
+ box-shadow: 0 0 20px rgba(230, 57, 70, 0.5);
32
+ }
33
  .botoes {
34
  margin-top: 30px;
35
  display: none; /* aparecem só no fim */