Examples of code I've written in PHP, Javascript, SCSS, etc.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

29 lignes
313 B

  1. @use "sass:map";
  2. @use "sass:color";
  3. @use "vars/vars";
  4. .about .info {
  5. padding: 5em 3em;
  6. }
  7. .about img {
  8. border-radius: 50%;
  9. width: 150px;
  10. margin: 5px auto;
  11. display: block;
  12. }
  13. .about h2 {
  14. text-align: center;
  15. margin-bottom: 0;
  16. }
  17. .about h4 {
  18. text-align: center;
  19. }
  20. .about .heading {
  21. margin-bottom: 3em;
  22. }