#### HTML Code for Portfolio Item: Bellator Dublin Weigh-ins html Bellator Dublin Weigh-ins

Bellator Dublin Weigh-ins

The official weigh-ins for Bellator's return to Dublin have taken place. All but one fighter on the card hit their marks. The event will be held at the 3Arena in Dublin, with a main card on Showtime following prelims on MMA Junkie.

For more information on the card, you can visit MMA Junkie's event hub for Bellator 299.

#### Explanation: The HTML code provided above creates a simple portfolio item page for the Bellator Dublin Weigh-ins. Here's a breakdown of the code: - The `` tag sets the title of the page to "Bellator Dublin Weigh-ins". - The `<style>` tag contains CSS styles for the portfolio item. The styles define the font family, background color, container width, margin, padding, box shadow, heading color, and paragraph color. - Inside the `<body>` tag, there is a `<div>` element with the class "container" that wraps the content of the portfolio item. - The `<h1>` tag displays the heading "Bellator Dublin Weigh-ins". - The `<p>` tags contain the information about the weigh-ins, including the fact that all but one fighter hit their marks and the details about the event location and broadcasting. - The `<a>` tag creates a hyperlink to MMA Junkie's event hub for Bellator 299, where users can find more information about the card. Feel free to customize the HTML and CSS code to fit your specific needs and design preferences.