diff --git a/README.md b/README.md index 21b41da..4287816 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Pursuit Logo](https://avatars1.githubusercontent.com/u/5825944?s=200&v=4)](https://pursuit.org) -# CSS Selectors Lab +# CSS Selectors Labı ## Getting Started @@ -102,16 +102,16 @@ This repo has an `about.html` file inside of it, as well as a `styles.css` file. ## CSS changes: -- Assign a class named `important` to all header tags and make them all underlined and bold. -- Give the h2 header with the text "Here are some of my Skills!" a unique id `skills-header` and make turn it RebeccaPurple in color. -- All links that end in .com should be the color green after the link is visited. -- Give the unordered list of links a class name of `links-list` and make it have a 🌐 symbol (`https://github.githubassets.com/images/icons/emoji/unicode/1f310.png`) as a bullet point. -- In all ordered lists change only the last child element to be bold. -- Give elements with an href ending ".com" a hover effect of turning red. -- Give all other elements with an href a hover effect of turning orange. -- Center all text inside the body. -- Give your languages unordered list an id of `language-list`, and change its font to be in italics. -- Make the second p tag in the div have the a background-color of rgba(0,0,0,.5). +- Assign a class named `important` to all header tags and make them all underlined and bold. DONE +- Give the h2 header with the text "Here are some of my Skills!" a unique id `skills-header` and make turn it RebeccaPurple in color. DONE +- All links that end in .com should be the color green after the link is visited.DONE +- Give the unordered list of links a class name of `links-list` and make it have a 🌐 symbol (`https://github.githubassets.com/images/icons/emoji/unicode/1f310.png`) as a bullet point. DONE +- In all ordered lists change only the last child element to be bold. DONE +- Give elements with an href ending ".com" a hover effect of turning red. DONE +- Give all other elements with an href a hover effect of turning orange. DONE +- Center all text inside the body. DONE +- Give your languages unordered list an id of `language-list`, and change its font to be in italics. DONE +- Make the second p tag in the div have the a background-color of rgba(0,0,0,.5). DONE ## Extra problems from w3school diff --git a/about.html b/about.html index 686f36b..40b48f9 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,7 @@ -

Your Name Here

+

Your Name Here

This is a bunch of information about myself. I'm from here and there and discovered my love of programming when this happend. When I'm not working I'm busy doing this and that. @@ -17,17 +17,17 @@

Your Name Here

-

Here are some of my Skills!

+

Here are some of my Skills!

-

Languages

-
    +

    Languages

    +
    • JavaScript
    • SQL
    • HTML5
    • CSS3
    -

    Libraries

    +

    Libraries

    1. React
    2. PostgreSQL
    3. @@ -37,15 +37,15 @@

      Libraries

-

Hardest Bug So Far

+

Hardest Bug So Far

My hardest bug I ever came across was this infinite loop I couldn't escape.

I came up with a totally sick solution though by doing ...

-

Contact Me

+

Contact Me

Email me at: hello@pursuit.org
-