new content
This commit is contained in:
@ -60,7 +60,14 @@
|
||||
</header>
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h2>Na obsahu v této sekci pilně pracuji.</h2>
|
||||
<img src="img/eos-gem-final2.webp" alt="" />
|
||||
<h2>
|
||||
<a
|
||||
href="plasma-6-s-moznosti-wayland-nebo-x11-a-qt-6-ported-calamares-seznamte-se-s-gemini.html"
|
||||
>Novinka 23.4.2024 - Plasma 6 s možností Wayland nebo X11 a qt 6
|
||||
ported Calamares, seznamte se s Gemini</a
|
||||
>
|
||||
</h2>
|
||||
</section>
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
|
@ -71,6 +71,14 @@ h2 {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #734f96;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 70%;
|
||||
}
|
||||
p {
|
||||
margin: 10px;
|
||||
}
|
||||
@ -168,3 +176,25 @@ footer {
|
||||
border-radius: 50%;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Různé -css */
|
||||
h1 {
|
||||
color: #734f96;
|
||||
margin-top: 50px;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
h2 a {
|
||||
color: #734f96;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #734f96;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 40%;
|
||||
}
|
||||
code {
|
||||
background-color: aliceblue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user