Änderungen design css dateien body
This commit is contained in:
@@ -130,14 +130,16 @@
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
body{
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position:center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
background-color:#fff;
|
||||
}
|
||||
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;*/
|
||||
}
|
||||
#myTable tr:hover{
|
||||
color:white;
|
||||
background-color:#043381;
|
||||
@@ -201,16 +203,7 @@
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
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;*/
|
||||
}
|
||||
|
||||
|
||||
.sidebar-header{
|
||||
background-color: #fff;
|
||||
|
||||
@@ -80,6 +80,11 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
color: #043381;
|
||||
background-color:#fff;
|
||||
border-color: #043381;
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #043381;
|
||||
|
||||
Reference in New Issue
Block a user