css ref
This commit is contained in:
@ -15,6 +15,6 @@ body {
|
||||
{
|
||||
border: 7px solid white;
|
||||
box-shadow: 0px 0px 3px black;
|
||||
height : 250px;
|
||||
width : 250px;
|
||||
max-height : 250px;
|
||||
max-width : 250px;
|
||||
}
|
@ -1,8 +1,17 @@
|
||||
body
|
||||
{
|
||||
background-image:url("../pictures/setting_picture/fond.jpg");
|
||||
background-image:url("../pictures/setting_picture/fond.jpg");
|
||||
background-attachment:fixed;
|
||||
background-repeat:no-repeat;
|
||||
background-position:100% 100%;
|
||||
background-size:cover;
|
||||
}
|
||||
|
||||
.col-md-3
|
||||
{
|
||||
padding: 1%;
|
||||
background: white;
|
||||
border-radius: 5px;
|
||||
border: 1px solid grey;
|
||||
box-shadow: 1px 1px 2px dimgrey;
|
||||
}
|
Reference in New Issue
Block a user