
Mini Wind Turbine Activity
*{ margin: 5px 5px; } .sameline{ display: flex; justify-content: space-around; } /* Style the tab */ .tab { display: flex; border: none; background-color: #ffffff; } .tablinks { min-width: 0; flex: 0 1 auto; border: none; outline: none; cursor: pointer; padding: 0px 0px; transition: 0.3s; } .tablinks img{ width: 100%; height: 100%; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; /* float: left; */ /* border: none; */ /* outline: none; */ cursor: pointer; padding: 0px 0px; transition: 0.3s; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #882f77; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: none; border-top: none; } --