Browse Source

Some more playing with style.

master
Georg Hopp 10 years ago
parent
commit
a658e4a743
  1. 3
      app/assets/stylesheets/welcome.scss
  2. 8
      app/views/welcome/index.html.erb

3
app/assets/stylesheets/welcome.scss

@ -119,7 +119,6 @@ hr {
list-style: none;
text-align: justify;
width: 100%;
height: 30%;
top: 50%;
transform: translate(0, -50%);
position: absolute;
@ -134,7 +133,7 @@ hr {
display: inline-block;
padding: 10px;
width: 30%;
height: 100%;
height: 110px;
overflow: hidden;
border-color: rgba(100,190,12,0.7);
background-color: rgba(255,255,255,0.7);

8
app/views/welcome/index.html.erb

@ -17,6 +17,14 @@
<h1>Linux Consulting</h1>
Support
</div>
<div class="textbox">
<h1>Philosophy</h1>
What is this all about.
</div>
<div class="textbox">
<h1>People</h1>
Who is currently involved into this.
</div>
</div>
</div>
</div>

Loading…
Cancel
Save