PersonalWebsite/css/experience.css
lukas-heiligenbrunner 8a237c61dc a up to top button
2020-03-18 16:02:43 +01:00

45 lines
677 B
CSS

#section3{
background-color: #53bf65;
}
.content > div {display: none; padding: 20px 25px 5px;}
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4 {
display: block;
}
.tab{
display: block;
float: left;
clear: left;
/*float: left;*/
margin-top: 10px;
width: 10%;
background-color: white;
left:0;
overflow: hidden;
/*border: 10px;*/
}
.content{
position: relative;
float: left;
width: 80%;
top: -140px;
}
#tab4{
float: left;
}
.ratiobtn{
display: none;
}
#experiencecontentcontainer{
margin-top: 25px;
}