Skip to content

Commit

Permalink
add neu links
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-w88 committed Dec 27, 2022
1 parent 1efe1a3 commit e3733ee
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
33 changes: 25 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,14 @@
>Css Validator</a
>
</li>
<li>
<a
href="http://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps"
target="_blank"
rel="noopener noreferrer"
>Mozilla Css First Step</a
>
</li>
<li>
<a
href="http://devhints.io/css"
Expand Down Expand Up @@ -244,14 +252,7 @@
>Css Tricks FlexBox</a
>
</li>
<li>
<a
href="http://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps"
target="_blank"
rel="noopener noreferrer"
>Mozilla Css First Step</a
>
</li>

<li>
<a
href="http://css-tricks.com/snippets/css/complete-guide-grid/"
Expand Down Expand Up @@ -322,6 +323,14 @@
>Color Adobe</a
>
</li>
<li>
<a
href="http://www.youtube.com/@OnlineTutorialsYT"
target="_blank"
rel="noopener noreferrer"
>Animationen CSS</a
>
</li>
</ul>
</div>

Expand Down Expand Up @@ -561,6 +570,14 @@
>JS Anime</a
>
</li>
<li>
<a
href="http://reactjs.org/"
target="_blank"
rel="noopener noreferrer"
>Learn Reactjs</a
>
</li>
</ul>
</div>

Expand Down
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
html body {
padding: 0px;
margin: 10px;
font-family: "Unbounded", cursive;
Expand All @@ -16,21 +16,22 @@ ul li {
}

.title {
/* border: 1px solid red; */
margin-left: -30px;
margin-bottom: -15px;
padding-top: 10px;
max-width: 100%;
height: 445px;
width: 150px;
writing-mode: vertical-rl;
}

a {
text-decoration: none;
/* color: black; */
color: black;
}

a:visited {
color: blue;
color: black;
}

a:hover {
Expand All @@ -53,6 +54,7 @@ p {
width: 100%;
height: 30px;
}

.menu a {
margin: 15px;
padding: 15px;
Expand All @@ -65,8 +67,6 @@ p {
text-decoration: none;
font-size: 150px;
margin: 20px;
align-items: center;
justify-content: center;
}

h2 {
Expand Down

0 comments on commit e3733ee

Please sign in to comment.