Merge pull request 'Fixed the header' (#3) from sageTheDm/foss_alternatives:main into pages
Reviewed-on: https://codeberg.org/Patrick_Pluto/foss_alternatives/pulls/3
This commit is contained in:
commit
e2ca6dc96b
4 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,7 @@ class Header extends HTMLElement {
|
|||
connectedCallback() {
|
||||
this.innerHTML = `
|
||||
<style>
|
||||
|
||||
|
||||
</style>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
|
|
4
list.css
4
list.css
|
@ -81,7 +81,7 @@ header a:hover {
|
|||
|
||||
/* Article styles */
|
||||
article {
|
||||
margin-top: 80px;
|
||||
margin-top: 8em;
|
||||
margin-bottom: 50px;
|
||||
padding: 20px;
|
||||
width: 90%;
|
||||
|
@ -287,7 +287,7 @@ ul.oneStar {
|
|||
}
|
||||
|
||||
ul.death {
|
||||
background: #920e0e;
|
||||
background: #000000;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-shadow: red;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<body>
|
||||
<header-component></header-component>
|
||||
<article>
|
||||
<h1>AOSP Base</h1>
|
||||
<h1>AOSP Based</h1>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Volla OS</li>
|
||||
|
@ -39,6 +39,7 @@
|
|||
<ul class="twoStar">
|
||||
<li>Ubuntu Touch</li>
|
||||
</ul>
|
||||
<h1>1/5</h1>
|
||||
<ul class="oneStar">
|
||||
<li>postmarketOS</li>
|
||||
</ul>
|
||||
|
|
|
@ -81,7 +81,7 @@ header a:hover {
|
|||
|
||||
/* Article styles */
|
||||
article {
|
||||
margin-top: 80px;
|
||||
margin-top: 8em;
|
||||
margin-bottom: 50px;
|
||||
padding: 20px;
|
||||
width: 90%;
|
||||
|
|
Loading…
Reference in a new issue