-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
490f794
commit 092ca88
Showing
9 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
config.codekit | ||
config.codekit3 | ||
.sass-cache | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CSS3 Browser | ||
============ | ||
![alt text](http://cl.ly/image/1n1F1H0J1T16/css-browser.png "screenshot") | ||
# CSS Browsers | ||
## CSS based browser frames/windows | ||
![alt text](css-browser.png "screenshot") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
</head> | ||
<body> | ||
<h1 id="cssbrowsers">CSS Browsers</h1> | ||
|
||
<h2 id="cssbasedbrowserframeswindows">CSS based browser frames/windows</h2> | ||
|
||
<figure> | ||
<img src="css-browser.png" alt="alt text" title="screenshot" /> | ||
<figcaption>alt text</figcaption> | ||
</figure> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "css-browsers", | ||
"version": "2.0.0", | ||
"description": "CSS based browser frames", | ||
"style": "dist/css-browsers.css", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Superpencil/css-browsers.git" | ||
}, | ||
"keywords": [ | ||
"browser", | ||
"css", | ||
"design", | ||
"frontend", | ||
"css", | ||
"sass", | ||
"frame", | ||
"window", | ||
"wrapper", | ||
"iframe" | ||
], | ||
"author": "Pascal Pixel", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Superpencil/css-browsers/issues" | ||
}, | ||
"homepage": "http://superpencil.com/projects/css-browsers/" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.