Skip to content

Commit

Permalink
POPRAWA STRONY ZGODNIE Z SZKOLNYMI KONWENCJAMI
Browse files Browse the repository at this point in the history
  • Loading branch information
parpok committed Oct 10, 2023
1 parent f8316aa commit d82068d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</head>
<body>
<!-- Niezły zbadaj element -->
<div id="me">
<div class="me">
<div class="avatar">

<img src="/content/avatar.png" alt="my avatar">
Expand Down
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "@catppuccin/palette/style";
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');

/* Czy to jest już poprawne z standardem szkoły */

body{
width: 100%;
Expand All @@ -22,7 +23,7 @@ body{
color: var(--ctp-latte-text);
}

#me{
.me{
background-color: var(--ctp-latte-sky);
border-color: var(--ctp-latte-green);
}
Expand Down Expand Up @@ -53,11 +54,12 @@ body{
background-color: var(--ctp-mocha-base);
color: var(--ctp-mocha-text);
}
#me{
.me{
background-color: var(--ctp-mocha-mauve);
border-color: var(--ctp-mocha-peach);
}
footer{

footer{
background-color: var(--ctp-mocha-crust);
}

Expand Down Expand Up @@ -85,7 +87,7 @@ p1{
font-size: 1.75em;
}

#me {
.me {
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit d82068d

Please sign in to comment.