Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1.  
  2. .element1 .hentry {
  3. background:white;
  4. width:43%;
  5. font-size:124%;
  6. clear:left;
  7.  
  8.    
  9.    
  10. }
  11.  
  12. .element1.hentry h1 {
  13. font-size:143%;
  14.    
  15.    
  16. }
  17.  
  18. .element1 .hentry h1 a {
  19. color:green;
  20.     background:rgba(0,0,0,0);
  21.     transition:ease 0.6s;
  22. }
  23.  
  24. .element1 .hentry h1 a:hover {
  25. text-decoration:none;
  26.     transition:ease 0.6s;
  27.     opacity:.96;
  28. }
  29.  
  30.  
  31.  
  32.  
  33.  
  34. .element2 .hentry  {
  35. background:white;
  36. width:43%;
  37. font-size:124%;
  38. clear:right;
  39.     display:flex;
  40.     position:relative;
  41.     left:47%;
  42. }
  43.  
  44. .element2 .hentry h1 {
  45. font-size:143%;
  46.    
  47.   bottom:8%;
  48.    
  49. }
  50.  
  51. .element2 .hentry h1 a {
  52. color:#836fff;
  53.     transition:ease 0.6s;
  54. }
  55.  
  56. .element2 .hentry h1 a:hover {
  57. text-decoration:none;
  58.     transition:ease 0.6s;
  59.     opacity:.96;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement