Skip to content

Instantly share code, notes, and snippets.

View braincee's full-sized avatar
🏠
Working from home

Stephen Annor braincee

🏠
Working from home
View GitHub Profile
@braincee
braincee / aniamls.css
Created May 2, 2022 11:21
Checking if files are DRY or not.
// the animals were having the same font-family and font-size
.cat, .dog, .dragon {
font-family: "Times New Roman", Times, serif;
font-size: 1rem;
}
.cat {
color: #FFF;
}
.dog {
@braincee
braincee / index.html
Created February 12, 2022 21:25
ZEaJEpE
<h1 id="title">MICROVERSE SURVEY FORM</h1>
<p id="description">Student Information</p>
<form id="survey-form">
<label id="name" id="name-label">Name</label>
<input type="text" placeholder="Enter your name"/>
<label id="email" id="email-label">
Email
</label>
@braincee
braincee / index.html
Created February 12, 2022 21:09
ZEaJEpE
<h1 id="title">MICROVERSE SURVEY FORM</h1>
<p id="description">Student Information</p>
<form id="survey-form">
<label id="name" id="name-label">Name</label>
<input type="text" placeholder="Enter your name"/>
<label id="email" id="email-label">
Email
</label>