Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajneesh2002 authored Sep 12, 2022
1 parent 1d52f03 commit 3cd46f6
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 7 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ <h2>Technical Executive at Vision NIT-B</h2>
<br>
And Looking forward to explore new technologies .
</p>
<!-- team success through hard work,
attention to detail and excellent organizational skills. -->

</div>
</div>
</div>
Expand Down
101 changes: 99 additions & 2 deletions style1.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body
color: white;
}

@media (min-width:350px)
@media (min-width:150px)
{
.intro {
background: url("\leaves_bushes_green_174515_3840x2400.jpg");
Expand All @@ -26,7 +26,7 @@ body
}
}
#profile {
height: 40%;
height: 33%;
width: auto;
border-radius: 50%;
margin: 10px;
Expand Down Expand Up @@ -81,4 +81,101 @@ body
#title h2
{
padding-top: 8px;
}

@media (max-width:640px)
{
#intro_text {
width: 100%;
height: auto;
font-size: 13px;
}
}
@media(max-width:640px)
{
#profile
{
height: 27%;
margin: -13px;
}
.intro h1 {
font-size: 277%;
}
#intro_text {
margin: 0;
padding: 0;
margin-top: -63px;
}
}
@media(max-width:482px)
{
#intro_text {

margin-top: -19px;
}

}
@media(max-width:400px)
{
.intro p{
margin-top: 0px;
}

}
@media(max-width:540px)
{
#text
{
padding-top: 0;
margin-top: 0;
}
}
@media (max-width:400px)
{
#intro_text {
margin: 0;
padding: 0;
}
#profile
{
height: 25%;

}
}
@media (max-width:322px)
{
#intro_text {
font-size: 12px;
margin-top: -35px;
}
#profile
{
height: 23%;

}
}
@media (max-width:290px)
{
#intro_text {
font-size: 11px;
}
body {
font-size: 10px;
}
#profile
{
height: 15%;
}

}
@media (max-width:290px)
{
#intro_text {
font-size: 10px;
}
#profile
{
height: 13%;
}

}
8 changes: 8 additions & 0 deletions style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,12 @@ header p {
body
{
width: auto;
}
@media(max-width:600px)
{
body{


font-size: 13px;
}
}
25 changes: 22 additions & 3 deletions style3.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,29 @@ body
display: inline-block;
width: 45%;
}
@media (max-width:1100px)
@media (max-width:1200px)
{
.container
{
margin-left:45px ;
width: 51%;
}
.diff
{
display: block;
display: inline-block;
width: 170%;
}
.cnt1 .cnt2
{
display: inline-block;

}
}
}
@media (max-width:450px)
{
.container
{
margin-left: 14px;
width:55% ;
}
}

0 comments on commit 3cd46f6

Please sign in to comment.