Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 17 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
<html>
<head>
<title>
Website
</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine&effect=brick-sign">
</head>
<body>
<h1>The Pirate Website</h1>
<br/>
<br/>
<h1 class="message font-effect-brick-sign">To be launched soon...</h1>
</body>
<style>
body{
background-color:#A33643;
background-image: url("calm_beach.jpg");
background-size: 100%;
font-family: 'Tangerine';
color:#black;
text-align:center;
}
.message{
font-size:100px;
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Open Movie DB</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="textCenter">
<h1>The Movie Search</h1>
<h3>Coming soon...</h3>
</div>
</div>
</body>
</html>
28 changes: 28 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
body {
background-color: #52B0B9 !important;
}

#main {
text-align: center;
vertical-align: middle;
}

#textCenter{
font-family: 'Pacifico', cursive;
color: #fff;
left: 0;
line-height: 200px;
margin: auto;
margin-top: -100px;
position: absolute;
top: 50%;
width: 100%;
}

#main h1{
font-size: 100px;
}

#main h3{
font-size: 50px;
}