Browse Source

Get title alignment on this side

master
decentral1se 3 years ago
parent
commit
e37622da0c
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 2
      index.html
  2. 4
      style.css

2
index.html

@ -14,6 +14,7 @@
<body> <body>
<div class="content"> <div class="content">
<div id="left"> <div id="left">
<p id="title">Relearning Relearn</p>
<div id="selector"> <div id="selector">
<select <select
onchange="window.location.href=this.value" onchange="window.location.href=this.value"
@ -30,7 +31,6 @@
<option value="http://relearn.be/2013/">2013</option> <option value="http://relearn.be/2013/">2013</option>
</select> </select>
</div> </div>
<p id="title">Relearning Relearn</p>
<div class="description"> <div class="description">
<p> <p>
Relearn is a collective learning experiment with as many teachers as Relearn is a collective learning experiment with as many teachers as

4
style.css

@ -50,7 +50,6 @@ body {
width: 50%; width: 50%;
background: #fdfae3; background: #fdfae3;
height: 100%; height: 100%;
} }
img { img {
@ -67,8 +66,8 @@ img {
font-family: "ARK-ES DenseMedium"; font-family: "ARK-ES DenseMedium";
font-weight: normal; font-weight: normal;
font-size: 48px; font-size: 48px;
margin-top: 20px;
color: #3c4cac; color: #3c4cac;
margin: 20px 0 0 0;
} }
#subtitle { #subtitle {
@ -138,6 +137,7 @@ a {
#selector { #selector {
padding-left: 20px; padding-left: 20px;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px;
} }
select { select {

Loading…
Cancel
Save