Skip to content

Commit

Permalink
updated stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiram-J committed Sep 7, 2023
1 parent 2bbbe6a commit c2ac386
Showing 1 changed file with 70 additions and 206 deletions.
276 changes: 70 additions & 206 deletions indexstyles.css
Original file line number Diff line number Diff line change
@@ -1,229 +1,93 @@
body {
font-family: "Lato", sans-serif;
margin: 0px;
}

.container {
display: grid;
grid-template-columns: 1fr;
}

.nav-wrapper {
display: flex;
justify-content: space-between;
padding: 38px;
}

.left-side {
display: flex;
}

.heading{
font-size: 20px;
}

.nav-wrapper > .left-side > div {
margin-right: 20px;
text-transform: uppercase;
font-size: 0.9rem;
body{
font-family:Lato,sans-serif;
margin:0;
font-weight :bold;
}

.nav-link-wrapper {
height: 22px;
border-bottom: 1px solid transparent;
transition: border-bottom 0.5s;
.container{
display:grid;
}

.active-nav-link {
border-bottom: 1px solid black;
.nav-wrapper{
display:flex;
justify-content:space-between;
padding:38px
}

.active-nav-link a {
color: black !important;
.left-side{
display:flex;
padding-top:10px;
}

.nav-link-wrapper a {
color: #8a8a8a;
text-decoration: none;
transition: color 0.5s;
.right-side{
padding-top:10px
}

.nav-link-wrapper:hover {
border-bottom: 1px solid black;
.heading{
font-size:28px;
right:auto;
left:auto
}

.nav-link-wrapper a:hover {
color: black;
.nav-wrapper>.left-side>div{
margin-right:20px;
text-transform:uppercase;
}

.portfolio-items-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
.nav-link-wrapper{
}

.portfolio-item-wrapper {
position: relative;
.active-nav-link{
border-bottom:2px solid #000
}

.portfolio-img-background {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 350px;
width: 100%;
.active-nav-link a{
color:#000!important
}

.img-text-wrapper {
position: absolute;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
text-align: center;
padding-left: 100px;
padding-right: 100px;
.nav-link-wrapper a{
color:#8a8a8a;
text-decoration:none;
}

.img-text-wrapper a {
transition: 1s;
color: transparent;
text-decoration: none ;
.nav-link-wrapper:hover{
border-bottom:2px solid #000
}

.image-blur {
transition: 1s;
filter: brightness(10%);
.nav-link-wrapper a:hover{
color:#000
}
.portfolio-items-wrapper{
display:grid;
grid-template-columns: repeat(3,1fr);

.img-text-wrapper:hover a {
color: white;
text-decoration: none ;
font-weight: 600;
}

.logo-wrapper img {
width: 50%;
margin-bottom: 20px;
.portfolio-item-wrapper{
position:relative
}

.two-column-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
.portfolio-img-background{
background-size:cover;
background-position:center;
background-repeat:no-repeat;
height:350px;
width:100%
}

.profile-image-wrapper img {
width: 100%;
height: 500px;
.img-text-wrapper{
position:absolute;
top:0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
height:100%;
text-align:center;
padding-left:100px;
padding-right:100px
}

.profile-content-wrapper {
padding: 30px;
.img-text-wrapper a{
transition:1s;
color:transparent;
text-decoration:none
}

.profile-content-wrapper h1 {
color: orange;
.image-blur{
transition:1s;
filter:brightness(10%)
}

.mild{
font-family: 'Redressed', cursive;
background-color: #c6ebc9;
text-align: center;
padding: 100px;
.img-text-wrapper:hover a{
color:#fff;
text-decoration:none;
font-weight:600
}
ul { display: inline-block; text-align: left;
}
ul li{
font-family: 'Philosopher', sans-serif;
.logo-wrapper img{
width:50%;
margin-bottom:20px
}

body{
margin: 0px
}
p{
font-family: 'Redressed', cursive;
font-size: 60px
}
.lesscommon{
background-color: #e5e5e5;
text-align: center;
color: black;
font-family: 'Redressed', cursive;
padding: 100px;
margin: 0px 0 0px 0;
}
.cough{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
left: 300px;
background-color: white;
}
.Throat{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
left: 300px;
top: 750px;
background-color: white;
}
.fever{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
right: 300px;
background-color: white;
}
.serious{
font-family: 'Redressed', cursive;
background-color: #b2ebf2;
text-align: center;
padding: 100px;
margin:0px 0 0px 0;
}
.rash{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
right: 300px;
top: 750px;
background-color: white;
}
.what{
padding: 180px 100px 100px 100px;
font-family: 'Redressed', cursive;
background-color: #4f8a8b;
text-align: center;
}
.gi{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
right: 450px;
top: 1500px;
background-color: white;
}
.gii{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
right: 650px;
top: 1500px;
background-color: white;
}
.giii{
width: 180px;
height: 172.100px;
display: inline-block;
position: absolute;
right: 850px;
top: 1500px;
background-color: white;
}

0 comments on commit c2ac386

Please sign in to comment.