Commit cf7b26bf by Siyam Kumar

desktop5

parent c3a16e12
...@@ -100,6 +100,7 @@ ...@@ -100,6 +100,7 @@
<img src="image-6.png" alt="image6" class="mainimage"> <img src="image-6.png" alt="image6" class="mainimage">
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
......
...@@ -84,8 +84,9 @@ hr { ...@@ -84,8 +84,9 @@ hr {
.container>div { .container>div {
float: left; float: left;
width: 50%; width: 50%;
min-height: 100vh; height: 100vh;
padding-top: 70px; padding-top: 70px;
overflow: hidden;
} }
header { header {
...@@ -99,6 +100,7 @@ hr { ...@@ -99,6 +100,7 @@ hr {
.container>div { .container>div {
width: 33.3%; width: 33.3%;
height: 50vh; height: 50vh;
overflow: hidden;
} }
} }
...@@ -106,33 +108,45 @@ hr { ...@@ -106,33 +108,45 @@ hr {
.container>div { .container>div {
width: 33.3%; width: 33.3%;
min-height: 50vh; min-height: 50vh;
padding: 5% 3%; padding: 2%;
overflow: hidden;
} }
.part1{ header {
padding: 20px;
}
header>img {
height: 25px;
}
.part1 {
width: 50%; width: 50%;
float: left; float: left;
margin-top: 25px; margin-top: 25px;
} }
.part2{ .part2 {
width: 50%; width: 50%;
float: right; float: right;
} }
.subimage{ .subimage {
height: 50px; height: 50px;
} }
.mainimage { .mainimage {
margin-right:0; margin-right: 0;
height: 250px; object-fit: contain;
max-height: 300px;
} }
.container h4 { .container h4 {
text-transform: initial; text-transform: initial;
font-size: 18px; font-size: 18px;
font-weight: normal; font-weight: normal;
margin: 2px;
} }
.container p { .container p {
...@@ -140,24 +154,30 @@ hr { ...@@ -140,24 +154,30 @@ hr {
text-transform: uppercase; text-transform: uppercase;
opacity: initial; opacity: initial;
font-weight: normal; font-weight: normal;
margin: 2px;
} }
.desc{ .desc {
margin: 0px; margin: 0px;
} }
@media screen and (min-width: 1570px) { @media screen and (min-width: 1570px) {
.container h4 { .container h4 {
font-size: 25px; font-size: 25px;
}
.container p {
font-size: 20px;
} }
.mainimage{ .container p {
height: 350px; font-size: 20px;
} }
.mainimage {
min-height: 370px;
} }
} }
@media screen and (min-width: 2560px) {
.mainimage{
min-height: 500px;
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment