If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting! CSS Properties. It is a complex word and also practice, since CSS has become very used and so utile on our development. More or less, we try to keep up the […]
22
May
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting! CSS Properties. It is a complex word and also practice, since CSS has become very used and so utile on our development. More or less, we try to keep up the […]
21
May
CSS Properties. Valid Proprieties of CSS standard. It contains border-width, border-top-width, border-right-width, border-bottom-width, border-left-width/ border, border-top, border-right, border-bottom, border-left/ outline-width/ height/ margin, margin-top, margin-right, margin-bottom, margin-left…
Examples :
border-width, border-top-width, border-right-width, border-bottom-width, border-left-width
CSS code:
21
May
Valid Proprieties of CSS standard. It contais letter spacing, font, font-family, font-size, font-weight, font-style, font-variant, line-height, letter-spacing, word-spacing, text-align, text-decoration, text-indent, text-transform, vertical-align, white-space.
Examples :
letter spacing
CSS code:
21
May
Nesting
When CSS is well coded, structured you will need to use many ID selectors. That’s because other selector properties can be specify trough others.
21
May
Intro
Pseudo elements have a problem and suck on selectors like pseudo classes, and the form of selector : pseudoelement {property : value; } For pseudoelements there are 4 suckers
First In First out - Letter and lines
First - letter pseudo element is being applied to first letter to an element and logic the first-line […]
21
May
The following article will provide you a CSS code to make a Calendar.
The Table
I will describe the data from the calendar tabular; the table element is semantically correct. So if you are going to use the tables as ‘positioning grid’ will make your site look wrong. But in case you will use […]
19
May
Separate from Floats , CSS Specificity is being considerate a hard and complex concept of Cascading Style Sheets. If sometimes your CSS doesn’t respond to your codes, that’s because the different weight of selectors. The most important is to start to understand how your browser interpret your code. And for that you need to […]
19
May
Until now I hope that you know that CSS works and operates in three dimensions : height, width, and depth. On the last tutorials we have seen more ore less the first two. In this one we shall start using and see how different elements are becoming layers. Conclusion, the elements overlap one another.
In order […]
