Skip to content
New issue

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

Latti #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/workshop-git-remote.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ <h2>The Beauty of <abbr title="Cascading Style Sheets">CSS</abbr> Design</h2>
</div>

<div class="preamble" id="zen-preamble" role="article">
<h3>The Road to Enlightenment</h3>
<p>Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible <abbr title="Document Object Model">DOM</abbr>s, broken <abbr title="Cascading Style Sheets">CSS</abbr> support, and abandoned browsers.</p>
<p>We must clear the mind of the past. Web enlightenment has been achieved thanks to the tireless efforts of folk like the <abbr title="World Wide Web Consortium">W3C</abbr>, <abbr title="Web Standards Project">WaSP</abbr>, and the major browser creators.</p>
<h3>aaaaaaaaaaaaaaaaaaa</h3>
<p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbabbr title="Document Object Model">DOM</abbr>s, broken <abbr title="Cascading Style Sheets">CSS</abbr> support, and abandoned browsers.</p>
<p>We musbbbbbbbbvvvvvvveved thanks to the tireless efforts of folk like the <abbr title="World Wide Web Consortium">W3C</abbr>, <abbr title="Web Standards Project">WaSP</abbr>, and the major browser creators.</p>
<p>The CSS Zen Garden invites you to relax and meditate on the important lessons of the masters. Begin to see with clarity. Learn to use the time-honored techniques in new and invigorating fashion. Become one with the web.</p>
</div>
</section>
Expand Down
46 changes: 46 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
* {
margin : 0;
padding : 0;
}
html {
font-size : 62.5%;
}
body {
font-family : Helvetica, Arial, sans-serif;
color : rgb(233, 47, 78);
background : url(i/denim2.png) 50% 350px no-repeat rgba(255, 208, 0, 0.452) ;
}
h1 {
font : bold 4.2rem Helvetica, Arial, sans-serif;
margin : 0 0 0.5em;
color: rgb(4, 0, 255);
}
h2 {
font : bold 1.8rem Helvetica, Arial, sans-serif;
margin : 0 0 1em;
h2
}
h3 {
font : bold 1.5rem Helvetica, Arial, sans-serif;
margin : 0 0 1em;
}
h4, h5, h6 {
font : bold 1.2rem Helvetica, Arial, sans-serif;
margin : 0 0 1em;
}
.wf-active body, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
font-family : "effra";
}
p, ul, dl, ol, table {
font-size : 16px;
margin : 0 0 1.5em;
}
.wf-active p {
font-weight : 300;
}
form {
margin : 0 0 1.5em;
}
label {
font-size : 1.6rem;
}