diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-30 00:45:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-30 00:45:46 +0100 |
| commit | 89584ec37c72744ad97563a0e48cc55431753887 (patch) | |
| tree | 7507bf17fd60dd067910fc9824db9921b00f92c2 /membre.css | |
| parent | fb85192fd4b39ea227e48da9fbdd7975929fcfcc (diff) | |
| download | quatuorbellefeuille.com-89584ec37c72744ad97563a0e48cc55431753887.tar.xz | |
Add individual pages
Diffstat (limited to 'membre.css')
| -rw-r--r-- | membre.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/membre.css b/membre.css new file mode 100644 index 0000000..0209327 --- /dev/null +++ b/membre.css @@ -0,0 +1,30 @@ +main { + display: grid; + grid-template-columns: 60% 40%; + padding-right: 4%; +} + +main > div { + padding: 2%; +} + +#bio, #photo { + background-color: #dbb; +} + +#bio dl { + display: grid; + grid-template-columns: 1fr 2fr; + align-items: center; +} + +#photo { + height: 90%; + align-self: center; +} + +#photo img { + width: 100%; + height: 100%; + object-fit: cover; +} |
