-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_layout.html.erb
59 lines (51 loc) · 945 Bytes
/
_layout.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<style>
body{
width: 500px;
margin: auto;
background-color: #222;
color: #fff;
text-rendering: optimizelegibility;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 19px;
font-weight: 400;
zoom: 1;
-webkit-font-smoothing: antialiased;
}
h1 {
background-image: url('/logo.png');
width: 500px;
height: 125px;
text-indent: -119988px;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
margin: 50px 0;
}
p.home {
text-align: center;
}
a {
color: inherit;
font-weight: 500;
}
ol.winners{
display: block;
padding: 0;
}
ol.winners li{
float: left;
margin: 0;
padding: 0;
}
ol.winners li{
width: 50px;
margin-right: 10px;
}
ol.winners li img{
width: 100%;
}
</style>
<h1>CodeBrawl</h1>
<%= yield %>