Files
VERAG_Homepage/css/Customers/CustomerIndex.css

49 lines
786 B
CSS

body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#tableSearch {
width: 1250px;
}
h1 {
color: #043381;
font-size: 32px;
}
#normaltable {
width: 1500px;
}
#conovertab {
margin-left: 0px;
width: 1700px;
}
@media (max-width: 558.98px) {
#conovertab {
margin-left: 0px;
width: 315px;
overflow-x: auto;
}
h1 {
color: #043381;
font-size: 22px;
}
#tableSearch {
width: 315px;
}
#containerseiterand {
width: 352px;
}
}