Skip to content

Commit

Permalink
update warren buffet
Browse files Browse the repository at this point in the history
  • Loading branch information
Melissa Schaefer committed May 2, 2023
1 parent a6046cc commit 51a7003
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
Binary file added src/img/geicoimg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="main-heading">
<head>
<h1>Berkshire Hathaway Inc</h1>
<div class="title"><span class="B">B</span>ERKSHIRE<span class="B">H</span>ATHAWAY INC.</div>
<h5>3555 Farnam Street </h5>
<h5>Omaha, NE 68131</h5>
<h3>Official Home Page</h3>
Expand All @@ -33,10 +33,11 @@ <h3>Official Home Page</h3>
<li><a href="#">Corporate Governance</a></li>
<li><a href="#">Sustainability</a></li>
<li><a href="#">Information Regarding Warren E. Buffett's Annual Contributions to Five Foundations</a></li>

</ul>
</td>

<td>
<td class="column2">
<ul>
<li><a href="#">Berkshire Activewear</a></li>
<li><a href="#">News Releases from Berkshire Hathaway and from Warren Buffett</a></li>
Expand All @@ -49,9 +50,9 @@ <h3>Official Home Page</h3>
</td>
</div>
</table>

<hr>
<div class="logo">
<h4> GEICO logo</h4>
<a href="#"><img src="img/geicoimg.gif" title="geicoimg" alt="geicoimg"></a>


<h6>
Expand Down
19 changes: 17 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ body {
background-color: white;
}

h1, h5, h3{
.title, h5, h3{
text-align: center;
color: rgb(42, 42, 221);
}

.title {
font-weight: 800;
margin-top: 30px;
}

h4{
text-align: center;
color: rgb(42, 42, 221);
Expand All @@ -27,4 +32,14 @@ h4{

li {
margin: 30px
}
}
.B{
font-size:xx-large
}
.column2{
padding-left: 200px;
}

h6{
margin-top: 5px;
}

0 comments on commit 51a7003

Please sign in to comment.