diff --git a/css/styles.css b/css/styles.css index dcceedd..d077c59 100644 --- a/css/styles.css +++ b/css/styles.css @@ -398,6 +398,10 @@ nav .selected { -moz-box-sizing: border-box; box-sizing: border-box; } +.grid .col3:nth-child(3n + 1) { + clear: both; + padding: 0; +} .grid .col4 { width: 25%; float: left; @@ -405,6 +409,10 @@ nav .selected { -moz-box-sizing: border-box; box-sizing: border-box; } +.grid .col4:nth-child(4n + 1) { + clear: both; + padding: 0; +} .grid .col-left { width: 70%; float: left; @@ -605,3 +613,27 @@ a.footer { color: #333; } a.button { text-decoration: none; color: #333; } a.button:hover { opacity: 0.8; } + +/********************************************* + * Team members + *********************************************/ + +.members { + margin: 0 0 2em 0; +} +.member { + margin: 0 0 1em 0; +} +.member a { + display: block; +} +.member a > img { + padding: 0.3em; + background: #FFF; + -moz-box-shadow: 0px 0px 1px 1px #999; + -webkit-box-shadow: 0px 0px 1px 1px #999; + box-shadow: 0px 0px 1px 1px #999; +} +.member span { + display: block; +} diff --git a/html/team.html b/html/team.html index 7d1e89d..dc494c2 100644 --- a/html/team.html +++ b/html/team.html @@ -48,7 +48,66 @@
-

Лектори

+

Екип

+ + + +
@@ -115,7 +174,8 @@