Skip to content

Commit

Permalink
add circle div to form section
Browse files Browse the repository at this point in the history
  • Loading branch information
Myekman committed Feb 16, 2023
1 parent 2de5916 commit fa597a7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,26 @@ body {
color: #fff;
background-color: rgba(60, 60, 60, 0.6);
width: 30%;
float: left;

}


#circle {
width: 400px;
height: 400px;
padding: 30px;
clear: none;
background-color: #f5b09f;
border-radius: 50%;
margin-left: 900px;

}

#circle-container h2 {
color: white;
justify-content: center;
align-items: center;
}

h2 {
Expand Down
4 changes: 4 additions & 0 deletions classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ <h2><span>Sign up!</span>
<option value="Kids">Kids 10-15</option>
</datalist>
</form>
<div id="circle">
<div id="circle-container"><h2>some text here some text here some text here</h2></div>
</div>
</section>



<footer id="contact">
<h2>Strong Gymnastic Studios</h2>
<div id="find-us">
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@ <h2><span>Sign up!</span>
<option value="Kids">Kids 10-15</option>
</datalist>
</form>
<div id="circle"></div>
<div id="circle">
<div id="circle-container"><h2>some text here some text here some text here</h2></div>
</div>
</section>



<footer id="contact">
<h2>Strong Gymnastic Studios</h2>
Expand Down

0 comments on commit fa597a7

Please sign in to comment.