Get title alignment on this side
This commit is contained in:
parent
1b52e2266c
commit
e37622da0c
@ -14,6 +14,7 @@
|
||||
<body>
|
||||
<div class="content">
|
||||
<div id="left">
|
||||
<p id="title">Relearning Relearn</p>
|
||||
<div id="selector">
|
||||
<select
|
||||
onchange="window.location.href=this.value"
|
||||
@ -30,7 +31,6 @@
|
||||
<option value="http://relearn.be/2013/">2013</option>
|
||||
</select>
|
||||
</div>
|
||||
<p id="title">Relearning Relearn</p>
|
||||
<div class="description">
|
||||
<p>
|
||||
Relearn is a collective learning experiment with as many teachers as
|
||||
|
@ -50,7 +50,6 @@ body {
|
||||
width: 50%;
|
||||
background: #fdfae3;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
@ -67,8 +66,8 @@ img {
|
||||
font-family: "ARK-ES DenseMedium";
|
||||
font-weight: normal;
|
||||
font-size: 48px;
|
||||
margin-top: 20px;
|
||||
color: #3c4cac;
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
#subtitle {
|
||||
@ -138,6 +137,7 @@ a {
|
||||
#selector {
|
||||
padding-left: 20px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
Loading…
Reference in New Issue
Block a user