diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html index f751326..dbdb05d 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ </div> <div class="multicol"> <div id="campaign"> - <p><span class="alarm">It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.<span></p> + <p>It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.</p> </div> <div id="project-help"> <h2><span class="alert">Project Help</span></h2> diff --git a/style.css b/style.css index 59af847..a86f290 100644 --- a/style.css +++ b/style.css @@ -65,10 +65,16 @@ a:active { #nav ul li a { font-weight: bold; } -.alarm { +#campaign { color: red; font-size: 200%; border: solid red 1px; + display: block; + padding: 2px; +} +.alarm { + color: red; + border: solid red 1px; } .alert { color: orange; |