Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
271 changes: 133 additions & 138 deletions src/Css/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
*{
padding: 0;
margin: 0;
* {
padding: 0;
margin: 0;
}

body{
background-color: #f2f2f2;
font-family: 'Roboto', sans-serif;
body {
background-color: #f2f2f2;
font-family: "Roboto", sans-serif;
}
/* @media screen and (min-width: 200px) and (max-width: 2000px) {
.content {
Expand All @@ -14,158 +14,153 @@ body{
height: inherit;
}
} */
.img-sec{

.img-sec {
}


.navbar{
background-color: rgb(254, 206, 75);
margin: 0;
padding: 30px 10px 0px 10px;
display: flex;
flex-direction: column;

.navbar {
background-color: rgb(254, 206, 75);
margin: 0;
padding: 30px 10px 0px 10px;
display: flex;
flex-direction: column;
}

.top__container{
display: flex;
justify-content: space-between;
align-items: center;
/* border: 1px solid black; */
.top__container {
display: flex;
justify-content: space-between;
align-items: center;
/* border: 1px solid black; */
}

.left__top{
display: flex;
align-items: center;
.left__top {
display: flex;
align-items: center;
}

.left__top img{
width: 50;
height: 50;
border-radius: 50%;

.left__top img {
width: 50;
height: 50;
border-radius: 50%;
}


.top__container h4{
margin-left: 10px;
font-size: 25px;
.top__container h4 {
margin-left: 10px;
font-size: 25px;
}

.right__top{
display: flex;
gap: 0.5rem;
.right__top {
display: flex;
gap: 0.5rem;
}

.right__top span{
height: 30px;
aspect-ratio: 1;
border: 1px solid black ;
border-radius: 50%;
margin-top:10px ;
.right__top span {
height: 30px;
aspect-ratio: 1;
border: 1px solid black;
border-radius: 50%;
margin-top: 10px;
}

.right__top span:hover{
background-color: rgb(0 0 0 / 0.1);
.right__top span:hover {
background-color: rgb(0 0 0 / 0.1);
}

.middle__container {
display: flex;
justify-content: space-between;
align-items: center;
/* border: 1px solid black; */
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
/* border: 1px solid black; */
margin-top: 10px;
}

.middle__left {
display: flex;
gap: 0.5rem;
}

.middle__left span{
height: 30px;
aspect-ratio: 1;
border: 1px solid black ;
border-radius: 50%;
margin-top:10px ;
}

.middle__left span:hover{
background-color: rgb(0 0 0 / 0.1);
}

.middle__right{
display: flex;
align-items: center;
gap: 0.6rem;
}

.middle__right .btn{
display: flex;
flex-direction: row;
align-items: center;
border-radius: 9999px;
border-width: 1.5px;
padding: 0.5rem 1rem;
text-align: center;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
border-color: rgb(0 0 0 );
background-color: rgb(255 255 255);
color: rgb(30 41 59);
}
.middle__right .btn:hover{

background-color: rgb(241 245 249);
}

.middle__right span{
height: 30px;
aspect-ratio: 1;
border: 1px solid black ;
border-radius: 50%;
}

.middle__right span:hover{
background-color: rgb(0 0 0 / 0.1);
}

.down__container{
display: flex;
justify-content: center;
width: 100%;
/* border: 1px solid black; */
margin-top: 10px;
}

.down__container li{
list-style: none;
margin-left: 10px;
font-size: 1rem;
line-height: 1.5rem;
padding: 10px;
margin-bottom: 0.5rem;
display: block;
border-radius: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
font-weight: 600;
}

.down__container li:hover{
/* border-bottom: 3px solid rgb(81, 81, 13); */
/* background-color: rgb(230, 193, 84) ;
display: flex;
gap: 0.5rem;
}

.middle__left span {
height: 30px;
aspect-ratio: 1;
border: 1px solid black;
border-radius: 50%;
margin-top: 10px;
}

.middle__left span:hover {
background-color: rgb(0 0 0 / 0.1);
}

.middle__right {
display: flex;
align-items: center;
gap: 0.6rem;
}

.middle__right .btn {
display: flex;
flex-direction: row;
align-items: center;
border-radius: 9999px;
border-width: 1.5px;
padding: 0.5rem 1rem;
text-align: center;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
border-color: rgb(0 0 0);
background-color: rgb(255 255 255);
color: rgb(30 41 59);
}
.middle__right .btn:hover {
background-color: rgb(241 245 249);
}

.middle__right span {
height: 30px;
aspect-ratio: 1;
border: 1px solid black;
border-radius: 50%;
}

.middle__right span:hover {
background-color: rgb(0 0 0 / 0.1);
}

.down__container {
display: flex;
justify-content: center;
width: 100%;
/* border: 1px solid black; */
margin-top: 10px;
}

.down__container li {
list-style: none;
margin-left: 10px;
font-size: 1rem;
line-height: 1.5rem;
padding: 10px;
margin-bottom: 0.5rem;
display: block;
border-radius: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
font-weight: 600;
}

.down__container li:hover {
/* border-bottom: 3px solid rgb(81, 81, 13); */
/* background-color: rgb(230, 193, 84) ;
border-radius: 10px; */
background-color: rgb(0 0 0 / 0.1);
}
background-color: rgb(0 0 0 / 0.1);
}