PersonalWebsite/css/experience.css

45 lines
677 B
CSS
Raw Normal View History

#section3{
background-color: #53bf65;
2020-03-18 14:18:32 +00:00
}
.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;
}
2020-03-18 15:02:43 +00:00
#experiencecontentcontainer{
margin-top: 25px;
}