Pursuing B.tech focused in Electronics and Communication Engineering from Netaji Subhas Institute of technology(NSIT) and Strong in design and integration with intutive problem-sloving skills.Passionate about implementing and launching new projects.Looking to start the career as an web developer.
I’m currently learning...Netaji Subhas Institute of Technology=> Bachelor's degree, Electrical and Electronics Engineering(2019 - 2023)
Latest solutions
Latest comments
- @ryu-ed@akash-1712
it help to improve your design
.principal { display: flex;
/* max-width: 768px; */ remove /* max-height: 420px; */ remove width: 73%; margin: auto;
}
- { box-sizing: inherit; }
.columna.activa { /* width: 60%; */ remove }
- @vijayarajan2244@akash-1712
In (div.pic) give background-color:purple and In image set property=>{opacity:0.3,width:100%,height:100%}.
Marked as helpful - @EderCB@akash-1712
In header change height:100vh to min-height:100vh
- @DrZubby@akash-1712
make a (div.image) give background-color:purple and then put image inside it with property=>{opacity:0.3}.
For mobile Layout give order:1 to div.image and set flex-direction:column for main.
- @dstriz09@akash-1712
Make a (div.image) give background-color:purple and then put image inside it with property=>{opacity:0.3} and set min-height:xrem.
Marked as helpful - @anwer25@akash-1712
To turn the image purple make a (div.image) give background-color:purple and then put image inside it with property=>{opacity:0.3}.
In div.model-wrraper set {flex-direction:column} and In picture.model-image set {order:1} for mobile-layout
Marked as helpful