Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

navbar logo

Featured Replies

Hi, guys not been on here for a while, been concentrating on my IT degree for the last year, anyway I'm working on something that is like a portfolio page that I'm hoping as my work grows I can showcase it through my own site. currently, I'm stuck on getting my logo i created using adobe illustraitor lto go into the left hand corner of my navbar ill list my code below please excuse any noobie typos as i am still new at this whole coding thing.

 

<!DOCTYPE html>
<html lang="en">

<head>
<title>RPM Designs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="diy.ai" alt="diy" /></a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<!-- <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Richard <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">About me</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact me</a></li>
</ul>-->
</li>
<li><a href="#">About me</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact me</a></li>
</ul>
</div>
</nav>

<div class="container text-center">
<h3>Navbar With Dropdown</h3>
<p>This example adds a dropdown menu for the "Page 1" button in the navigation bar.</p>
</div>
</body>

</html>

 

All help and criticism is welcome as its only constructive in my eyes and ignore the stuff I commented out as that's something I'm toying with

 

regards

Richard

Edited by welsh-rich

Can you post a link to the page as this makes it much easier to inspect the code.

 

I suspect the problem is your CSS not the HTML

  • Author

Can you post a link to the page as this makes it much easier to inspect the code.

 

I suspect the problem is your CSS not the HTML

the site isnt live or anything so not sure how i post the site unless i can add what i have in a file

the site isnt live or anything so not sure how i post the site unless i can add what i have in a file

You can use codepen.io to put and execute your code for others to see.

  • Author

Ok will put it up on there when I get back in

 

Sent from my SM-G935F using Tapatalk

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.