Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In section should be set - margin-left: 25%;:</p> <pre><code>#cssmenu ul { list-style: none; margin-left: 25%; } </code></pre> <p>Independently play around with this value.</p> <p>In your html code was a mistake: no tag and the web site body is placed in tag Your HTML code corrected:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;link href="menu_assets/styles.css" rel="stylesheet" type="text/css"&gt; &lt;link href="styles.css" rel="stylesheet" type="text/css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id='cssmenu'&gt; &lt;ul&gt; &lt;li class='active'&gt;&lt;a href='sample/home'&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class='has-sub'&gt;&lt;a href='#'&gt;&lt;span&gt;Upload Data&lt;/span&gt;&lt;/a&gt; &lt;ul&gt; &lt;li class='has-sub'&gt;&lt;a href='sample/index'&gt;&lt;span&gt;Test Data&lt;/span&gt;&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href='upload_form_att/index'&gt;&lt;span&gt;With Attachments&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class='last'&gt;&lt;a href='sample/index'&gt;&lt;span&gt;Without Attachments&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class='has-sub'&gt;&lt;a href='#'&gt;&lt;span&gt;Protocol&lt;/span&gt;&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href='#'&gt;&lt;span&gt;With Attachments&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class='last'&gt;&lt;a href='#'&gt;&lt;span&gt;Without Attachments&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a href='#'&gt;&lt;span&gt;Stability Data table&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='#'&gt;&lt;span&gt;About&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class='last'&gt;&lt;a href='#'&gt;&lt;span&gt;Logout&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    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