We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a50625 commit 59d15dfCopy full SHA for 59d15df
index.html
@@ -5,17 +5,18 @@
5
<title>Think2 - Coming soon !</title>
6
<style>
7
body {
8
- margin: 0;
9
- padding: 0;
+ height: 100vh;
+ display: grid;
10
+ place-items: center;
11
background: #f0f0f0;
12
font-family: Arial, sans-serif;
13
}
14
15
#logo {
- position: absolute;
16
+ position: flex;
17
top: 20px;
18
left: 20px;
- font-size: 2rem; /* Ajustez si besoin */
19
+ font-size: 4rem; /* Ajustez si besoin */
20
font-weight: bold;
21
22
0 commit comments