style part 2

This commit is contained in:
Łukasz Jędyk 2019-01-13 17:37:21 +01:00
parent 811770231b
commit 9b321e8026
4 changed files with 16 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -4,6 +4,7 @@
width: 60%;
margin-left: 20%;
margin-right: 20%;
background-color: white;
}
#hotels td, #hotels th {
@ -21,3 +22,16 @@
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
}

View File

@ -7,7 +7,8 @@
<title>Hotel INO Scrum</title>
</head>
<body>
<h1>Hotel INO Scrum</h1>
<center><h3>Lista pokoi dostępnych w naszym hotelu</h3></center>
<table id="hotels">
<th>Numer pokoju</th>
<th>Typ pokoju</th>