
CSS is a language that describes the style of an HTML document and its elements. Learn how to use CSS to create beautiful web pages. For those of you still learning CSS, or wanting to go a little deeper into specific CSS subjects, I’d put together a list of learning resources that I’ve come across in recent months.
What is Web Design?
I might have missed something
important
, so please suggest your categories and resources in the comments and I’ll make the edits in the following list!
CSS selectors define the elements to which a set of CSS rules apply. From there you can move into advanced selectors and pseudoselectors. This is a starting point of CSS learning.
How CSS Selectors Work
Tag selectors are at their most useful when changing properties that are unique to that HTML element. Like setting the list-style on a <ul>
or tab-size on a <pre>
. Also in reset stylesheets where you are specifically trying to unset styles that browsers apply to certain elements.
Here’s what that HTML file would be like:
<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
</body>
</html>
Tips for Defining Your Brand With Great Logo Design
Let’s say I invited you over to my apartment and you got a gander at my workspace.
Make no mistake: designing a logo is just as complex as a task as building a website.
Unknown Author