llo,
I have two lines following to the logo in black inverted menu Like Under
![]()
Ho can i achive this i have settled it like under but anchors colors are default blue not white. I dont want to add my own css how can i achieve this
<div class="ui top fixed menu inverted black">
<div class="ui container grid">
<div class="item">
<a href="#"><img class="image" src="images/logo.png" alt="ys" /></a>
</div>
<div class="item">
<div class="row">
<div class="ui segments right floated">
<div><a>Invite Friends </a><i class="refresh icon green"></i></div>
</div>
<div class="ui segments">
<a href="#" >Testimonials</a>
<a href="#" >Sign-in</a>
</div>
</div>
</div>
</div>
</div>