Guest User

Untitled

a guest
Jan 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. The Html:
  2. <!-- // Education --
  3. <section id="education" class="education">
  4. <div class="content-wrap">
  5. <h2>Education</h2>
  6.  
  7. <!-- School details: copy this whole block to add more schools. -->
  8. <h3>School name 2017 - present</h3>
  9. <p>Designation received</p>
  10.  
  11. <!-- Add as many paragraphs as you need. -->
  12. <p>Summary.</p>
  13. <!-- End of school details. -->
  14. </div>
  15. </section>
  16.  
  17. The CSS:
  18. .education {
  19. background: linear-gradient(rgba(141, 153, 174, 0.8),
  20. (rgba(141, 153, 174, 0.5)),
  21. url("samuel-beckett-bridge.jpg") no-repeat fixed);
  22. background-size: cover;
  23. }
Add Comment
Please, Sign In to add comment