Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
365 B

5 years ago
  1. <style>
  2. .header-tarea .avatar__container{
  3. margin-bottom: 15px;
  4. }
  5. .header-tarea .avatar__container a{
  6. display: inline-block;
  7. }
  8. </style>
  9. <div class="avatar__container">
  10. <a href="#" class="avartar"><img height="50px" src="{{ asset('images/toolbox.png')}}" alt=""></a>
  11. </div>