Skip to content

Commit

Permalink
renewables started
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Garbeil authored and Harold Garbeil committed Dec 6, 2024
1 parent 4d53f94 commit d574206
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
26 changes: 20 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
box-sizing: border-box ;
/* width: 100dvw ;
height : 100dvh ; */
}
Expand All @@ -25,6 +26,8 @@ header {
font-size: 1.6rem;
background: linear-gradient(175deg, #3f87a6, #ebf8e1, #f69d3c);
box-shadow: 6px 0px 5px gray;

width: 100% ;
}


Expand Down Expand Up @@ -138,7 +141,7 @@ section.maincontent_top,section.maincontent_bottom {
justify-content: space-evenly;
gap: 10px ;
padding: 20px 30px ;
width: 95% ;
width: auto ;
background: #ebf8e1 ;


Expand All @@ -159,7 +162,7 @@ section.maincontent_top .main-full {
border: 1px solid var(--clr-sky-900) ;
box-shadow: 3px 0px 3px var(--clr-sky-900) ;
padding: 20px 30px ;
margin: auto ;
/* margin: auto ; */

}

Expand Down Expand Up @@ -187,6 +190,7 @@ section.maincontent_bottom .main-full {
background: var(--clr-neutral) ;
gap: 50px ;
padding: 10px 30px ;
width: auto ;


}
Expand Down Expand Up @@ -329,7 +333,7 @@ tbody th, tbody td {


.main-full {
width: 95dvw ;
width: auto ;
border: 1px solid var(--clr-sky-900) ;
border-radius : 10px ;
padding: 5px 15px ;
Expand All @@ -341,14 +345,21 @@ tbody th, tbody td {
display:flex ;
justify-content: space-around ;
overflow: hidden ;
width: 90dvw ;
/* width: 90dvw ; */


}
.split-div .split_div_half {
flex: 1 1 0px ;
.split-div .split-div-half {
flex: 1 1 42% ;
text-align: center;
padding: 5px 15px ;

}

.split_div_half h2 {
text-align: center;
}

.split-div .split-div-left {
flex: 1 0 30% ;
display: flex ;
Expand Down Expand Up @@ -417,6 +428,9 @@ tbody th, tbody td {
.divimage img {
display: none ;
}
div.title-block {
padding: 0px 15px ;
}


.topnav ul {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=close" /><link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/theme.default.css">
<!-- <link rel="stylesheet" href="css/theme.default.css">
<script type="text/javascript" src="js/jquery-3.7.1.js"></script>
<script type="text/javascript" src="js/jquery.tablesorter.js"></script>
<script type="text/javascript" src="js/jquery.tablesorter.widgets.js"></script>
<script type="text/javascript" src="js/jquery.tablesorter.js"></script> -->
<!-- <script type="text/javascript" src="js/jquery.tablesorter.widgets.js"></script> -->

</head>
<body>
Expand Down

0 comments on commit d574206

Please sign in to comment.