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 "vars/icons-buttons";
- @use "vars/vars";
- @use "partials/effects";
- @use "general";
-
- .content {
- max-width: 900px;
- h3 {
- border-bottom: 2px solid black;
- }
- }
-
- .info-section {
- margin: 5em 0.5em 0 0.5em;
- p {margin-top: 1em;}
- }
-
- .aboutPage-img1 {
- //margin-top: 2em;
- //background-image: url('/images/conference.jpeg');
- height: 20em;
- background-attachment: fixed;
- background-position: center -150px;
- background-repeat: no-repeat;
- background-size: cover;
- }
-
- .aboutPage-img {
- //background-image: url('/images/waterloo.jpg');
- height: 20em;
- width: 100%;
- //margin-left: 1em;
- //margin-right: 1em;
- //background-attachment: fixed;
- //margin-top: 2em;
- //height: 20em;
- //clip: rect(0px 100px 20em 0px);
- //background-attachment: fixed;
- background-position: center -70px;
- }
-
- div.tos_content {
- @extend .content;
- max-width: 800px;
- }
-
- .divided_heading {
- max-width: 15em;
- //max-width:100%
- font-weight: 400;
- font-size: 30px;
- padding-top: 1em;
- padding-bottom: 1em;
- border-bottom: 3px solid vars.getColor('nav2');
- border-top: 3px solid vars.getColor('nav2');
- color: vars.getColor('nav');
- margin-top: 2em;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- }
|