A Pen by CharieDelRosario on CodePen.
Created
May 27, 2025 04:21
-
-
Save CharieDelRosario/30e7094f775958d426a6d1783658e19b to your computer and use it in GitHub Desktop.
About Myself
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>About Myself</title> | |
</head> | |
<body> | |
<h1>About Myself</h1> | |
<p1> | |
Hi, I am <b>Charie B. Del Rosario</b>, 18 years old a multi-tasking and hardworking individual. | |
</p1> | |
<p2> | |
I’m a simple person, gifted with different talents and skills. I can sing, dance, swim, drive, build code, and much more. I have good communication skills, which help me become a friendly and approachable person. | |
</p2> | |
<p3> | |
I believe in the saying, “Experience is the best teacher.” That belief has made me observant and curious about everything that helps me learn and grow. | |
</p3> | |
<p4> Currently, I’m studying different programming languages, focusing on building websites. I’m also actively involved in our church ministry and engaged in many other meaningful activities. | |
</p4> | |
<p5> | |
I may be simple, but I have big dreams. I aim to build a good future so I can help my family | |
and others in need. | |
</p5> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
text-align:center; | |
background-color:black; | |
padding: 20px; | |
margin-left : 300px; | |
margin-right: 300px; | |
} | |
h1{ | |
color: violet; | |
} | |
p1{ | |
text-align: center; | |
color: red; | |
margin-bottom: 30px; | |
} | |
p2{ | |
text-align: center; | |
color: yellow; | |
margin-bottom: 30px; | |
} | |
p3{ | |
text-align: center; | |
color: pink; | |
margin-bottom: 30px; | |
} | |
p4{ | |
text-align: center; | |
color: skyblue; | |
margin-bottom: 30px; | |
} | |
p5{ | |
text-align: center; | |
color: yellowgreen; | |
margin-bottom: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment