Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,28 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/

body {
margin: 0;
height: 100%;
}

p {
text-align: justify;
font-size: 18px
}


.small-img {
align: center;
width: 400px;
height: 400px;
}
.header {
text-align: center;
color: green;
}
.header2 {
text-align: center;
font-style: italic;
}
79 changes: 78 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
<title>My Kid's page</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
Expand All @@ -16,6 +16,83 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header class="c-site-header">
<h1 class = "header">
Some Few Things About Kids
</h1>
<h3 class="header2">This website tells you about some key things you need to know about kids</h3>
</header>
<nav aria-label="Main Site Links.">
</nav>
<main></main>
<iframe width="727" height="409" src="https://www.youtube.com/embed/YJ2IvsLumhE" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<img class="small-img"
src="https://media.istockphoto.com/vectors/three-little-girl-singing-a-song-on-blue-background-happy-three-kids-vector-id1163678022?k=20&m=1163678022&s=612x612&w=0&h=zlW-iUjMR-fzTYABYoflIZX1HruxQ2N-mhZ-EUKzlos="
alt="little girls singing">
<section>
<h2>
Who is a kid?
</h2>
<p>
The meaning of a <b>kid</b> is a young person especially child often used as a generalized reference to one
especially younger or less experienced. kids are innocent, they love havind fun most of the time.</p>
<p>They learn faster and easier especially through play method. I know that has learnt so many things through this.
Anytime he comes back from school and you ask him what were you taught today in school, he says we were not taught
anything today, we only played and play and play. But when you ask him okay what kind of play did you play in
school, tell me about it, when he starts explaining and describing the play to you, you as an adult gets to known
that he was taught alot of things, how sweet. i love kids so much. </p>
<p>Hit the link below for more explanations on the meaning of a kid: <a href="https://www.merriam-webster.com/dictionary/kid">kid definition and meaning</a></p>
</section>

<section>
<h2>
Things you should know about kids
</h2>
<p>
<ol>
<li>
<b>Children are rational:</b>
Children are nuts. Don't try to reason with them.
</li>
<li>
<b>Children are dumb:</b>
Children are very clever. Because they still ask questions that we adults have given up asking.
</li>
<li>
<b>Children want you to be their friend:</b> They don't. They want you to be their parent.
</li>
<li>
<b>Children take any notice of what you say:</b> They don't. They only take notice of what you do.
</li>
<li>
<b>Children's greatest fear is that you will die:</b> It isn't. Their greatest fear is that they are not good
enough to be loved.
</li>
</ol>
</p>
<p><em>For more of the above, hit this link</em><a href=https://www.theguardian.com/lifeandstyle/2013/oct/11/20-things-should-know-about-children>Things you should know about children</a></p>
</section>

<section>
<p>
Learning can be challenging for some kids, so it’s important to try and find ways to spice it up a bit! That’s why
we’ve created this list of fun facts for kids.
</p>
<p>
For more information on interesting facts about kids, visit <a
href="https://www.verywellfamily.com/stop-doing-to-kids-right-now-4050934">Verywell family </a>
</p>
</section>

<footer class="c-site-footer">Sharifa Ismail (2022)</footer>

</html>


<aside id="tests" aria-label="Test Readout." aria-live="polite" style="overflow:auto">
</aside>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
</body>
Expand Down