summaryrefslogtreecommitdiff
path: root/membre.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-30 00:45:46 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-30 00:45:46 +0100
commit89584ec37c72744ad97563a0e48cc55431753887 (patch)
tree7507bf17fd60dd067910fc9824db9921b00f92c2 /membre.css
parentfb85192fd4b39ea227e48da9fbdd7975929fcfcc (diff)
downloadquatuorbellefeuille.com-89584ec37c72744ad97563a0e48cc55431753887.tar.xz
Add individual pages
Diffstat (limited to 'membre.css')
-rw-r--r--membre.css30
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;
+}