Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .home-recent .query_box{
  2. float: left;
  3. height: 150px;
  4. margin-left: 2%;
  5. position: relative; /* Update your code with this line */
  6. width: 32%;
  7. }
  8.  
  9. .home-recent p{
  10. background-color: rgba(97, 140, 183, 0.8);
  11. bottom: 5px;
  12. font-size: 16px;
  13. left: 5px;
  14. margin: 0;
  15. padding: 5px 18px 9px;
  16. position: absolute;
  17. width: 80%;
  18. }
  19. .home-recent p a, .home-recent p a:hover{
  20. color: #FFFFFF;
  21. text-decoration: none;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement