diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:26:39 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:26:39 +0800 |
commit | b3e1305368a56b0046ef500d720c2cf32c613834 (patch) | |
tree | 0e8384415db4100ec3c318c7a7087d1a21f932af | |
parent | 12d1c20c91ca630bcaaeede2631820e48b7e93c9 (diff) | |
download | www-b3e1305368a56b0046ef500d720c2cf32c613834.tar.gz |
campaign style
-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; |