Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<title>Flexbox 3</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<section>
<div class="box">
<div class="header">
<h1> Norwich </h1>
</div>
<div class="text">
I live in Norwich. It is a pretty nice place. We have several diverse restaurants and two breweries. There is a coworking space and a family-owned coffee shop. It is located at the top of the Thames River.
</div>
</div>
<div class="box">
<div class="header">
<h1> History </h1>
</div>
<div class="text">
Norwich is a city with rich historical roots. Benedict Arnold was born in Norwich. Samuel Huntington, a signer of the Declaration of Independence, died and is buried there as well.
<p> Abraham Lincoln had come to Norwich during his presidential campaign to give speeches. </p>
</div>
</div>
<div class="box">
<div class="header">
<h1> School </h1>
</div>
<div class="text">
There are 3 high schools in Norwich. My Alma Mater, Norwich Free Academy, was established in 1854.
<p> NFA is a member of the United States' longest running athletic rivalries, which is a football rivalry with New London High School. They are going on 157 years, only interrupted three times, once by WWI. </p>
<p> It is also one of two high schools in the US with a public museum on campus.</p></div>
</div>
</section>
</body>
</html>