added images for home page

This commit was merged in pull request #57.
This commit is contained in:
victorAnumudu
2024-01-30 19:16:32 +01:00
parent f8acc0a29e
commit 6dd5dbc7b2
6 changed files with 19 additions and 48 deletions
+11 -10
View File
@@ -3249,9 +3249,9 @@ p {
.modern_ui_section .ui_images{
border-radius: 100%;
background-color: #fff;
width: 500px;
height: 500px;
/* padding: 30px 0; */
width: auto;
height: auto;
padding: 30px 10px;
}
.modern_ui_section .right_img{
left: -60px;
@@ -3260,24 +3260,25 @@ p {
.modern_ui_section .left_img{
width: 60%;
}
.modern_ui_section .left_img img{
border-radius: 10px;
}
.modern_ui_section .right_img{
width: 40%;
}
.modern_ui_section .right_img img {
position: relative;
z-index: 2;
}
.modern_ui_section .right_img .right_img_one{
width: 120px;
height: auto;
}
.modern_ui_section .right_img .right_img_two{
/* margin-top: -20px; */
}
.modern_ui_section .right_img .right_img_three{
left: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
.modern_ui_section .ui_images{
width: 300px;
height: 300px;
}
.modern_ui_section .right_img{
left: -30px;
top: -20px;