Make the whole button clickable

master
Joshua Sigona 5 years ago
parent 9b5ab006e5
commit 708250258b
  1. 32
      index.html

@ -11,10 +11,10 @@
Puerto Rico Airlines
</headertitle>
<navbar>
<navbutton><a href="#Home">Home</a></navbutton>
<navbutton><a href="#Flights">Flights</a></navbutton>
<navbutton><a href="#Support">Support</a></navbutton>
<navbutton><a href="#Login">Login</a></navbutton>
<a href="#Home"><navbutton>Home</navbutton></a>
<a href="#Flights"><navbutton>Flights</navbutton></a>
<a href="#Support"><navbutton>Support</navbutton></a>
<a href="#Login"><navbutton>Login</navbutton></a>
</navbar>
</div>
<hr>
@ -28,9 +28,9 @@
Come check out our sweet flights!<br>
Direct flights available daily!
</infoBody>
<infoButton>
<a href="#LetsGo">Let's Go</a>
</infoButton>
<a href="#LetsGo"><infoButton>
Let's Go
</infoButton></a>
</infobox>
<infobox>
<infoTitle>
@ -40,9 +40,9 @@
We offer great group rates!
For families with 4 members to huge gatherings with 50+!
</infoBody>
<infoButton>
<a href="#GroupRates">Group Rates</a>
</infoButton>
<a href="#GroupRates"><infoButton>
Group Rates
</infoButton></a>
</infobox>
<infobox>
<infoTitle>
@ -51,9 +51,9 @@
<infoBody>
Discount flights available for individuals! Single chair filer tickers for low rates!
</infoBody>
<infoButton>
<a href="#JumpIn">Jump In</a>
</infoButton>
<a href="#JumpIn"><infoButton>
Jump In
</infoButton></a>
</infobox>
<infobox style="width:90%;">
<infoTitle>
@ -62,9 +62,9 @@
<infoBody>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</infoBody>
<infoButton>
<a href="#LearnMore">Learn More</a>
</infoButton>
<a href="#LearnMore"><infoButton>
Learn More
</infoButton></a>
</infobox>
</center>
</div>

Loading…
Cancel
Save