DummySite1

This site was made with HTML, CSS & JavaScript

Live Demo

Check it out at https://ethel-dummy.netlify.app

What We Offer

Our first priority is the growth of our students.

Creative lessons

HTML is the standard markup language for documents designed to be displayed in a web broswer .

Happy Environment

Cascading Style Sheets is a style language used for describing the presentation of a document written in a markup language such as HTML.

Certified Teachers

Javascript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

Safety first

Javascript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

Small class size

Javascript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

Infact Care

Javascript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

/----- What we offer -----/

.offer{ width: 80%; margin: auto; text-align: center; padding-top: 100px; } h1{ font-size: 40px; font-weight: 600; }

p{ color: #777; font-size: 14px; font-weight: 300; line-height: 22px; padding: 10px; }

.row{ margin-top: 5%; display: flex; justify-content: space-between; } .offer-col{ flex-basis: 31%; background: #fff3f3; border-radius: 10px; margin-bottom: 5%; padding: 22px 12px; box-sizing: border-box; transition: 0.5s; } h3{ text-align: center; font-weight: 600; margin: 10px 0; } .offer-col:hover{ box-shadow: 0 0 20px 0px rgba(0,0,0,0.2); } @media(max-width: 700px){ .row{ flex-direction: column; } } /* #ffff00#f7f7f7#78853f */