premiere colonne assez rafiney

This commit is contained in:
gigifeh
2019-12-06 03:55:31 +01:00
parent 660b499044
commit 4198ffa467
2 changed files with 78 additions and 5 deletions

View File

@@ -142,6 +142,10 @@ section.section-profile {
display: table;
}
h2 {
padding-left: 30px;
}
/* ================================= */
@@ -154,7 +158,11 @@ section.section-profile {
box-sizing: border-box;
float: left;
width: 50%;
padding: 50px;
padding: 30px;
}
.box:first-child {
border-right: 1px solid grey;
}
.clearfix::after {
@@ -180,3 +188,39 @@ section.section-profile {
align-content: flex-end;
width: 100%;
}
.title {
color: dimgrey;
text-decoration: underline;
font-size: 18px;
}
img {
width: 50px;
border: 1px solid grey;
}
[alt="gallery"] {
display: inline-block;
clip-path: inset(5% 12%);
width: 121px;
border: 1px solid grey;
}
[href^="amis"],
[href^="gallery"] {
text-decoration: none;
color: grey;
text-decoration: underline;
}
/* =================== */
.post {
border: 1px solid grey;
box-sizing: border-box;
float: left;
width: 100%;
padding: 30px;
}