Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
ben
/
bitshift
kopie van
https://github.com/earwig/bitshift
Volgen
1
Ster
1
Vork
0
Code
Publicaties
1
Activiteit
Bladeren bron
Add a text logo.
tags/v1.0^2
Ben Kurtovic
10 jaren geleden
bovenliggende
9b2346c86b
commit
b4019a4b5b
2 gewijzigde bestanden
met
toevoegingen van 12
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+11
-1
static/sass/index.sass
+1
-1
templates/index.html
+ 11
- 1
static/sass/index.sass
Bestand weergeven
@@ -19,10 +19,20 @@ div#search-field
width: 34%
#title
font-size:
3
em
font-size:
4
em
padding-bottom: 0.5em
text-align: center
#title-bit
color: $baseColor1
#title-angle
color: $baseColor3
#title-shift
color: $baseColor2
font-style: italic
form input[type="text"]
border: 1px solid $baseColor1
font-size: 1.1em
+ 1
- 1
templates/index.html
Bestand weergeven
@@ -12,7 +12,7 @@
= block body
<div id="search-field">
<div id="title">
We shift mad bits.
<span id="title-bit">bit</span><span id="title-angle">«</span><span id="title-shift">shift</span>
</div>
<form id="search-bar">
<input type="text">
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan