Lorem ipsum dolor sit amet consectetur adipisicing elit. Et perspiciatis
+ nostrum eos natus deserunt
+ repellat quasi libero voluptate, quidem distinctio nobis quaerat. Vitae velit nisi nostrum molestiae
+ deleniti veritatis provident quas corrupti, modi sint, asperiores ea, quo repellendus sed iusto
+ possimus exercitationem ipsa maiores? Tenetur maiores ipsam animi eius. Ex tenetur ad aliquam ut cum
+ illum quaerat eos, laudantium quas, tempore voluptates minima rerum ea rem? Atque fugit odio
+ reprehenderit, numquam adipisci ad debitis architecto in dicta qui voluptatem dolor libero
+ temporibus possimus eum doloribus repudiandae eius perferendis. Iste omnis facilis alias tempora,
+ sapiente laboriosam quo non veritatis et cumque!
+ Michal Wasiak
+
+
+
+
+
+
Cennik
+
+
+
+
Usluga
+
Cena
+
Czas realizacji
+
+
+
+
+
SEO
+
300 PLN
+
3 miesiace
+
+
+
Strona WWW
+
1999 PLN
+
2 tygodnie
+
+
+
Aplikacja webowa
+
4999 PLN
+
4 tygodnie
+
+
+
+
+
+
+
Komentarze
+
+
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iste, ea?
+ John Doe
+
+
+
+
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iste, ea?
+ Jan Kowalski
+
+
+
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iste, ea?
+ Andrzej Kwiatkowski
+
+
+
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iste, ea?
+ Anna Mucha
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/02/styles/index.css b/02/styles/index.css
index 6f4fd057..e74977c7 100644
--- a/02/styles/index.css
+++ b/02/styles/index.css
@@ -7,11 +7,11 @@
Znacznik label, którego przodkiem jest klasa .ac-container
(0, 1, 1)
*/
-?? {
+.ac-container label {
height: 30px !important;
line-height: 21px !important;
font-size: 12px !important;
- font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
+ font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif !important;
padding: 5px 20px;
position: relative;
z-index: 20;
@@ -19,18 +19,18 @@ Znacznik label, którego przodkiem jest klasa .ac-container
height: 30px;
cursor: pointer;
color: #777;
- text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
+ text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
line-height: 33px;
font-size: 19px;
background: #fff;
- background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
- background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
- background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
- background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
- background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
- background: linear-gradient(top,#fff 1%,#eaeaea 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
- box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
+ background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #eaeaea));
+ background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
+ background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
+ background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
+ background: linear-gradient(top, #fff 1%, #eaeaea 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
+ box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
height: 30px;
line-height: 20px;
@@ -47,7 +47,7 @@ Zmiana koloru tła po najechaniu przez kursor myszy na znacznik label,
który znajduje się wewnątrze elementu o klasie .ac-container
(0, 2, 1)
*/
-?? {
+.ac-container label:hover {
background: #fff;
}
@@ -61,19 +61,19 @@ i ten brat musi posiadać przodka o klasie .ac-container
to samo co w 1) ale z efektem najechania kursorem na label
(0, 3, 2)
*/
-??,
-?? {
+.ac-container input:checked+label,
+.ac-container input:checked+label:hover {
background: #f1f2f3;
color: #666;
- text-shadow: 0 1px 1px rgba(255,255,255,0.6);
- box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
+ box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
height: 30px;
line-height: 21px;
font-size: 13px;
}
.ac-container label:hover:after,
-.ac-container input:checked + label:hover:after {
+.ac-container input:checked+label:hover:after {
content: '';
position: absolute;
width: 24px;
@@ -89,7 +89,7 @@ którego poprzedni brat jest zaznaczonym inputem (użyj pseudoklasy),
którego przodek to element o klasie .ac-container
(0, 3, 3)
*/
-?? {
+.ac-container input:checked+label:hover::after {
background-image: url(../images/arrow_up.png);
}
@@ -98,17 +98,17 @@ którego przodek to element o klasie .ac-container
}
.ac-container article {
- background: rgba(255,255,255,0.5);
+ background: rgba(255, 255, 255, 0.5);
margin-top: -1px;
overflow: hidden;
height: 0;
position: relative;
z-index: 10;
- -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
- -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
- -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
- -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
- transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
+ -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
+ -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
+ -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
+ -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
+ transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
@@ -117,7 +117,7 @@ którego przodek to element o klasie .ac-container
line-height: 23px;
font-size: 10px;
padding: 20px;
- text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
+ text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
font: normal normal 12px 'Open Sans';
}
@@ -126,23 +126,23 @@ Rodzeństwo o typie article, dla elementu input, który jest zaznaczony (użyj p
oraz posiada przodka o klasie .ac-container
(0, 2, 2)
*/
-?? {
- -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
- -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
- -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
- -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
- transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
- box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
+.ac-container input:checked ~ article {
+-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
+-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
+-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
+-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
+transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
+box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}
-.ac-container input:checked ~ article.ac-small {
+.ac-container input:checked~article.ac-small {
height: 140px;
}
-.ac-container input:checked ~ article.ac-medium {
+.ac-container input:checked~article.ac-medium {
height: 180px;
}
-.ac-container input:checked ~ article.ac-large {
+.ac-container input:checked~article.ac-large {
height: 230px;
}
\ No newline at end of file
diff --git a/03/fonts/SIL Open Font License.txt b/03/fonts/SIL Open Font License.txt
new file mode 100644
index 00000000..295975a5
--- /dev/null
+++ b/03/fonts/SIL Open Font License.txt
@@ -0,0 +1,43 @@
+Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+
+"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
+
+5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/03/fonts/SourceSansPro-Black.otf b/03/fonts/SourceSansPro-Black.otf
new file mode 100644
index 00000000..0c25f3d9
Binary files /dev/null and b/03/fonts/SourceSansPro-Black.otf differ
diff --git a/03/fonts/SourceSansPro-BlackIt.otf b/03/fonts/SourceSansPro-BlackIt.otf
new file mode 100644
index 00000000..da3504c6
Binary files /dev/null and b/03/fonts/SourceSansPro-BlackIt.otf differ
diff --git a/03/fonts/SourceSansPro-Bold.otf b/03/fonts/SourceSansPro-Bold.otf
new file mode 100644
index 00000000..98dbee74
Binary files /dev/null and b/03/fonts/SourceSansPro-Bold.otf differ
diff --git a/03/fonts/SourceSansPro-BoldIt.otf b/03/fonts/SourceSansPro-BoldIt.otf
new file mode 100644
index 00000000..6600c863
Binary files /dev/null and b/03/fonts/SourceSansPro-BoldIt.otf differ
diff --git a/03/fonts/SourceSansPro-ExtraLight.otf b/03/fonts/SourceSansPro-ExtraLight.otf
new file mode 100644
index 00000000..f885ce7f
Binary files /dev/null and b/03/fonts/SourceSansPro-ExtraLight.otf differ
diff --git a/03/fonts/SourceSansPro-ExtraLightIt.otf b/03/fonts/SourceSansPro-ExtraLightIt.otf
new file mode 100644
index 00000000..f9320242
Binary files /dev/null and b/03/fonts/SourceSansPro-ExtraLightIt.otf differ
diff --git a/03/fonts/SourceSansPro-It.otf b/03/fonts/SourceSansPro-It.otf
new file mode 100644
index 00000000..2d627d9c
Binary files /dev/null and b/03/fonts/SourceSansPro-It.otf differ
diff --git a/03/fonts/SourceSansPro-Light.otf b/03/fonts/SourceSansPro-Light.otf
new file mode 100644
index 00000000..159979f6
Binary files /dev/null and b/03/fonts/SourceSansPro-Light.otf differ
diff --git a/03/fonts/SourceSansPro-LightIt.otf b/03/fonts/SourceSansPro-LightIt.otf
new file mode 100644
index 00000000..e3d49b5f
Binary files /dev/null and b/03/fonts/SourceSansPro-LightIt.otf differ
diff --git a/03/fonts/SourceSansPro-Regular.otf b/03/fonts/SourceSansPro-Regular.otf
new file mode 100644
index 00000000..bdcfb27a
Binary files /dev/null and b/03/fonts/SourceSansPro-Regular.otf differ
diff --git a/03/fonts/SourceSansPro-Semibold.otf b/03/fonts/SourceSansPro-Semibold.otf
new file mode 100644
index 00000000..fffdbafe
Binary files /dev/null and b/03/fonts/SourceSansPro-Semibold.otf differ
diff --git a/03/fonts/SourceSansPro-SemiboldIt.otf b/03/fonts/SourceSansPro-SemiboldIt.otf
new file mode 100644
index 00000000..e90515b3
Binary files /dev/null and b/03/fonts/SourceSansPro-SemiboldIt.otf differ
diff --git a/03/index.html b/03/index.html
index 0c018343..760140a4 100644
--- a/03/index.html
+++ b/03/index.html
@@ -1,20 +1,28 @@
+
-
-
+
+
+
devmentor.pl - HTML & CSS BASICS - #03
+
-
+
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo, asperiores.
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis praesentium in possimus!
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus, iure?
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo, asperiores.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis praesentium in possimus!
Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus, iure?
@@ -22,7 +30,7 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo, asperiores.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis praesentium in possimus!
-
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus, iure?
@@ -35,4 +43,5 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus, iure?
+
\ No newline at end of file
diff --git a/03/styles/style.css b/03/styles/style.css
new file mode 100644
index 00000000..375f6cb0
--- /dev/null
+++ b/03/styles/style.css
@@ -0,0 +1,82 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+
+@font-face {
+ font-family: 'Source Sans PRO';
+ src: url(../fonts/SourceSansPro-Regular.otf) format(opentype);
+ font-style: normal;
+ font-weight: normal;
+}
+
+@font-face {
+ font-family: 'Source Sans PRO';
+ src: url(../fonts/SourceSansPro-Bold.otf) format(opentype);
+ font-style: normal;
+ font-weight: bold;
+}
+
+@font-face {
+ font-family: 'Source Sans PRO';
+ src: url(../fonts/SourceSansPro-It.otf) format(opentype);
+ font-style: italic;
+ font-weight: normal;
+}
+
+.parent {
+ width: 600px;
+ padding: 20px;
+ font-family: "Source Sans PRO";
+
+}
+
+
+.parent--inline-block .child {
+ display: inline-block;
+ vertical-align: top;
+ font-size: 0;
+}
+
+.parent--inline-block .child {
+ font-size: 16px;
+}
+
+
+.parent--float {
+ background-color: red;
+}
+
+.parent--float .child {
+ float: left;
+
+}
+
+.parent--float::after {
+ content: " ";
+ display: block;
+ clear: both;
+}
+
+.parent--flexbox {
+ display: flex;
+}
+
+
+.child--first, .child--middle {
+ margin-right: 10px;
+ width: calc(30% - 10px);
+}
+
+.child--middle {
+ font-weight: bold;
+
+}
+
+.child--last {
+ width: 40%;
+ margin-right: 0;
+ font-style: italic;
+}
\ No newline at end of file
diff --git a/04/images/arrow-up-solid.svg b/04/images/arrow-up-solid.svg
new file mode 100644
index 00000000..cc1b607f
--- /dev/null
+++ b/04/images/arrow-up-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/04/index.html b/04/index.html
new file mode 100644
index 00000000..78616a3a
--- /dev/null
+++ b/04/index.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/04/styles/index.css b/04/styles/index.css
new file mode 100644
index 00000000..0dbec56d
--- /dev/null
+++ b/04/styles/index.css
@@ -0,0 +1,104 @@
+:root {
+ --color-alfa: #F5F5F5;
+ --color-beta: #FFFFFF;
+ --dropdown-background: #333333;
+ --dropdown-color: white;
+ --hover-font-border: #009AE6;
+}
+
+* {
+ padding: 0;
+ margin: 0;
+}
+
+body {
+ background-color: var(--color-alfa);
+ font-family: "Roboto", sans-serif;
+
+}
+
+.nav__container {
+ margin-left: 10px;
+ margin-top: 40px;
+
+}
+
+.nav {
+ background-color: var(--color-beta);
+ /* padding: 20px; */
+ display: flex;
+
+}
+
+.nav__item {
+ /* position: relative; */
+ padding: 20px 30px;
+ background-color: var(--color-beta);
+ text-transform: uppercase;
+ cursor: pointer;
+
+}
+
+.nav__link {
+ /* display: inline-block; */
+ /* height: 100%;
+ width: 100%; */
+ color: var(--main-font);
+ text-decoration: none;
+}
+
+.nav__item:hover {
+ border-top: 2px solid var(--hover-font-border);
+ color: var(--hover-font-border);
+}
+
+.arrow__down {
+ position: relative;
+ left: 40px;
+ transform: rotate(90deg);
+}
+
+.nav__item:hover>.nav__dropdown {
+ display: block;
+}
+
+.nav__dropdown {
+ display: none;
+ padding-top: 20px;
+ position: absolute;
+ left: 100px;
+}
+
+.dropdown__item {
+ position: relative;
+ background-color: var(--dropdown-background);
+ padding: 15px 20px;
+ width: 240px;
+ color: var(--dropdown-color);
+}
+
+.arrow__right {
+ display: inline-block;
+ position: relative;
+ left: 135px;
+}
+
+.dropdown__item:hover>.dropdown--right {
+ display: block;
+}
+
+.dropdown--right {
+ display: none;
+ position: absolute;
+ left: 240px;
+ top: 0;
+
+
+}
+
+.dropdown__item-sub {
+ background-color: var(--dropdown-background);
+ padding: 15px 20px;
+ width: 240px;
+ color: var(--dropdown-color);
+}
\ No newline at end of file
diff --git a/04/styles/reset.css b/04/styles/reset.css
new file mode 100644
index 00000000..3b7e936f
--- /dev/null
+++ b/04/styles/reset.css
@@ -0,0 +1,141 @@
+/*
+ HTML5 Reset :: style.css
+ ----------------------------------------------------------
+ We have learned much from/been inspired by/taken code where offered from:
+
+ Eric Meyer :: http://meyerweb.com
+ HTML5 Doctor :: http://html5doctor.com
+ and the HTML5 Boilerplate :: http://html5boilerplate.com
+
+-------------------------------------------------------------------------------*/
+
+/* Let's default this puppy out
+-------------------------------------------------------------------------------*/
+
+html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font-weight: normal;
+ vertical-align: baseline;
+ background: transparent;
+}
+
+main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}
+
+/* Handle box-sizing while better addressing child elements:
+ http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
+html {
+ box-sizing: border-box;
+}
+
+*,
+*:before,
+*:after {
+ box-sizing: inherit;
+}
+
+/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
+
+/* Responsive images and other embedded objects */
+/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
+img,
+object,
+embed {max-width: 100%;}
+
+/*
+ Note: keeping IMG here will cause problems if you're using foreground images as sprites.
+ In fact, it *will* cause problems with Google Maps' controls at small size.
+ If this is the case for you, try uncommenting the following:
+
+#map img {
+ max-width: none;
+}
+*/
+
+/* force a vertical scrollbar to prevent a jumpy page */
+html {overflow-y: scroll;}
+
+/* we use a lot of ULs that aren't bulleted.
+ you'll have to restore the bullets within content,
+ which is fine because they're probably customized anyway */
+ul {list-style: none;}
+
+blockquote, q {quotes: none;}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {content: ''; content: none;}
+
+a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
+
+del {text-decoration: line-through;}
+
+abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
+
+/* tables still need cellspacing="0" in the markup */
+table {border-collapse: separate; border-spacing: 0;}
+th {font-weight: bold; vertical-align: bottom;}
+td {font-weight: normal; vertical-align: top;}
+
+hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
+
+input, select {vertical-align: middle;}
+
+pre {
+ white-space: pre; /* CSS2 */
+ white-space: pre-wrap; /* CSS 2.1 */
+ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
+ word-wrap: break-word; /* IE */
+}
+
+input[type="radio"] {vertical-align: text-bottom;}
+input[type="checkbox"] {vertical-align: bottom;}
+.ie7 input[type="checkbox"] {vertical-align: baseline;}
+.ie6 input {vertical-align: text-bottom;}
+
+select, input, textarea {font: 99% sans-serif;}
+
+table {font-size: inherit; font: 100%;}
+
+small {font-size: 85%;}
+
+strong {font-weight: bold;}
+
+td, td img {vertical-align: top;}
+
+/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
+sub, sup {font-size: 75%; line-height: 0; position: relative;}
+sup {top: -0.5em;}
+sub {bottom: -0.25em;}
+
+/* standardize any monospaced elements */
+pre, code, kbd, samp {font-family: monospace, sans-serif;}
+
+/* hand cursor on clickable elements */
+.clickable,
+label,
+input[type=button],
+input[type=submit],
+input[type=file],
+button {cursor: pointer;}
+
+/* Webkit browsers add a 2px margin outside the chrome of form elements */
+button, input, select, textarea {margin: 0;}
+
+/* make buttons play nice in IE */
+button,
+input[type=button] {width: auto; overflow: visible;}
+
+/* scale images in IE7 more attractively */
+.ie7 img {-ms-interpolation-mode: bicubic;}
+
+/* prevent BG image flicker upon hover
+ (commented out as usage is rare, and the filter syntax messes with some pre-processors)
+.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
+*/
+
+/* let's clear some floats */
+.clearfix:after { content: " "; display: block; clear: both; }
\ No newline at end of file
diff --git a/05/index.html b/05/index.html
new file mode 100644
index 00000000..f5844ce1
--- /dev/null
+++ b/05/index.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Uklad strony
+
+
+
+
+