initial commit
This commit is contained in:
parent
3ce56cd6ff
commit
d4d0bf91b1
40 changed files with 1361 additions and 0 deletions
53
subsystem/subres/sub-aboutstyle.css
Normal file
53
subsystem/subres/sub-aboutstyle.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
#about {
|
||||
columns: 2;
|
||||
}
|
||||
.profile {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 90%;
|
||||
margin: 20px auto;
|
||||
padding: 10px 20px;
|
||||
break-inside: avoid;
|
||||
|
||||
background-color: var(--d-green);
|
||||
}
|
||||
.profile a {
|
||||
background-color: var(--orange);
|
||||
color: var(--black);
|
||||
}
|
||||
.profile a:hover {
|
||||
background-color: var(--black);
|
||||
color: var(--orange);
|
||||
}
|
||||
.profile > hgroup {
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.profile hgroup h1 {
|
||||
margin: 5px;
|
||||
font-size: larger;
|
||||
}
|
||||
.profile hgroup h2 {
|
||||
margin: 5px;
|
||||
font-size: medium;
|
||||
}
|
||||
.profile hgroup h3 {
|
||||
margin: 5px;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.profile p {
|
||||
flex-grow: 1;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.profile img {
|
||||
width: 250px;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
#about {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue