Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@EGrad93
EGrad93 / index.html
Created November 18, 2019 19:30
Survey Form
<h1 id="title">Survey Form</h1>
<div id="form-outer">
<p id="description">
Please rate your service experience with E.G.
</p>
<form id="survey-form" method="post"
action="#">
<div class="rowTab">
<div class="labels">
<label id="name-label" for="name">* Name: </label>
@EGrad93
EGrad93 / index.html
Created November 17, 2019 17:24
Survey Form
<h1 id="title">Survey Form</h1>
<div id="form-outer">
<p id="description">
Please rate your service experience with E.G.
</p>
<form id="survey-form" method="post"
action="#">
<div class="rowTab">
<div class="labels">
<label id="name-label" for="name">* Name: </label>
@EGrad93
EGrad93 / fork-me-fcc-test-suite-template.markdown
Last active November 16, 2019 19:36
Fork Me! FCC: Test Suite Template

Fork Me! FCC: Test Suite Template

This is the first challenge from the Responsive Web Design module completed through Freecodecamp.com

A Pen by EG on CodePen.

License.