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.
|
- @use "sass:map";
- @use "sass:color";
-
- @use "vars/vars";
-
- .about .info {
- padding: 5em 3em;
- }
-
- .about img {
- border-radius: 50%;
- width: 150px;
- margin: 5px auto;
- display: block;
- }
-
- .about h2 {
- text-align: center;
- margin-bottom: 0;
- }
-
- .about h4 {
- text-align: center;
- }
-
- .about .heading {
- margin-bottom: 3em;
- }
|