| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/css/ |
| Current File : /home/u901718425/public_html/css/style.css |
body{
margin: 0;
padding: 0;
}
.section:nth-child(odd) {
background: #ebebeb;
}
.back-img {
width: auto;
height: 60vh;
background: url(../images/employe.webp) center no-repeat;
background-size: cover;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
padding: 0 40px;
gap: 20px;
}
.login {
border: 1px solid #3f51b5;
color: #3f51b5;
padding: 8px 40px;
border-radius: 5px;
font-size: 14.5px;
}
.signup {
border: 1px solid #3f51b5;
background: #3f51b5;
color: #fff;
padding: 8px 40px;
border-radius: 5px;
font-size: 14.5px;
}
.buttons {
display: flex;
gap: 15px;
}
.logo a img {
width: auto;
height: 35px;
}
header {
height: 60px;
width: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 40px;
background: #fff;
}
header .profile {
display: flex;
align-items: center;
}
header img.avtar {
height: 40px;
border-radius: 50px;
margin-right: 10px;
aspect-ratio: 4 / 4;
width: 40px;
}
.titletext {
font-size: 40px;
width: 400px;
font-weight: 600;
}
.titletext span {
color: blue;
}
.titletext p {
font-size: 14px;
}
.titletext p {
font-size: 14px;
font-weight: 400;
}
.search {
width: 400px;
height: 40px;
display: flex;
overflow: hidden;
}
.search input[type="search"] {
width: 75%;
outline: 0;
}
.search button {
width: 25%;
border: none;
border-width: 0;
background: #3f51b5;
color: #fff;
}
.section {
padding: 40px;
}
.section .title {
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
border-bottom: 1px solid #3f51b5;
width: fit-content;
margin: 0 auto;
}
.cat-sect {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 25px 0;
justify-content: center;
align-items: center;
}
.cat {
height: 200px;
background: whitesmoke;
flex: 1 0 12rem;
max-width: 14rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-wrap: wrap;
flex-direction: column;
}
.cat i {
font-size: 45px;
margin-bottom: 15px;
}
.cat:hover {
box-shadow: 0px 4px 10px -5px #616161;
}
.list {
height: auto;
background: #fff;
flex: 1 0 12rem;
max-width: 12rem;
position: relative;
padding: 20px;
gap: 10px;
display: grid;
flex-wrap: wrap;
}
.list img {
width: 40px;
background: #fff;
padding: 3px;
border-radius: 50px;
box-shadow: 2px 2px 10px -6px #3a3a3a;
}
.top {
height: 45px;
display: flex;
justify-content: space-between;
}
.name {
height: 25px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
border-radius: 50px;
background: #ffffff;
color: #000;
font-size: 13px;
box-shadow: 0px 2px 10px -5px #6a6a6a;
}
.title-post {
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
font-weight: 600;
}
.loc {
height: 30px;
display: flex;
align-items: center;
gap: 10px;
}
.loc svg {
width: 12px;
}
footer {
background: #3f51b5;
height: 4rem;
color: #fff;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.key, .locs {
display: flex;
flex-wrap: wrap;
width: 200px;
gap: 10px;
}
.locs div,.key div {
padding: 5px 10px;
background: #fff;
border-radius: 50px;
display: flex;
gap: 8px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 580px) {
.search {
width: 300px;
}
}