Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can i put a border around the page
    primarykey
    data
    text
    <p>I need your help. Trying to work out how i can put a border around my page. Here is my html and css</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Royal Aura club&lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="restyle.css" / &gt; &lt;/head&gt; &lt;body&gt; &lt;main id="main"&gt; &lt;div id="header"&gt; &lt;h1&gt; Royal Aura club&lt;/h1&gt; &lt;div id="nav"&gt; &lt;div class="navitem"&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/div&gt; &lt;div class="navitem"&gt;&lt;a href="#"&gt;Restaurant &lt;/a&gt;&lt;/div&gt; &lt;div class="navitem"&gt;&lt;a href="#"&gt;Gallery&lt;/a&gt;&lt;/div&gt; &lt;div class="navitem"&gt;&lt;a href="#"&gt;Guest list&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="navitem"&gt;&lt;a href="#"&gt;Job Vancancies&lt;/a&gt;&lt;/div&gt; &lt;div id="content"&gt; &lt;div id="textblock"&gt; &lt;h2&gt;Why Royal Aura?&lt;/h2&gt; &lt;p&gt; Royal Aura club and restaurant is located in Mayfair just a walk away from the Ritz. We will guarantee you will have a ball of a time with our brilliant DJ playing the tunes while your sipping cocktails away and dancing the night away. &lt;p&gt; Aura is a glamorous and sophisticated club that has a beautiful decor to get the mood. If you fancy doing VIP in style drop us a e-mail, we will be glad to help. Not to mention our fabulous food dishes we serve are to die for. Please make sure you e-mail us 24 hours before the day you want to come and party or dine. &lt;/p&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; Css- body { front-family: verdana, arial, sans-serif; margin:0; padding: 0; background-color: #FFFDED; border:0px; } #main { background-color: #FFFFFF; width: 280px; margin: 50px auto; border: 0px solid; } #header { border-bottom:none } #content { padding: 6em 1em; border: none; margin: 20px; } #footer { } h1 { font: bold 1.5em Tahoma, arial, sans-serif; color: #826BA9; font-style: italic; background-image: url(relogo.jpg); background-repeat: no-repeat; padding: 1em 1em 1em 120px;); background-repeat: no-repeat; padding: 1em 1em 1em 100px; } .navitem { float: left; border-right: 3px solid #999999; border-top:1px solid #999999; text-align: left; } #textblock { background-color: #D4CAE2; width: 300px; border: 4px solid #000000; padding: 10px 7px; float: left; font-size: 110%; text-align: left; height: 400px } a:link { text-decoration: none; color: #000000; padding-left: 0.em; padding-right: 0.5em; float: right; } a:visited { text-decoration: none; color: #826BA9; padding-left: 0.5em; padding-right: 0.5em; } a:hover { text-decoration: none; color: #826BA9; background-color: #F4E8F0; display: block; } </code></pre> <p>Thank you x</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload