Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanusc authored Dec 9, 2023
1 parent 9b9b96c commit 1f48734
Show file tree
Hide file tree
Showing 16 changed files with 860 additions and 0 deletions.
Binary file added 257a5d8a-5cbd-4862-9acd-a0aa98bed080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3f88af9b-0ce7-491e-b177-65778b5a37bc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions box2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.one{
background-color: black;
color: white;
border-radius: 12px;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
grid-row: span 1;
grid-column: span 1;
}
.two{
background-color: gray;
color: white;
border-radius: 12px;
text-align: center;
padding-top: 12px;
grid-row:span 2 ;
grid-column: span 2;
}
.three{
background-color: rgb(173, 171, 171);
color: white;
border-radius:12px;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
grid-row: span 3;
grid-column: span 3;

}
.container{
display: grid;
grid-template-columns:100px 100px 100px 100px 100px 100px ;
grid-template-rows:100px 100px 100px 100px 100px 100px ;
}
Binary file added cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions div.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.divone{
background-color: red;
width: 100px;
height: 100px;
}
.circle{
background-color: green;
width: 100px;
height: 100px;
border-radius: 50px;
}
.our{
border-color: black;
border-width:1px;
border-style: solid;
width: 300px;
padding-left: 15px;
padding-bottom: 20px;

}
.box{
cursor: pointer;
border-style: solid;
border-width: 1px;
border-color:black ;
width: 300px;
background-color: rgb(49, 49, 49);
}
.box:hover{
background-color: black;

}
.white{
color: white;
font-family: arial;
padding-left:8px ;


}
.white:hover{
color: brown;
}
.gray{
color: gray;
font-family: arial;
padding-left: 8px;
}
30 changes: 30 additions & 0 deletions e1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.back
{
color: rgb(0, 113, 233);

}
.dollar{
color: rgb(0, 118, 0);
font-size:large;
font-weight:bold;
}
.deliver{
color: rgb(255, 216, 20);
}
.add{
background: rgb(255, 216, 20);
color:black;
border: none;
height: 25px;
width: 103px;
border-radius:14px;

}
.buy{
background-color: orange;
color: black;
border:none;
height:25px;
width: 103px;
border-radius:14px;
}
138 changes: 138 additions & 0 deletions e2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
.back{
padding-top:5px;
padding-bottom:5px;
margin-right:7px;
cursor:pointer;
font-size: 16px;

}
.one{
margin-left:4px;
margin-right: 4px;
font-size: 18;
}

.next{
padding-top:5px;
padding-bottom:5px;
margin-left:8px;
cursor:pointer;
font-size:16px;


}

.str{
background-color:rgb(88, 219, 88);
border:none;
color:white;
border-radius:2px;
padding-top:8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
cursor:pointer;
font-size: 18px;
transition:padding-top 0.15s, padding-bottom 0.15s,
padding-left 0.15s, padding-right-0.15s;


}
.str:hover{
padding-top:18px;
padding-bottom: 18px;
padding-left: 35px;
padding-right: 35px;
}
.sha{
background-color: rgb(88, 219, 88);
border: none;
color:white;
border-radius: 2px;
font-size: 19px;
padding-top:8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;



}
.sha:hover{

box-shadow:8px 8px 13px rgba(0, 0, 0, 0.3);

}
.sha:active{
margin-top: 3px;
margin-left: 3px;
box-shadow: none;
}
.g1{
background-color:rgb(88, 219, 88);
color: white;
border-radius: 2px;
border: none;
font-size: 19px;
padding-top:8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
margin-left: 10px;
margin-right:10px ;
cursor: pointer;

}
.g1:hover{
padding-left: 18px;
padding-right: 18px;
margin-left: 0px;
margin-right:0px ;

}
.g2{
background-color:rgb(88, 219, 88);
color: white;
border-radius: 2px;
border: none;
font-size: 19px;
padding-top:8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
margin-left: 10px;
margin-right:10px ;
cursor: pointer;

}
.g2:hover{
padding-left: 18px;
padding-right: 18px;
margin-left: 0px;
margin-right:0px ;

}
.g3{
background-color:rgb(88, 219, 88);
color: white;
border-radius: 2px;
border: none;
font-size: 19px;
padding-top:8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
margin-left: 10px;
margin-right:10px ;
cursor: pointer;

}
.g3:hover{
padding-left: 18px;
padding-right: 18px;
margin-left: 0px;
margin-right:0px ;

}

91 changes: 91 additions & 0 deletions e4.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
.tahoma{
color: black;
font-family: tahoma;
font-weight: bold;
text-align: center;
}
.html{
color: black;
font-family: verdana;
font-weight: bold;
font-size: 15px;
margin-bottom: 4px;

}
.begin{
font-family: verdana;
margin-top: 0px;
color: gray;
font-size: 14px;
}
.this{
font-family: verdana;
color: black;
margin-right:200px ;
margin-bottom: 12px;
}
.get-button{
background-color: rgb(18, 163, 18);
color: white;
border: none;
border-radius: 10px;
padding-left:15px ;
padding-right: 15px;
padding-top: 8px;
padding-bottom:8px;
cursor: pointer;
opacity: 0.7;

}
.get-button:hover{
background-color: white;
color: rgb(18, 163, 18);
opacity: 0.8;
box-shadow: 3px 4px 5px;

}
.big{
color: black;
font-family: arial;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;

}
.sales{
margin-top: 0px;
color: red;
font-family: arial;
font-size: 14px;
cursor: pointer;
opacity: 0.8;

}
.shop{
color: black;
margin-top: 0px;
font-family: arial;
font-size: 22px;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
}
.see{

color: black;
text-align: center;
font-family: arial;
font-size: 14px;

}
.learn{
text-align: center;
color: blue;
cursor: pointer;


}
.learn:hover{
opacity: 0.7;
}
Loading

0 comments on commit 1f48734

Please sign in to comment.