style part 2
This commit is contained in:
parent
811770231b
commit
9b321e8026
Binary file not shown.
BIN
hotel/rooms/static/images/background.jpg
Normal file
BIN
hotel/rooms/static/images/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
@ -4,6 +4,7 @@
|
|||||||
width: 60%;
|
width: 60%;
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hotels td, #hotels th {
|
#hotels td, #hotels th {
|
||||||
@ -21,3 +22,16 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: url(images/background.jpg) no-repeat center center fixed;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5 {
|
||||||
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||||
|
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||||
|
color: white
|
||||||
|
}
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
<title>Hotel INO Scrum</title>
|
<title>Hotel INO Scrum</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Hotel INO Scrum</h1>
|
||||||
|
<center><h3>Lista pokoi dostępnych w naszym hotelu</h3></center>
|
||||||
<table id="hotels">
|
<table id="hotels">
|
||||||
<th>Numer pokoju</th>
|
<th>Numer pokoju</th>
|
||||||
<th>Typ pokoju</th>
|
<th>Typ pokoju</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user