🔒 Closed Navbar links html css

Status
Not open for further replies.

SUNRAI

Eternal Poster
Ayaw pong mag center at maging white ng text ko saka hindi rin gumagana yung mga links sa code ko.
Yung code po na ginamit ko dyan ay example na binigay ng teacher namin patingnan naman po.

Saka eto po yung output example na binigay ng teacher namen (Pic sa baba)


 

Attachments

Ipasok mo kasi yung name sa a tag

Yung code mo kasi

<a href='#'></a>home

Dapat

<a href='#'>home</a>

Tas yung width mo sa css na navbar kulang ng close tag walang ;
 
Ok na yung html mo, ipasok mo lang yung text sa loob ng href attribute :)

<div class="navbar-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
*****************************************************************************************
tapos mejo malaki yung padding sa navigation links mo bawasan mo lang ng konte :)

.navbar-links li a{
text-decoration :none;
color: white;
padding: 20px;
display: block;
text-align : center;
}

1606442623953.png
 
Di nakapasok sa tag yung Home at iba pa nasa close tag siya ng </a> dapat nasa pagitan.

Para maging white text lagyan mo style like

<li><a href="#section1" style="color:white">Home</a></li>
 
dapat href="#section1" para mapunta dun sa naka set mo na ID tas para ma white sa <li> ka mag add ka ng color: white; sa css
 
[XX='XAMJYSS143, c: 532545, m: 1512919'][/XX] Lodi paturo gumawa public panel. Ano ba dapat aralin? basic html at css pa lang knowledge ko eh
 
[XX='1nc0gnitus, c: 532549, m: 1586696'][/XX] hahaha same ako gumagawa din ehh fusion tayo hahaha joke lang
 
[XX='1nc0gnitus, c: 532549, m: 1586696'][/XX] patapos na talaga ako ehh pati backend yung server nalang hahaha
 
Status
Not open for further replies.

About this Thread

  • 11
    Replies
  • 431
    Views
  • 5
    Participants
Last reply from:
SUNRAI

Trending Topics

Online now

Members online
1,273
Guests online
1,779
Total visitors
3,052

Forum statistics

Threads
2,294,007
Posts
29,087,997
Members
1,208,032
Latest member
wonderboi
Back
Top