generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
658 B
44 lines
658 B
body{
|
|
background-image: url("bloodborne.jpg");
|
|
background-repeat:no-repeat;
|
|
background-position:left top;
|
|
background-color: #464646;
|
|
}
|
|
|
|
h1{
|
|
color: #FFFF;
|
|
}
|
|
|
|
|
|
.lien1{
|
|
color-interpolation-filters: auto;
|
|
color: antiquewhite;
|
|
}
|
|
|
|
.image1{
|
|
/*background-image: url("bloodborne.jpg");*/
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
#mouthwashing{
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.image2{
|
|
width: 30%;
|
|
}
|
|
|
|
.description1{
|
|
color: #FFFF;
|
|
|
|
}
|
|
|