(a.k.a theCSS)
Basically this is a CSS stylesheet for use in web pages, web apps intended to blend in with theShell or theDesk experience.
As this theme works on standard HTML elements, you can simply plop it in to any page. You don’t need to fuel the <div>-hell, or any custom classes except for the contemporary
class in the <html>
tag to apply the style.
In case you miss working with grids and such, this also has presentational classes for rows and columns adapted from Element.css.
To work with them, you make a bunch of divs with the “row” class, and fill it with a bunch of divs with the “col” class.
So much for not fueling the <div>-hell.
No. | Xdate | Log |
---|---|---|
1 | 177.150 | Start project planning |
2 | 177.151 | Begin implementation |
3 | 177.152 | Binge on documentation |
4 | 177.153 | Stall |
5 | 177.154 | Quit |
#include <stdio.h>
int main(){
int digit = 0;
while(1){
digit++;
printf("Hello World %d\n", digit)
}
return 1; // if we're lucky, we might reach this point
}