Skip to content

Commit

Permalink
Updated doctor.css (#392)
Browse files Browse the repository at this point in the history
* For issue #385

Added the required styling

* Update doctor.css

* Update doctor.css

* Update doctor.css

---------

Co-authored-by: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com>
  • Loading branch information
ayush-848 and varshith257 authored Jun 8, 2024
1 parent bf7e172 commit 085c175
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Css-Files/doctor.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ body{
justify-content: center;
background-color: #000;
}
.logo {
cursor: pointer;
}
.slide-content{
margin: 0 40px;
overflow: hidden;
Expand Down
18 changes: 16 additions & 2 deletions Html-Files/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,22 @@
</head>

<body>


<div id="topbar1" class="d-flex align-items-center fixed-top">
<div class="logo">
<h1><a href="/index.html">RapiDoc</a></h1>
</div>
<div class="container d-flex justify-content-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope"></i> <a href="mailto:contact@example.com">rapidoc@mail.com</a>
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</div>

<button class="button home-button" onclick="window.location.href='/index.html'">Rapidoc</button>

Expand Down

0 comments on commit 085c175

Please sign in to comment.