I am Web Developer

Graphic Designer

I can not sleep if i have things todo

Lorem ipsum dolor sit amet. .developer { color: black; } h1 { color: red; } span { font-size: 10px; color: blue; } button { background-color: green; color: white; border: none; padding: 10px 20px; cursor: pointer; } @import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap'); /* * { margin: 0; padding: 0; } */ /* https://htmlcolorcodes.com/ */ /* color in css and text formating */ h1 { font-size: 20px; text-align: center; /* text-decoration: line-through; */ font-family: "Faculty Glyphic", sans-serif; font-weight: 100; font-style: italic; } p { font-weight: 300; font-style: italic; } h2 { color: rgb(7, 94, 84); } button { background-color: #1877F2; border: 0; color: white; }