Showing
2 changed files
with
9 additions
and
2 deletions
| @@ -119,7 +119,6 @@ hr { | @@ -119,7 +119,6 @@ hr { | ||
| 119 | list-style: none; | 119 | list-style: none; |
| 120 | text-align: justify; | 120 | text-align: justify; |
| 121 | width: 100%; | 121 | width: 100%; |
| 122 | - height: 30%; | ||
| 123 | top: 50%; | 122 | top: 50%; |
| 124 | transform: translate(0, -50%); | 123 | transform: translate(0, -50%); |
| 125 | position: absolute; | 124 | position: absolute; |
| @@ -134,7 +133,7 @@ hr { | @@ -134,7 +133,7 @@ hr { | ||
| 134 | display: inline-block; | 133 | display: inline-block; |
| 135 | padding: 10px; | 134 | padding: 10px; |
| 136 | width: 30%; | 135 | width: 30%; |
| 137 | - height: 100%; | 136 | + height: 110px; |
| 138 | overflow: hidden; | 137 | overflow: hidden; |
| 139 | border-color: rgba(100,190,12,0.7); | 138 | border-color: rgba(100,190,12,0.7); |
| 140 | background-color: rgba(255,255,255,0.7); | 139 | background-color: rgba(255,255,255,0.7); |
| @@ -17,6 +17,14 @@ | @@ -17,6 +17,14 @@ | ||
| 17 | <h1>Linux Consulting</h1> | 17 | <h1>Linux Consulting</h1> |
| 18 | Support | 18 | Support |
| 19 | </div> | 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 | </div> | 28 | </div> |
| 21 | </div> | 29 | </div> |
| 22 | </div> | 30 | </div> |
Please
register
or
login
to post a comment