All Questions
2 questions
-1
votes
1
answer
479
views
Mixed inline and block positioning of div content
What I want to acheive, by applying css styles is composition of content:
I apply my style and I got result:
li {
position: relative;
list-style-type: none;
border: 1px;
border-color: ...
2
votes
2
answers
105
views
Positioning the :after pseudoelement
I'm doing some experiments with the css pseudoelements. I understand that one of their advantages is the ability to insert some visual stuff in the page without affecting its semantics.
What I'm ...