mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update style.css
This commit is contained in:
parent
270e259624
commit
79c47efd58
1 changed files with 32 additions and 5 deletions
37
style.css
37
style.css
|
|
@ -113,18 +113,45 @@ body{
|
|||
background: var(--theme1);
|
||||
}
|
||||
|
||||
#about{
|
||||
#aboutContent{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: row-reverse;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
align-items: left;
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
#about img{
|
||||
#aboutText, #aboutImg{
|
||||
width: 50%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#aboutImg img{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#socialmedia{
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#socialSelection input[type=radio]{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#socialSelection label{
|
||||
font-size: 1.1rem;
|
||||
border: none;
|
||||
border-bottom: 2px solid var(--theme1);
|
||||
user-select: none;
|
||||
transition: all 250ms linear;
|
||||
padding: 5px;
|
||||
margin: 10px 0;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
#socialSelection label:hover, .smRadioInput:checked + .smRadioLabel{
|
||||
background: var(--theme1);
|
||||
transition: all 250ms linear;
|
||||
}
|
||||
|
||||
#projects{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue