Commit a658e4a7431d25d7def36aa1695790e6a5597f49

Authored by Georg Hopp
1 parent 4edbbadf

Some more playing with style.

... ... @@ -119,7 +119,6 @@ hr {
119 119 list-style: none;
120 120 text-align: justify;
121 121 width: 100%;
122   - height: 30%;
123 122 top: 50%;
124 123 transform: translate(0, -50%);
125 124 position: absolute;
... ... @@ -134,7 +133,7 @@ hr {
134 133 display: inline-block;
135 134 padding: 10px;
136 135 width: 30%;
137   - height: 100%;
  136 + height: 110px;
138 137 overflow: hidden;
139 138 border-color: rgba(100,190,12,0.7);
140 139 background-color: rgba(255,255,255,0.7);
... ...
... ... @@ -17,6 +17,14 @@
17 17 <h1>Linux Consulting</h1>
18 18 Support
19 19 </div>
  20 + <div class="textbox">
  21 + <h1>Philosophy</h1>
  22 + What is this all about.
  23 + </div>
  24 + <div class="textbox">
  25 + <h1>People</h1>
  26 + Who is currently involved into this.
  27 + </div>
20 28 </div>
21 29 </div>
22 30 </div>
... ...
Please register or login to post a comment