Get title alignment on this side
This commit is contained in:
parent
1b52e2266c
commit
e37622da0c
@ -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
|
||||||
|
@ -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…
Reference in New Issue
Block a user