We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Back to the future - found on the old wiki:
/* Attributes order*/ #block { display: block; //The display property clear:both; float: left; //The floating & clear property position: static; top: 0; right: 0; bottom :0 left:0; // positionning vertical-align: top; margin: 0; border:0; padding: 0; width: auto; height: auto; // size and marge properties (form outside to inner property) background-color: #fff; list-style: none; // decorations styles z-index:3; } #text { text-align :left; font-size: .85em; line-height: 1.4em; // sizes font-weight: 200; color: #fff; // color and weight font-family: 'Open Sans', 'Arial', Helevetica, sans-serif; font-style: italic; text-transform: uppercase; text-decoration: none; //decoratinos white-space: nowrap; }
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: