Posts

Showing posts from December, 2018

My html coding with CSS

<!DOCTYPE html> <html> <head> <title>learn it</title> <link rel="stylesheet" type="text/css" href="user.css"> <style type="text/css"> body{ background-color:rgb(255,255,255); font-family: Arial, Helvetica, Sans-Serif; font-size:18px; font-weight: normal; line-height: 1.6em; } .box-1 h1{font-family: tahoma; font-size:18px; font-weight: normal; color: yellow; text-decoration: underline; text-transform: uppercase; letter-spacing: 0.2em; word-spacing: 1em; } p{ color: rgb(123,033,255); } .container{ width: 75% ; margin: auto; } .button{ background-color: #333; color: #fff; padding: 10px 15px; border: none; } button:hover{ background-color: red; } .clr{ clear: both; } .box-1{ background-color:#333; color: #fff; border: 5px gray solid; } .box-2{ background-color:brown; color: #fff; border: 3px  grey dotted ; margin: 20px 0; } .box-2 ...

Some Lessons That we must follow in our lifespan

Image
“You need a very strong will in order to adopt the Four Agreements—but if you can begin to live your life with these agreements, the transformation in your life will be amazing. You will see the drama of hell disappear right before your very eyes. Instead of living in a dream of hell, you will be creating a new dream—your personal dream of heaven.” -Don Miguel Ruiz from The Four Agreements. Love ‘em:  The First Agreement: Be Impeccable with Your Word The Second Agreement: Don’t Take Anything Personally  The Third Agreement: Don’t Make Assumptions  The Fourth Agreement: Always Do Your Best Be Impeccable with Your Word The first agreement is the most important one and also the most difficult one to honor. It is so important that with just this first agreement you will be able to transcend to the level of existence I call heaven on earth. The first agreement is to be impeccable with your word. It sounds very simple, but it is very, very powerful. Being ...