Update index.html

This commit is contained in:
mathias 2015-12-12 14:14:42 +02:00
parent f035f4fe10
commit 7570626391

View file

@ -188,7 +188,7 @@
#about, #contact { #about, #contact {
background: #000; background: #000;
} }
#intro-body, #about-body, #news-body, #contact-body { #introcontainer, #aboutcontainer, #newscontainer, #contactcontainer {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
font-size: 16px; font-size: 16px;
@ -201,7 +201,7 @@
#intro { #intro {
background: #aa0000; background: #aa0000;
} }
#intro-body { #introcontainer {
padding: 30px 0 30px 0; padding: 30px 0 30px 0;
} }
#intro i:before { #intro i:before {
@ -237,7 +237,7 @@
padding: 8px 20px 6px 14px; padding: 8px 20px 6px 14px;
} }
/* About */ /* About */
#about-body { #aboutcontainer {
padding: 40px 90px 40px 90px; padding: 40px 90px 40px 90px;
} }
#about h2:before, #contact h2:before, #news h2:before { #about h2:before, #contact h2:before, #news h2:before {
@ -270,7 +270,7 @@
#news { #news {
background: #0b0b0b; background: #0b0b0b;
} }
#news-body { #newscontainer {
padding: 40px 150px 40px 150px; padding: 40px 150px 40px 150px;
} }
#box { #box {
@ -324,7 +324,7 @@
background: rgba(0,132,180,1); background: rgba(0,132,180,1);
} }
/* Contact */ /* Contact */
#contact-body { #contactcontainer {
padding: 40px 230px 40px 230px; padding: 40px 230px 40px 230px;
} }
input, textarea { input, textarea {
@ -364,7 +364,7 @@
</head> </head>
<body> <body>
<div id="intro"> <div id="intro">
<div id="intro-body"> <div id="introcontainer">
<i></i> <i></i>
<p>Flame.ga</p> <p>Flame.ga</p>
<h1>Free OP Server in Minecraft</h1> <h1>Free OP Server in Minecraft</h1>
@ -372,14 +372,14 @@
</div> </div>
</div> </div>
<div id="about"> <div id="about">
<div id="about-body"> <div id="aboutcontainer">
<h2>About</h2> <h2>About</h2>
<p>Flame.ga provides you a fun and interesting experience in Minecraft. On this server, you can do whatever you want, without any consequenses; grief, troll, use hacks - you name it. You get access to a large amount of free OP (operator) commands to use whenever you like, as well as a few server plugins, such as WorldEdit and DisguiseCraft. To give you a fresh and lag-free experience, the server will reset once every day.</p> <p>Flame.ga provides you a fun and interesting experience in Minecraft. On this server, you can do whatever you want, without any consequenses; grief, troll, use hacks - you name it. You get access to a large amount of free OP (operator) commands to use whenever you like, as well as a few server plugins, such as WorldEdit and DisguiseCraft. To give you a fresh and lag-free experience, the server will reset once every day.</p>
<span>IP</span><i>flame.ga</i> <span>IP</span><i>flame.ga</i>
</div> </div>
</div> </div>
<div id="news"> <div id="news">
<div id="news-body"> <div id="newscontainer">
<h2>News</h2> <h2>News</h2>
<div id="box"> <div id="box">
<ul> <ul>
@ -441,7 +441,7 @@
</div> </div>
</div> </div>
<div id="contact"> <div id="contact">
<div id="contact-body"> <div id="contactcontainer">
<h2>Contact</h2> <h2>Contact</h2>
<form action="https://formspree.io/hello@flame.ga" method="POST"> <form action="https://formspree.io/hello@flame.ga" method="POST">
<input type="email" name="_replyto" placeholder="Your email address" required> <input type="email" name="_replyto" placeholder="Your email address" required>