Skip to content

Commit 330e6cb

Browse files
author
VentGrey
committed
Se corrigieron los estilos inline con más clases
1 parent b961540 commit 330e6cb

2 files changed

Lines changed: 25 additions & 13 deletions

File tree

css.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,17 @@ nav img:hover {
225225
text-decoration: none;
226226
}
227227

228+
229+
.features-desk h3 {
230+
padding-top: 10px;
231+
color: #FAFAFA;
232+
}
233+
234+
.features-desk p {
235+
padding: 10px 0px;
236+
color: #FAFAFA;
237+
}
238+
228239
/* --- tarjetas --- */
229240
.tarjeta-basics {
230241
flex-basis: 32%;

index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!DOCTYPE html>
2-
<html lang=eng>
2+
<html lang="en">
3+
<meta charset="utf-8">
34
<!--HEADERS-->
45
<head>
56
<!--TITLE-->
6-
<link rel="shortcut icon" type="" href="../res/DE/cereus-icon.png">
7-
<title> Cereus Linux</title>
7+
<link rel="shortcut icon" type="image/png" href="../res/DE/cereus-icon.png">
8+
<title>Cereus Linux</title>
89
<meta name="viewport" content="width=device-width, initial-scale=1.0">
910
<link rel="stylesheet" href="css.css">
1011
<script src="navbar.js"></script>
@@ -49,7 +50,7 @@ <h3>Secure</h3>
4950
</div>
5051
<div class="tarjeta-repos">
5152
<h3>Added software</h3>
52-
<p>Find everything you need with the <br><a href="https://sourceforge.net/projects/cereus-linux/files/repos/" target="_blank">Cereus repos</a></p>
53+
<p>Find everything you need with the <br><a rel="noopener" href="https://sourceforge.net/projects/cereus-linux/files/repos/" target="_blank">Cereus repos</a></p>
5354
</div>
5455
</div>
5556
</section>
@@ -59,22 +60,22 @@ <h3>Added software</h3>
5960
<h1>Choose<br>What do you want</h1>
6061
<p>Cereus Linux offers some desktops options</p>
6162
</div>
62-
<div class="features">
63+
<div class="features features-desk">
6364
<div class="lxqt">
64-
<h3 style="color:#ffffff;">LXQt</h3>
65-
<p style="color:#e6e6e6;">Lightweight Desktop based on Qt</p>
65+
<h3>LXQt</h3>
66+
<p>Lightweight Desktop based on Qt</p>
6667
</div>
6768
<div class="xfce">
68-
<h3 style="color:#ffffff;">Xfce</h3>
69-
<p style="color:#e6e6e6;">Lightweight Desktop based on GTK</p>
69+
<h3>Xfce</h3>
70+
<p>Lightweight Desktop based on GTK</p>
7071
</div>
7172
<div class="plasma">
72-
<h3 style="color:#ffffff;">Plasma</h3>
73-
<p style="color:#e6e6e6;">Modern and highly customizable desktop based on QT</p>
73+
<h3>Plasma</h3>
74+
<p>Modern and highly customizable desktop based on QT</p>
7475
</div>
7576
<div class="cinnamon">
76-
<h3 style="color:#ffffff;">Cinnamon</h3>
77-
<p style="color:#e6e6e6;">Modern and Classic Desktop based on GTK</p>
77+
<h3>Cinnamon</h3>
78+
<p>Modern and Classic Desktop based on GTK</p>
7879
</div>
7980
</div>
8081
</section>

0 commit comments

Comments
 (0)