Advertisement
Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ++++++ESTO EN EL LUGAR DEL FOOTER ANTERIOR++++++++++++++
  2.  
  3. <div class="footer">
  4. <ul class="redes_soc">
  5. <li>Redes sociales: </li>
  6. <li><a target="_blank" href="https://www.Facebook.com">Facebook</a></li>
  7. <li><a target="_blank" href="https://www.Twitter.com">Twitter</a></li>
  8. <li><a target="_blank" href="https://www.Instagram.com">Instagram</a></li>
  9. </ul>
  10.  
  11. <p class="footer_extra"><a href="Sugerencias.html">¡Envíanos una sugerencia!</a> <br>Desarrollado por estudiantes de la UTP
  12. </p>
  13.  
  14.  
  15. </div>
  16.  
  17. ++++++++ESTO A LO ULTIMO DEL CSS+++++++++
  18.  
  19.  
  20. .footer_extra{
  21. bottom: 10px;right:30px;position:absolute; float: left;font-size: 14px;
  22. color: rgb(148, 148, 148);
  23. }
  24.  
  25. .footer_extra a{
  26. color: rgb(148, 148, 148);
  27. }
  28.  
  29. .footer_extra a:visited{
  30. color: rgb(148, 148, 148);
  31. }
  32.  
  33. .footer_extra a:hover:not(.active){
  34. color: rgb(206, 206, 206);
  35. }
  36.  
  37. .redes_soc{
  38. bottom: 10px;
  39. left:10px;
  40. position:absolute;
  41. float:right ;
  42. color: rgb(148, 148, 148);
  43. }
  44.  
  45. .redes_soc a{
  46. color: rgb(148, 148, 148);
  47. text-decoration: none;
  48. }
  49.  
  50. .redes_soc a:visited{
  51. color: rgb(148, 148, 148);
  52. }
  53.  
  54. .redes_soc a:hover:not(.active){
  55. color: rgb(206, 206, 206);
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement