styling
This commit is contained in:
parent
b00305868d
commit
693b76ed7a
18
index.html
18
index.html
|
@ -1,4 +1,20 @@
|
|||
<html><head><title>FemtoStar</title></head>
|
||||
<html><head>
|
||||
<title>FemtoStar</title>
|
||||
<style>
|
||||
html, body {
|
||||
background-color: #EEEEEE;
|
||||
font-family: "Helvetica", "Suisse Int'l", sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
h2 {
|
||||
margin-top: 2.0em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FemtoStar</h1>
|
||||
<h2>Satellite communications built for privacy</h2>
|
||||
|
|
Loading…
Reference in a new issue