diff options
Diffstat (limited to 'artistes.css')
| -rw-r--r-- | artistes.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/artistes.css b/artistes.css new file mode 100644 index 0000000..c69b323 --- /dev/null +++ b/artistes.css @@ -0,0 +1,61 @@ +body { + background: #eee; + display: flex; + padding-left: 10%; + padding-right: 10%; +} + +body div { + padding: 2em; +} + +#photos { + width: 30%; + background: #fd4; +} + +#photos-inner { + position: fixed; + height: 100% +} + +#photos-inner img { + height: 33%; + border-color: #ddd; + border-width: 10px; + border-style: solid; + border-radius: 20%; +} + +#vlad { + position: absolute; + left: 2em; + top: 5%; + z-index: 1; +} + +#garet { + position: absolute; + left: 10em; + top: 10%; + z-index: 2; +} + +#ivan { + position: absolute; + left: 2em; + top: 30%; + z-index: 3; +} + +#sofia { + position: absolute; + left: 10em; + top: 35%; + z-index: 4; +} + +#bio { + width: 45%; + background: #fee; +} |
