Pure CSS3 Browser
This Browser is purely made with CSS3 originally made by Sawyer Hollenshead and is hosted on Github. I have worked on it to add some more features. I tried to add same functions as the chrome browser does, using transitions
and pseudo class :target
:hover
:focus
and :active
.
So the red orb close the browser, the yellow orb reduce the browser, and the green one change the size of the window.
When the .lb
or .nb
are :target
ted, the .lb
/.nb
elements are display in the bottom of the page, and the #br
(browser) is display:none;
and inversed.
The window show a little text to say that the browser cannot access to the internet, with the name of the address you type in the url-bar.
Simply created with text-shadow
, to display on the window an hidden text (hidden cause white, and present on the url-bar, but invisible)