Thomas Dehaene commited on
Commit
592bf83
·
1 Parent(s): 0163aee

Tune styling

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,14 +8,16 @@ pinned: false
8
  ---
9
  <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
10
  <style>
11
-
 
 
12
  p2 {
13
  font-family: 'Roboto';font-size: 16px; color:white; text-align: center
14
 
15
  </style>
16
 
17
  <div style="background-color:black">
18
- <p style="font-family: 'Roboto';font-size: 22px; color:white; text-align: center">ML6</p>
19
  <p id='p2'>
20
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
21
  </p>
 
8
  ---
9
  <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
10
  <style>
11
+ p {
12
+ font-family: 'Roboto';font-size: 22px; color:white; text-align: center
13
+ }
14
  p2 {
15
  font-family: 'Roboto';font-size: 16px; color:white; text-align: center
16
 
17
  </style>
18
 
19
  <div style="background-color:black">
20
+ <p id='p1'>ML6</p>
21
  <p id='p2'>
22
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
23
  </p>