rocket

Image with Transparent Text creation

  • Web html, css, javascript, php, python, sql, jquery, xml, ajax, bootstrap.
  • Online web design, along with everything you need for a complete website.

Image with Transparent Text Creation background, using CSS.

            16

top

demo Image with Transparent Text creation


<style>
.transparent {
    position: relative;
    max-width:900px;
    margin:0 auto;
}

.transparent img {vertical-align:middle}

.transparent .jack {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
</style>


<div class="transparent">
  <img src="img.png" width="500" height="313" alt="img" title="img" style="width:100%;">
  <div class="jack">
    <h2>WELCOME</h2>
    <p>text...<span>text...</span></p>
  </div>
</div>

Skills assessment. Although the years working on a skill can provide an indication of maturity and expertise gained, this alone is not enough. Different people have different levels of gaining knowledge and expertise and there are people that have a natural inclination to some specific skills.

HTML5
100%
CSS3
100%
JAVASCRIPT
100%
PHP
100%
JQUERY
100%
WORDPRESS
100%
SQL
100%
XML
100%
DESIGN & DEVELOPMENT
⭐⭐⭐⭐⭐  Best Seller
100%
PHOTO MAKER
100%
PHOTOSHOP
100%
SEO
100%