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);
|
background: var(--theme1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#about{
|
#aboutContent{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row-reverse;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: left;
|
align-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about img{
|
#aboutText, #aboutImg{
|
||||||
width: 50%;
|
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{
|
#projects{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue