skip to Main Content

Reactjs – Url is changing but page is only appearing after reloading

import React from 'react'; import { BrowserRouter as Router, Route, Switch } from 'react-router-dom'; import Onboarding from './components/Onboarding/Onboarding'; import Login from './components/Login/Login'; function App() { return ( <Router> <div className="flex justify-center w-[386px] h-[800px] mb-6 mt-5 ml-[35%] box-sizing:border-box rounded-sm overflow-auto -z-50">…

VIEW QUESTION

Need to give a color to a menu link in html css

Please find the code for navbar below. How can I give the color to the html link like Home, Services and About? <!--navbar--> <nav class="navbar navbar-expand-lg navbar-light bg-light"> <div class="container-fluid"> <div class="navimg"> <img src="./img/Heliosupdated.png" alt="Description"> </div> <button class="navbar-toggler" type="button" data-bs-toggle="collapse"…

VIEW QUESTION
Back To Top
Search